ucsd-cse110-fa23 / cse-110-project-team-41

cse-110-project-team-41 created by GitHub Classroom
0 stars 1 forks source link

US5 - Meal-Type Tags for Filtering Recipes #44

Closed josueemartinezz closed 11 months ago

josueemartinezz commented 11 months ago

As a student, I want to be able to label my meals so that I can plan my day with what I want to eat that day.

Scenario 1: Filter for breakfast Given that the user is logged in and given the user goes to the saved recipes screen when they select breakfast as their filter, then the saved recipe list will update to only display recipes with the breakfast tags

Scenario 2: No filter selected Given that the user has not selected a filter, when they are on the saved recipes screen, then they see all of their saved recipes with nothing filtered out

Scenario 3: Filter removed Given that the user has selected lunch as their filter and given that the user is logged in, when they remove the filter and when they submit, then all of their saved recipes will now show regardless of meal type

Estimate: 5 hours

josueemartinezz commented 11 months ago