Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add filtering / searching, sorting to the WebsiteContent listing UI page #1020

Open
1 of 2 tasks
alicewriteswrongs opened this issue Feb 17, 2022 · 1 comment
Open
1 of 2 tasks

Comments

@alicewriteswrongs
Copy link
Contributor

alicewriteswrongs commented Feb 17, 2022

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.
@alicewriteswrongs alicewriteswrongs self-assigned this Feb 18, 2022
alicewriteswrongs added a commit that referenced this issue Feb 23, 2022
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
@alicewriteswrongs
Copy link
Contributor Author

A good deal of this is already done, the only thing remaining would be the sort order if we wanted to add that.

@alicewriteswrongs alicewriteswrongs removed their assignment Mar 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant