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 see the provenance history of a particular product
Additional Details
Acceptance Criteria
Given a registry populated with multiple versions of a product When I perform a query to the products/{lid} endpoint by LID Then I expect to have the latest version of the product returned, only
Given a registry populated with multiple versions of a collection When I perform a query to the collections/{lid} endpoint by LID Then I expect to have the latest version of the collection returned, only
Given a registry populated with multiple versions of a bundle When I perform a query to the bundles/{lid} endpoint by LID Then I expect to have the latest version of the bundle returned, only
Engineering Details
design the API (swagger) for that
develop the new feature
The text was updated successfully, but these errors were encountered:
jordanpadams
changed the title
As a user, I want to discover the different vid available for a given lid
As a user, I want to retrieve all versions of a product
Jul 8, 2021
jordanpadams
changed the title
As a user, I want to retrieve all versions of a product
As a user, I want to query for all versions of a product
Jul 8, 2021
Motivation
...so that I can see the provenance history of a particular product
Additional Details
Acceptance Criteria
Given a registry populated with multiple versions of a product
When I perform a query to the
products/{lid}
endpoint by LIDThen I expect to have the latest version of the product returned, only
Given a registry populated with multiple versions of a collection
When I perform a query to the
collections/{lid}
endpoint by LIDThen I expect to have the latest version of the collection returned, only
Given a registry populated with multiple versions of a bundle
When I perform a query to the
bundles/{lid}
endpoint by LIDThen I expect to have the latest version of the bundle returned, only
Engineering Details
The text was updated successfully, but these errors were encountered: