You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a course author, I'd like to navigate to something specific. Right now once you have more than 20 or so resources that becomes very difficult! You have to just page through until you find it.
Designs and Mockups
UI can be very similar to the filter on /sites
Acceptance Criteria:
we should add some predictable sort order and some controls (MRU, LRU, Created ascending/descending, alphabetical, others?)
we should add a filter input (like we have on /sites) which searches the website content items and makes it easy to navigate to them. Should we support some type of full text support? Title matching might be good enough to start.
The text was updated successfully, but these errors were encountered:
This adds a basic sort UI on the content listing pages. It's implemented
by pulling out the filtering UI from the `/sites` page into a reusable
hook that we can then use in both places.
part of #1020
pr #1046
As a course author, I'd like to navigate to something specific. Right now once you have more than 20 or so resources that becomes very difficult! You have to just page through until you find it.
Designs and Mockups
UI can be very similar to the filter on
/sites
Acceptance Criteria:
/sites
) which searches the website content items and makes it easy to navigate to them. Should we support some type of full text support? Title matching might be good enough to start.The text was updated successfully, but these errors were encountered: