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
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.
The text was updated successfully, but these errors were encountered:
Improve repositories and shapes files display and filtering:
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.
The text was updated successfully, but these errors were encountered: