There is a need for a form on which user should be able to input and submit their food consumption information to the system. The system should validate the submitted form information, and if it is valid, it must store the information in the database.
[ ] 2.1 User shall enter food consumption by providing food name, consumption amount in available units for that particular food, date, and time.
a valid food name or a menu name
amount as a float value
unit of amount (g/kg/cup/slice etc.)
consumption date and time
Users will be charged with filling these fields.
[ ] 2. 2 While typing food name, user shall be presented an autocomplete list which contains relevant food names and menus
[ ] 2. 3 Autocomplete-lists shall prioritize food and menu names which are already in user’s consumption history
[ ] 2.4 When entering consumption, after choosing food name from autocomplete list, user shall choose a unit of the amount from a list prepared by the system appropriately for the chosen food name.
There is a need for a form on which user should be able to input and submit their food consumption information to the system. The system should validate the submitted form information, and if it is valid, it must store the information in the database.
[ ] 2.1 User shall enter food consumption by providing food name, consumption amount in available units for that particular food, date, and time.
a valid food name or a menu name
amount as a float value
unit of amount (g/kg/cup/slice etc.)
consumption date and time
Users will be charged with filling these fields.