cern-sis / issues-inspire

0 stars 0 forks source link

link to conference contributions from conference detailed view #443

Closed michamos closed 3 months ago

michamos commented 5 months ago

On conference search pages, we link to all related conference papers with the N contributions link on the bottom-right of the card. This link is not available on the conference detailed view, as the same contributions are displayed underneath as an embedded search.

However, it's sometimes useful to perform an external search in case you want to refine the query, which is not possible in the embedded search. So we should add the link also to the detailed view.

Example: search with link, detailed record without.

karolina-siemieniuk-morawska commented 4 months ago

TECH NOTES:

  1. Extract contribution link from ConferenceItem.jsx to separate component ConferenceContributionLink.tsx
  2. Replace lines highlighted above in ConferenceItem.jsx with new component
  3. Add new component as rightActions prop to <ContentBox /> in DetailPageContainer.jsx