nus-cs2113-AY1920S2 / pe-dev-response

0 stars 0 forks source link

Food record with 0 calories not allowed #708

Open nus-pe-bot opened 4 years ago

nus-pe-bot commented 4 years ago

Screen Shot 2020-04-15 at 12.47.00.png

As a matter of fact, there does exist food with 0 calories. For example, water. But this is not allowed when entering food records.

This causes minor inconvenience to users.


[original: nus-cs2113-AY1920S2/pe-interim#713]

dejunnn commented 4 years ago

Team's Response

This was a deliberate design choice. No food is exactly 0-calorie other than water. And we decided to omit water since its inclusion provides no obvious value to our application, and with it being 0 calories, it does not directly affect total caloric consumption by a user and thus the user has no need to record down whenever water is drank.

Duplicate status (if any):

--