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
Public Recipe and Authorization
#14
Closed
batoorsohail
closed
1 year ago
batoorsohail
commented
1 year ago
In this branch we:
[x] Installed cancancan
Added authorization:
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
[x] Added public recipe page to display all the public recipes
In this branch we: