You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...so that I can enable external access to the product metadata from the API.
📖 Additional Details
⚖️ Acceptance Criteria
Given a collection with associated products loaded in the registry When I perform an registry-manager command set-archive-status on this lidvid to status {s} Then I expect this lidvid and all the associated product lidvid to have status {s} in the registry database (field : "ops:Tracking_Meta.ops:archive_status")
The requirements applies to both the batch registry-manager and the new scalable harvest service.
⚙️ Engineering Details
Update harvest client communicate with harvest server to trigger and update all the products to archive_status = archived
NOTE: The rationale here is to make it almost instantaneous execution from the node personnel, but the server-side will handle all the work
Update API to only return data that has archive_status == archived
The text was updated successfully, but these errors were encountered:
jordanpadams
changed the title
As a user, I want to switch a collection and it's associated products from a protected status to operational.
As a user, I want to change the archive status for a collection and it's associated products
Jan 13, 2022
jordanpadams
changed the title
As a user, I want to change the archive status for a collection and it's associated products
As a user, I want to change the archive status for a collection and it's associated products given a collection lidvid
Nov 21, 2024
💪 Motivation
...so that I can enable external access to the product metadata from the API.
📖 Additional Details
⚖️ Acceptance Criteria
Given a collection with associated products loaded in the registry
When I perform an registry-manager command
set-archive-status
on this lidvid to status {s}Then I expect this lidvid and all the associated product lidvid to have status {s} in the registry database (field : "ops:Tracking_Meta.ops:archive_status")
The requirements applies to both the batch registry-manager and the new scalable harvest service.
⚙️ Engineering Details
archive_status
=archived
archive_status
==archived
The text was updated successfully, but these errors were encountered: