-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Labels
Project: ServerRelated to the server workspaceRelated to the server workspaceProject: WebRelated to the web workspaceRelated to the web workspacesorting and filtering⏱ Status: In ProgressThis is currently being worked onThis is currently being worked on
Description
Description
When retrieving resources by category or subcategory, our API endpoint returns the list in an indeterminate order. It would be more useful if the default sorting of that list would have open resources sorted first.
Checklist
- when retrieving resources by a category or sub-category, the list of resources is sorted by those open first
- when retrieving resources by a category or sub-category and no resources are open, the list of resources is not sorted
Tech Notes
- This sorting could be used in other lists, so it may make sense to create a central
sortByOpen
utility. - Category API Route
- Category Model
- Subcategory API Route
- Sub-category Model
Metadata
Metadata
Assignees
Labels
Project: ServerRelated to the server workspaceRelated to the server workspaceProject: WebRelated to the web workspaceRelated to the web workspacesorting and filtering⏱ Status: In ProgressThis is currently being worked onThis is currently being worked on