Skip to content

SCC-5195: Series in bib details#726

Open
7emansell wants to merge 7 commits intomainfrom
SCC-5195/bib-details-series
Open

SCC-5195: Series in bib details#726
7emansell wants to merge 7 commits intomainfrom
SCC-5195/bib-details-series

Conversation

@7emansell
Copy link
Copy Markdown
Collaborator

@7emansell 7emansell commented Apr 13, 2026

Ticket:

This PR does the following:

  • Updates how we build the series links on the bib page (adding handling for seriesUniformTitle and seriesAddedEntry, removing seriesStatement)

How has this been tested?

Good example bibs (they have been correctly indexed as of 4/16):
b11603668
b22098736
b22697988
b21979887
b11018902
b19705975
b14477060
b16470373
b16470380

Accessibility concerns or updates

Checklist:

  • I updated the CHANGELOG with the appropriate information and JIRA ticket number (if applicable).
  • I have added relevant accessibility documentation for this pull request.
  • All new and existing tests passed.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
research-catalog Ready Ready Preview, Comment Apr 16, 2026 9:14pm

Request Review

Comment thread src/models/BibDetails.ts Outdated
resourceEndpointDetails: AnyBibDetail[],
annotatedMarcDetails: AnyMarcDetail[]
): AnyBibDetail[] {
// Merge series added entry and series uniform title fields
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Annoying but this has to happen somewhere, other than merging parallels into primaries this is the only thing on the bib where we munge two fields together into one ... this felt like the clearest juncture to do it at

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This logic is def a candidate to move to the discovery API. Would you want to make that update?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

discussed offline, will continue to do this here

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.

2 participants