Describe the Bug
The "Sort by" dropdown menu contains redundant and duplicate choices for date-based sorting. Specifically, "Newest First", "Date (Earliest First)", and "Date (Latest First)" are all listed simultaneously. This creates an unorganized and confusing user experience, as "Newest First" and "Date (Latest First)" perform the exact same function.
To Reproduce
Steps to reproduce the behavior:
Go to the main listing/dashboard page where items are displayed.
Click on the 'Sort by:' dropdown menu next to the filters.
Observe the dropdown options.
See error (duplicate options: "Newest First" and "Date (Latest First)").
Expected Behavior
The dropdown should only contain unique, clean, and standard sorting options without any duplication:
Date (Newest First)
Date (Oldest First)
Popularity (Most Booked)
Name (A–Z)
Name (Z–A)
Screenshots/Gifs
Environment (please complete the following information):
OS: Windows 11
Browser: Chrome
Additional Context
The UI currently handles date sorting with three inconsistent labels. Cleaning this up will improve scannability and make the sorting logic straightforward for the frontend/backend implementation.
Describe the Bug
The "Sort by" dropdown menu contains redundant and duplicate choices for date-based sorting. Specifically, "Newest First", "Date (Earliest First)", and "Date (Latest First)" are all listed simultaneously. This creates an unorganized and confusing user experience, as "Newest First" and "Date (Latest First)" perform the exact same function.
To Reproduce
Steps to reproduce the behavior:
Go to the main listing/dashboard page where items are displayed.
Click on the 'Sort by:' dropdown menu next to the filters.
Observe the dropdown options.
See error (duplicate options: "Newest First" and "Date (Latest First)").
Expected Behavior
The dropdown should only contain unique, clean, and standard sorting options without any duplication:
Date (Newest First)
Date (Oldest First)
Popularity (Most Booked)
Name (A–Z)
Name (Z–A)
Screenshots/Gifs
Environment (please complete the following information):
OS: Windows 11
Browser: Chrome
Additional Context
The UI currently handles date sorting with three inconsistent labels. Cleaning this up will improve scannability and make the sorting logic straightforward for the frontend/backend implementation.