Open Cohii2 opened 6 months ago
This was actually caused as the tester had not exited before changing the device date to test a different date.
As mentioned in our UG, data (inclusive of the today's meal list) will only be saved when exit
is called. Thus, continued adding of meals after a change in date will just be added to “today's” list (although the new date is observed).
We understand that the tester’s idea was to test the use of the application on different dates. However, the intended usage of the application on different days was assumed that the user has already exited the application the previous day after dinner, and thus the list inputs has already been saved.
As per normal use of the application, it is highly unlikely that such a bug will occur.
Team chose [severity.Low
]
Originally [severity.Medium
]
Reason for disagreement: [replace this with your explanation]
eat m/ban mian s/1
eat m/ban mian s/1
listMeals
Meal from 16/04/2024 is listed even though current device time is 17/04/2024 - meals eaten today not accurately shown using
listMeals
command.