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 ensure any data associated with an old collection is no longer considered "latest" from the API
π Additional Details
The primary circumstance where this becomes a necessary use case is when product_x::1.0 belongs to collection_a::1.0, and collection_a::2.0 no longer contains any version of product_x (reprocessing, or never meant to release the old version in the first place, etc.).
Acceptance Criteria
Given a collection_a::1.0 where product_x::1.0 is a member, and a collection_b::2.0 where there is no product_x When I perform harvest of the data Then I expectproduct_x::1.0 is considered deprecated, and is not returned by default to any searches to any API endpoint unless unless explicitly requested via /products/product_x::1.0
βοΈ 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)
Data User
πͺ Motivation
...so that I can ensure any data associated with an old collection is no longer considered "latest" from the API
π Additional Details
The primary circumstance where this becomes a necessary use case is when
product_x::1.0
belongs tocollection_a::1.0
, andcollection_a::2.0
no longer contains any version ofproduct_x
(reprocessing, or never meant to release the old version in the first place, etc.).Acceptance Criteria
Given a
collection_a::1.0
whereproduct_x::1.0
is a member, and acollection_b::2.0
where there is noproduct_x
When I perform harvest of the data
Then I expect
product_x::1.0
is considered deprecated, and is not returned by default to any searches to any API endpoint unless unless explicitly requested via/products/product_x::1.0
βοΈ Engineering Details
No response
π I&T
No response
The text was updated successfully, but these errors were encountered: