-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a user, I want to get all product versions associated to one lid #436
Comments
@tloubrieu-jpl @alexdunnjpl per our conversations with IMG a couple months ago, since we are moving towards adding additional endpoints like:
Did we want to change the all functionality to be a new
or maybe just more of a flag?
|
Yes @jordanpadams , I thought of it but I figured we can keep that for after the migration as-is is complete, actually we will also do (not part of this requirement though) For the specific versions of a lid, I was thinking we would keep the version part of the identifier. I prefer your latest options actually : |
I agree with @tloubrieu-jpl that there's no reason to request a LID with a specific version specifier qparam when the LIDVID is trivially constructable. If the default case is latest-only across the API and this is well-understood by users, I think that My only outstanding question is whether there's ever a use-case where a used might provide a LIDVID, and desire the latest version of the product without knowing the VID? If so, then a |
@alexdunnjpl @tloubrieu-jpl either works for me. The last use case you mentioned is not a unrealistic possibility. |
I will close this ticket since the requirement is implemented in the develop branch. |
Checked for duplicates
Yes - I've already checked
π§βπ¬ User Persona(s)
Data user.
πͺ Motivation
...so that I can see all available version related to a lid
π Additional Details
No response
Acceptance Criteria
Given a lid {lid}
When I perform a request /products/{lid}/all
Then I expect to get all the products having this lid
βοΈ Engineering Details
No response
π I&T
No response
The text was updated successfully, but these errors were encountered: