BigOven is a ruby on rails app that help you save your favorites recipes and let you keep track of your food inventory by adding the food in the app, When you want to cook a recipe you can generate a shopping list to see what you missing to be able to do that recipe.
MIT License
2
stars
1
forks
source link
[2xpt] Update controller and views of User and Food #3
All User class properties visible in the diagram should be defined and set up in the constructor method.
Food page should display a list of food added by the logged-in user as in the wireframe it should also display quantity of a given food.
Food page should lead to a form that allows users to add new food.
General shopping list view:
Should show the list of food that is missing for all recipes of the logged-in user (compare the list of food for all recipes with the general food list of that user).
Should count the total food items and total price of the missing food.
All User class properties visible in the diagram should be defined and set up in the constructor method.
Food page should display a list of food added by the logged-in user as in the wireframe it should also display quantity of a given food.
Food page should lead to a form that allows users to add new food.
General shopping list view: