COSC481W-2022Winter / capstone-gigabites

capstone-gigabites created by GitHub Classroom
2 stars 1 forks source link

Feat:Creating edit recipe page and functions #83

Closed megangriffin closed 2 years ago

megangriffin commented 2 years ago

Created edit recipe page layout and prepopulated values. Added and updated routing to include recipe id.. Added edit recipe button to the recipe page. Created submit button with full functionality on the edit recipe page, wrote backend functions to update recipe information, updated total time function to change according to units. On successful recipe edit the page redirects to the recipe page.