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

Adding facets and facet extensibility #89

Open
2 tasks
pbuttigieg opened this issue Oct 5, 2023 · 0 comments
Open
2 tasks

Adding facets and facet extensibility #89

pbuttigieg opened this issue Oct 5, 2023 · 0 comments

Comments

@pbuttigieg
Copy link
Collaborator

Facets in our search UX are represented in the following ways:

image

image

These are primarily defined by the @type of the record (Dataset, Person, Project, etc), but can also be defined by the @type and other metadata in a JSON-LD file (e.g. a "Method" could be a Document, image, video, or other form of multimedia that has a keyword "method" [we'll define these]).

  • The updated UI should have new facets added, corresponding to the new @types we've added to the backend (we'll define the list).
  • Further - this list should be easy to extend using a config file approach: The maintainer would just need to add the name of the facet, the link to the icon for the UI, and a link to the query needed to populate the facet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants