Skip to content

Conversation

@nsemets
Copy link
Collaborator

@nsemets nsemets commented Jan 23, 2026

  • Ticket: []
  • Feature flag: n/a

Summary of Changes

  1. Added test data for FAIR signposting.

@nsemets nsemets requested a review from futa-ikeda January 23, 2026 13:51
@futa-ikeda
Copy link
Contributor

Thank you so much for this reference PR! I'll open some new PRs based on these changes as part of the FAIR Signposting work.

Copy link
Contributor

@futa-ikeda futa-ikeda left a comment

Choose a reason for hiding this comment

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

Leaving some notes for myself for later.

givenName: contributor.givenName,
familyName: contributor.familyName,
})),
signpostingLinks: this.signpostingService.mockSignpostingLinks,
Copy link
Contributor

Choose a reason for hiding this comment

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

Note: Would like to avoid having to call both signpostingService.addSignpostingHeaders() and adding signpostingLinks to the metaTags object. I think my preference going forward would be to remove the signpostingLinks from the metaTags object (since this is going to be a <link> tag) and just have the logic for adding a <link> to the head tag done within the signpostingService.addSignpostingHeaders() function.

twitterCreator?: DataContent;
contributors?: DataContent;
keywords?: DataContent;
signpostingLinks?: SignpostingLink[];
Copy link
Contributor

Choose a reason for hiding this comment

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

Note: Similar to the above, I don't think the signpostingLinks needs to be in this metaTagsData interface

},
];

addSignpostingHeaders(): void {
Copy link
Contributor

Choose a reason for hiding this comment

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

Note: Should take some guid value as a parameter and build the href value based on that guid. Will likely need an additional argument to indicate if we want the URL for the metadata linkset

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