rachel-kendricks / yalldis

2 stars 0 forks source link

Grocery List #2

Open rachel-kendricks opened 8 months ago

rachel-kendricks commented 8 months ago

Given the user wants to view their grocery/recipe list When the user is visits the “My Grocery List” view Then the grocery list with ingredient titles under “My Grocery List”, and recipe titles will display under “My Recipes”

Given the user wants to delete a recipe from “My Recipes” When the user clicks the “delete” button next to the associated recipe Then the recipe will be deleted from “My Recipes”

Given the user wants to add recipes to “My Recipes” When the user clicks the “Add Recipes” button Then the “Recipes” view will display

rachel-kendricks commented 8 months ago

discovered an issue with the delete button. will need to work on this more.

rachel-kendricks commented 8 months ago

delete button and getAndSetRecipes fixed.

I am noticing that upon deleting a recipe, not all of the ingredients from that recipe will be removed (salt, pepper, honey). This issue may be resolved once I implement the feature that prevents double ingredients from displaying.