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

Implement better filtering #5

Open
1 of 3 tasks
vemonet opened this issue Jan 16, 2021 · 0 comments
Open
1 of 3 tasks

Implement better filtering #5

vemonet opened this issue Jan 16, 2021 · 0 comments
Assignees
Labels
user interface Improvements to the user interface

Comments

@vemonet
Copy link
Owner

vemonet commented Jan 16, 2021

Improve repositories and shapes files display and filtering:

  • Add faceted search with categories? (biomedical, organization, etc)
  • Group shapes files under their respective github repository?
  • Enable to sort files by date of last update?

Make it a React component easy to reuse in other apps?

We have a use-case with multiple types of inputs for the different facets (checkboxes for file types, MaterialUI autocomplete for repositories, text box for full text search), and we want the options (e.g. filter displayed repositories based on the search input)

We could not find a good dynamic faceted search, the most relevant options for React are:

Currently we prefer to implement it ourself (search for "faceted" in the SemanticIndex page). But it could be tricky when we will start to have more categories to filter on.

@vemonet vemonet self-assigned this Mar 1, 2021
@vemonet vemonet added the user interface Improvements to the user interface label Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
user interface Improvements to the user interface
Projects
None yet
Development

No branches or pull requests

1 participant