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
As an archivist, I want to validate that the number of records in a collection's metadata equals number of collection products loaded into registry
#142
Open
jordanpadams opened this issue
Sep 16, 2024
· 0 comments
...so that I can ensure all my products have been loaded into the registry and are available through the API
π Additional Details
No response
Acceptance Criteria
Given a collection of data where all products were successfully loaded into the Registry When I performregistry-sweeper --member-check <identifier> Then I expect the tool to complete successfully with a report indicating collection checked, number of records found in metadata, number of members found
Given a collection of data where only a subset of products were successfully loaded into the Registry When I performregistry-sweeper --member-check <identifier> Then I expect the tool to fail with a report indicating collection checked, number of records found in metadata, number of members found, and which products are missing
Given a collection of data where only a subset of products were successfully switched archive status to archived When I performregistry-sweeper --member-check <identifier> --visibility public Then I expect the tool to fail with a report indicating collection checked, number of records found in metadata, number of members found via API (archive_status == archived), and which products are in a different status and/or missing
βοΈ Engineering Details
No response
π I&T
No response
The text was updated successfully, but these errors were encountered:
Checked for duplicates
Yes - I've already checked
π§βπ¬ User Persona(s)
Archivist
πͺ Motivation
...so that I can ensure all my products have been loaded into the registry and are available through the API
π Additional Details
No response
Acceptance Criteria
Given a collection of data where all products were successfully loaded into the Registry
When I perform
registry-sweeper --member-check <identifier>
Then I expect the tool to complete successfully with a report indicating collection checked, number of records found in metadata, number of members found
Given a collection of data where only a subset of products were successfully loaded into the Registry
When I perform
registry-sweeper --member-check <identifier>
Then I expect the tool to fail with a report indicating collection checked, number of records found in metadata, number of members found, and which products are missing
Given a collection of data where only a subset of products were successfully switched archive status to
archived
When I perform
registry-sweeper --member-check <identifier> --visibility public
Then I expect the tool to fail with a report indicating collection checked, number of records found in metadata, number of members found via API (archive_status == archived), and which products are in a different status and/or missing
βοΈ Engineering Details
No response
π I&T
No response
The text was updated successfully, but these errors were encountered: