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
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