-
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 an API user, I want to know the Bundle for a given Product. #454
Comments
@jordanpadams @jimmie @ramesh-maddegoda I need test data for /products/{lidvid}/bundles, can you help me download and load it to the docker image? thanks. |
@gxtchen I am thinking it is probably best if you use data we are not using for our test cases? Here are some test bundles/collections we have grabbed for testing: https://pds.nasa.gov/data/pds4/test-data/registry/ @rchenatjpl also put together a custom bundle for testing purposes here: https://pds.nasa.gov/data/pds4/test-data/custom-datasets/ Those paths map to |
For more information on how to populate this new feature request, see the PDS Wiki on User Story Development:
https://github.com/NASA-PDS/nasa-pds.github.io/wiki/Issue-Tracking#user-story-development
Motivation
...so that I can <why do you want to do this?>
Additional Details
Notional API Design:
See NASA-PDS/registry#109 and NASA-PDS/registry#108 for how the registry ingests primary and secondary products.
Note: This logic is a little funkier for secondary bundles:
Acceptance Criteria
Given I have a product LID OR LIDVID
When I perform an API query by that LIDVID for its grandparent bundle(s)
Then I expect the API to returns the primary bundle (there should be only 1) AND any secondary bundle(s) (could be many) the product belongs to
Sub-tasks
The text was updated successfully, but these errors were encountered: