pa810p / bps2

Blood Parameters Storage System
GNU General Public License v3.0
1 stars 0 forks source link

display units of measurement #69

Open pa810p opened 1 month ago

pa810p commented 1 month ago

development notes: create separate table: measurement TEXT, -- sugar, cholesterol, diastolic, pulse, systolic unit -- mmol/dL, mmHg, hpm...

pa810p commented 3 weeks ago

NOTE: simple adding units to sql results affects low level features like syncing, export and import via csv file. So it should be done implemented on separate level - common for any database output.

Another approach would be to add separate column with unit (taken from relation) when querying measurements.