Currently a Views field handler is provided for the Fraction Field (based off of the views_handler_field_field class).

This works great for the Fraction Field, but I would like to make it possible for other modules to define their own two-column fraction database storage schemas, and provide a general-purpose Views field handler for them to use.

This is going to be used here: #2607402: Views integration for sensor data

Comments

m.stenta created an issue. See original summary.

m.stenta’s picture

Version: 8.x-1.x-dev » 7.x-1.x-dev

Working on the 7.x-1.x version of this first... (I know - I'm not following standard procedure... but I already have it mostly done - so I'll port it to 8.x right after).

  • m.stenta committed a7016ed on 7.x-1.x
    Issue #2607456: Add generalized (non-Field) Views field handler other...
m.stenta’s picture

Version: 7.x-1.x-dev » 8.x-1.x-dev

Alright - now for 8.x-1.x...

  • m.stenta committed 5a1c6f3 on 8.x-1.x
    Issue #2607456: Add generalized (non-Field) Views field handler other...
m.stenta’s picture

Status: Active » Closed (fixed)

Done.