Skip to content

Conversation

@robyngit
Copy link
Member

@robyngit robyngit commented Nov 17, 2025

This PR updates the ORCID URLs set in the AppModel to v3, introduced in 2019. It was previously using a deprecated version (v1?) which no longer returned results from ORCID.

The orcidSearch method in LookupModel is the only place where the orcidSearchUrl is actively used. This method is used on the User Profile View where a user searches for members to add to a group. In addition to adapting orcidSearch to use ORCID v3, I also modernized the method to conform to our new style/linting rules and to use native JS methods (e.g. fetch) in place of jQuery (e.g. $.get). I added a unit test for the orcidSearch method.

One other Lookup model method, orcidGetConcepts, relied on the older ORCID API, but was no longer used anywhere in MetacatUI, and was therefore deprecated.

@robyngit robyngit linked an issue Nov 17, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

update ORCID search url

2 participants