-
Notifications
You must be signed in to change notification settings - Fork 0
2022.10.15 Meeting
- Everyone is here
-
Discussed about questions that weren’t clear
-
Discussed some implementation ideas
-
Finished the android setup and made sure project folder runs in everyone's computer
-
Should the shopping list automatically generate items when the meal plan requires food that is not available in the ingredient storage? Based on US 04.01.01, this seems like a natural interpretation. But if the user has multiple meal plans, it doesn't make sense to bombard the user with all the information.
-
When the user is on the shopping list activity and "checks off" an item, can we assume they always get the perfect amount needed (the perfect amount specified on the shopping list)? This way, it will be easier to implement "checking" off an item from the shopping cart. If not, we will have to deal with partial ingredients/an excessive amount of ingredients which may be a hassle.
-
Further Questions are in the user stories
-
Finish peer review
-
Start working on implementation of user story 1 and 2