issues
search
batoorsohail
/
recipe-app
Recipe App is a rails application that keeps track of all your recipes and ingredients creates recipes and generates a shopping list based on what you have and what they are missing on a recipe. You can also make your favorite recipes public.
MIT License
0
stars
0
forks
source link
Rails capstone project submission
#19
Closed
coderacheal
closed
1 year ago
coderacheal
commented
1 year ago
In this pull request we have implemented the following features
Features:
Create Login page and registration page and ensure authentication using devise.
Display a list of food added by the logged-in user as in the wireframe
Add a form that allows users to add new food.
Display a list of recipes created by the logged-in user as in the wireframe, which should lead to recipe details.
If the user is the owner of the recipe, should allow the user to delete it.
Display a list of all public recipes ordered by the newest as in the wireframe.
Recipe details should display a toggle button that allows for a recipe to be made public or private
If the recipe is public or the user is the owner of the recipe, should display the recipe details as in the wireframe.
If the user is the owner of the recipe, should lead to the form that allows the user to add new food.
The general shopping list view should show the list of food that is missing for all recipes of the logged-in user
Should count the total number of food items and the total price of the missing food.
Take care of N+1 queries happening.
Create a navigation menu that allows users to open all of the pages you created.
Write unit and integration tests
In this pull request we have implemented the following features
Features: