-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
10242 set featured dv via api #10459
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good - just asked for one minor doc update.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
FWIW: The IT tests didn't run the last build due to the known problem with getting payara right now from the mirror. We should verify that the new tests are still passing once that problem is resolved. (I thought I saw they passed on an earlier build.) |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
📦 Pushed preview images as
🚢 See on GHCR. Use by referencing with full name as printed above, mind the registry name. |
What this PR does / why we need it: Allows user to add featured collections to a given collection via the api. an additional endpoint was added to allow the user to remove featured collections from a given collection. An endpoint to retrieve the aliases of featured collections for a given Dataverse was also added. It is primarily intended for use by the SPA.
Which issue(s) this PR closes:
Closes #10242 Set featured collections through native api
Special notes for your reviewer:
Suggestions on how to test this: Note that if there are multiple aliases provided in the json file, all collections must be "featurable" for the call to work. If there are errors, only the first error will be included in response
Does this PR introduce a user interface change? If mockups are available, please link/include them here: none
Is there a release notes update needed for this change?: included in PR.
Additional documentation: