In this project milestone, I implemented the following requirements:
You should follow the layout of the wireframes provided. You should personalize the rest of the design, including colors, typographies, spacings, etc.
Login page and registration page:
Should be built with Devise.
Food list (only for a group that has less than three members):
Should display a list of food added by the logged-in user as in the wireframe (display also quantity of a given food).
Should lead to a form that allows users to add new food.
Recipes list:
Should display a list of recipes created by the logged-in user as in the wireframe.
Should lead to recipe details.
If the user owns the recipe, it should allow the user to delete it.
Public recipe list:
Should display a list of all public recipes ordered by the newest as in the wireframe.
Should lead to recipe details.
Recipe details:
Should display a toggle button to make a recipe public or private.
If the recipe is public or the user owns it, it should display the recipe details as in the wireframe.
If the user owns the recipe, it should lead to the form allowing the user to add new food.
General shopping list view (only for a group that has less than three members):
Should show the list of food 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.
Make sure no N+1 queries are happening.
Create a navigation menu allowing users to open all the pages you created.
Hello Reviewer 👋
In this project milestone, I implemented the following requirements: