cse110-fa21-group28 / meal-buddy

Meal Buddy is a web application that allows users to maintain a feed explicitly for various food recipes via Firebase.
0 stars 2 forks source link

CD-8: Fix/refine the edit-my-recipe feature from My Recipes page #16

Closed farnaf closed 2 years ago

farnaf commented 2 years ago

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 edit button on a previously created recipe, be directed to a filled recipe template, be able to edit content, once press save, be redirected to My Recipes page, and be able to see the edited recipe there.

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: