TheLabbingProject / pylabber

A base project for research management.

Home Page:https://pylabber.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a Measurement model

ZviBaratz opened this issue · comments

A model to store various measured values, such as weight, test scores (if they don't have their own model), etc. A measured value should contain a name (e.g. "Weight"), units (e.g. 'KG'), a value (e.g. 70), and the related subject (foreign key field). In the long term it might be better to create a designated app to handle measurements (I did found django_measurement, but it's not maintained).