Skip to content
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 the latest version of a product given a lid #435

Open
tloubrieu-jpl opened this issue Apr 25, 2024 · 0 comments
Open
Assignees
Labels

Comments

@tloubrieu-jpl
Copy link
Member

tloubrieu-jpl commented Apr 25, 2024

Checked for duplicates

Yes - I've already checked

πŸ§‘β€πŸ”¬ User Persona(s)

API user

πŸ’ͺ Motivation

...so that I can get the latest version of a product even if I have no idea what versions are available.

πŸ“– Additional Details

No response

Acceptance Criteria

Given a lid
When I perform a request /products/{lid}
Then I expect to get the description of the latest version of a product having this lid

Given a lid
When I perform a request /products/{lid}/latest
Then I expect to get the description of the latest version of a product having this lid

βš™οΈ Engineering Details

Tightly coupled with #426

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Release Backlog
Status: ToDo
Development

No branches or pull requests

2 participants