DigitalNutritionalAssessment / gibsonify

Gibsonify — Collect nutritional data using Gibson's method!
http://gibsonify.org
Apache License 2.0
11 stars 1 forks source link

feat: new data structure and database storage #57

Closed fpervaiz closed 1 year ago

fpervaiz commented 1 year ago

This PR makes major changes to the app frontend and backend.

There are some outstanding bugs to fix and a lot of cleanup to do however this will be done in subsequent, smaller PRs rather than this one as this PR is already very large.

hierarchy

fpervaiz commented 1 year ago

Known issue: household ID clashes are not handled when creating a new household. Reference in new issue upon merge.

fpervaiz commented 1 year ago

Known issue: when a household or respondent is edited and saved, the view household/respondent page doesn't update with new values unless going back and opening the household/respondent again. Reference in new issue upon merge.