ZhouJunmin / pe

0 stars 0 forks source link

Not able to combine the same category #4

Open ZhouJunmin opened 2 months ago

ZhouJunmin commented 2 months ago

For example, I have consecutively added 2 servings of chicken rice one after another, indicating that I ate them for both lunch and dinner. However, the app is not able to recognise this as 2 servings of chicken rice, but 2 entries of 1 serving of chicken rice. image.png The same goes for drinks and exercises: image.png image.png Is it better to combine data under the same category in a single day?

nus-se-script commented 2 months ago

Team's Response

Even though you ate the same food, it is considered 2 different meals. Example: lunch and dinner. Thus, it is input as two separate entries.

As per the UG, eat is to "Add a meal to the list of meals consumed today". We aim to separate different meals/intake as per the user input. Else, if the user had wanted to change the serving size of the meal consumed, use editMeal.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]