Closed rhysrevans3 closed 9 months ago
@jonhealy1 I've added a couple of tests let me know if there are anymore that you think should be added.
@jonhealy1 I've added a couple of tests let me know if there are anymore that you think should be added.
Great thank you. I will do a final review tomorrow.
Related Issue(s):
176
Description:
Allow collections to be updated without the deletion of all sub items. If collection id is changed id of the existing collection must be present in the query parameters as
collection_id
.Use case:
Adding a new item to a collection adds a new variable to collection summary/changes extent.
Current workflow:
New workflow:
PR Checklist:
pre-commit run --all-files
)make test
)