New Collections findBySubmissionDefinitionName endpoint #316
New Collections findBySubmissionDefinitionName endpoint #316paulo-graca wants to merge 2 commits intoDSpace:mainfrom
Conversation
|
Hi @paulo-graca, |
|
@paulo-graca I have this on my list to review but I can't see the PR that makes the actual changes - PR #11110 just seems to do teh job of removing the embeds, not adding that extra endpoint. Can you link me to the open DSpace PR? |
|
@kshepherd I don't recall creating one. This PR just started as a discussion alternative, related with issue #10750, to move the loaded and embed collections to a specific endpoint. Embedding collections was the main issue that affected the performance when you had several "name-map" collection configurations in item submissions. The use case for this is in the frontend, when managing forms (not yet possible), one could view a paginated list of collections associated with a particular submission name. |
This PR is related with issue DSpace/DSpace#10750
It kind of relocates an existing endpoint at SubmissionDefinitions. An endpoint for returning collections based on a submission definition name. This endpoint is moved to collections. The ability to embed collections at SubmissionDefinitions levels is removed.