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-3: User can create new recipes with a provided template #5

Closed farnaf closed 2 years ago

farnaf commented 2 years ago

In the first version of the meal prep web app, when the user clicks on "New Recipe" button in My Recipes page, s/he would be given a template to fill out with the required fields. These fields should match the format recipe information is stored on firebase, so it can be accessed/displayed easily on other pages as well.

farnaf commented 2 years ago

Assigned to: @Fhuynh1 and @farnaf

farnaf commented 2 years ago

HTML form element -- aka text fields -- for: (0) name of the recipe (1) description of the food (2) link to the picture (3) ingredients *** (4) instructions (5) time cooked (6) calories Save button

*** how are ingredients info stored in the database? ideas: ingredient + amount (add more button to add additional fields for more)