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

Filter tickboxes for 'keywords' #407

Open
holly-cummins opened this issue Oct 24, 2023 · 2 comments
Open

Filter tickboxes for 'keywords' #407

holly-cummins opened this issue Oct 24, 2023 · 2 comments

Comments

@holly-cummins
Copy link
Collaborator

Only have the ticky boxes for 'category' is too restrictive.

@holly-cummins
Copy link
Collaborator Author

One challenge here, from a UI perspective, is that there may be a lot of keywords, so displaying them all could look messy/take too much real estate.

@holly-cummins
Copy link
Collaborator Author

The plumbing for this is all now in place (#995), so what's needed to make the filter visible is feeding through the list of keywords down from index.js.

https://ux.stackexchange.com/questions/145182/what-is-the-best-method-to-choose-between-two-options-in-ui suggests a dropdown is best for a long list - maybe a multi-select list that shows removable 'tag lozenges' at the top? The react-select library can do this.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant