Open BrayanMG opened 5 months ago
A meal would have the following properties: mealId - string (/users/{userID}/meals/{mealName}) name - string isTakeout - boolean recipeId - string
If isTakeout is true, recipeId must be blank. RecipeId should be the ID of an actual recipe created by the user.
Every time a user creates a recipe, a meal should automatically be added with the name being the recipeName and isTakeout being false.
A meal would have the following properties: mealId - string (/users/{userID}/meals/{mealName}) name - string isTakeout - boolean recipeId - string
If isTakeout is true, recipeId must be blank. RecipeId should be the ID of an actual recipe created by the user.
Every time a user creates a recipe, a meal should automatically be added with the name being the recipeName and isTakeout being false.