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

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

US6 - Sort Recipes #45

Closed josueemartinezz closed 11 months ago

josueemartinezz commented 11 months ago

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

josueemartinezz commented 11 months ago