age_group stuff started
Posted by sarneil on 02 Dec 2014 in Activity Log
Have modified code in dev site to read the age_group_id_fk value in (int between 0 and 7). That piece of information is only of use in the chart view, where I hope to use it instead of the raw age to group trials. Have yet to figure out:
- what I really want isn't the id_fk value, but the value in the age_groups table. Not sure how to do that in the context (i.e. for use by the plotting library Jamie selected).
- how to work with the library code. It's proving to be a lot more opaque than I thought it would be.