Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

OC-1109 - Update funder script#853

Open
danielberigoi wants to merge 1 commit intomainfrom
OC-1109_ROR
Open

OC-1109 - Update funder script#853
danielberigoi wants to merge 1 commit intomainfrom
OC-1109_ROR

Conversation

@danielberigoi
Copy link
Copy Markdown
Contributor

The purpose of this PR was to add a script that helps us to update funder information for specific publications
The expected data is in the following format:

{
    "publicationVersionIds": ["${PUB_VERSION_ID}"],
    "funderData": {
        "name": "${FUNDER_NAME}",
        "ror": "${FUNDER_ROR}",
        "city": "${FUNDER_CITY}",
        "country": "${FUNDER_COUNTRY}",
        "link": "${FUNDER_LINK}"
    }
}

Acceptance Criteria:

  • The script runs without errors

Checklist:

  • Local manual testing conducted
  • Automated tests added
  • Documentation updated

@danielberigoi danielberigoi requested a review from a team as a code owner August 22, 2025 12:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants