As a chef, I want to sort recipes based on specific criteria so that I can find them easily in my saved recipes list.
Scenario 1: Sort Recipes alphabetically
Given that the user wants to sort their recipes alphabetically when they hit the sort by drop down and select alphabetically, then all the saved recipes are displayed in an alphabetically sorted list.
Scenario 2: Sort Recipes Chronologically by Most Recent to oldest
Given that the user wants to sort their recipes chronologically by most recent recipes when they hit the sort by drop down and select most recent, then all the saved recipes are displayed from most recent to oldest.
Scenario 3: Sort Recipes chronologically from oldest to newest
Given that the user wants to sort their recipes chronologically from oldest to newest recipes when they hit the sort by drop down and select oldest, then all the saved recipes are displayed from oldest to newest.
As a chef, I want to sort recipes based on specific criteria so that I can find them easily in my saved recipes list.
Scenario 1: Sort Recipes alphabetically Given that the user wants to sort their recipes alphabetically when they hit the sort by drop down and select alphabetically, then all the saved recipes are displayed in an alphabetically sorted list.
Scenario 2: Sort Recipes Chronologically by Most Recent to oldest Given that the user wants to sort their recipes chronologically by most recent recipes when they hit the sort by drop down and select most recent, then all the saved recipes are displayed from most recent to oldest.
Scenario 3: Sort Recipes chronologically from oldest to newest Given that the user wants to sort their recipes chronologically from oldest to newest recipes when they hit the sort by drop down and select oldest, then all the saved recipes are displayed from oldest to newest.
Estimate: 6 hours