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 basic dataset page #1315

Open
wants to merge 8 commits into
base: main-solr
Choose a base branch
from
Open

Add basic dataset page #1315

wants to merge 8 commits into from

Conversation

deborahchua
Copy link
Contributor

@deborahchua deborahchua commented Oct 8, 2024

This PR adds the basic dataset page and includes:

  • the metadata information box
  • breadcrumb
  • link to the publisher's datasets
  • search box

The dataset pages are also linked to from the search results page.

This has been tested on Integration.

See individual commits for more detail.

Screenshot 2024-10-07 at 17 58 53

To display information for an individual dataset we need to be able
to query by searching for the UUID in the `ID` field available in
Solr. This is passed into the Solr query as the `fq` (filter queries)
parameter.
We can also use Active Model to process the Solr data and present
information in the view.
This commit shows the publisher, last updated and summary in the
metadata box. If the topic and licence information is available
they will also be included.
- Fix failing tests (commented out for now)
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

Successfully merging this pull request may close these issues.

1 participant