⚠️ Before proceeding, make sure you're familiar with how the backend and firebase database work. Ask if you have any questions!
If you're unfamiliar with the feature, you can read through the code in:
/public/my-recipes.html
/public/backend/private_recipe.js
Recipe card code in /public/components
In summary, the user should be able to go to My Recipes page, click on the delete button on a recipe card, be redirected to My Recipes page, and be able to see the changes (the deleted recipe card is gone!).
Current version of the web app works, but it's not well assembled as a final version we want to turn in. Here are the things that MUST be worked on:
[x] Use the updated functions from /public/backend for the logic (/public/components/recipeCard.js)
[x] Page should be refreshed to My Recipes page, the user should see the changes, without needing to refresh the page
CAN (nice to have):
[x] After clicking delete button, the user is asked in a new/pop-up page for confirmation before deleting the recipe.
Deadline: Tuesday (11/30/2021) before 5PM
⚠️ Before proceeding, make sure you're familiar with how the backend and firebase database work. Ask if you have any questions!
If you're unfamiliar with the feature, you can read through the code in:
In summary, the user should be able to go to My Recipes page, click on the delete button on a recipe card, be redirected to My Recipes page, and be able to see the changes (the deleted recipe card is gone!).
Current version of the web app works, but it's not well assembled as a final version we want to turn in. Here are the things that MUST be worked on:
CAN (nice to have):