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 am not confused, since currently it always returns empty results:
for /products/{lidvid}/collections when lidvid is a bundle
or for /products/{lidvid}/bundles when lidvid is a collection
Additional Details
Acceptance Criteria
Given a bundle lidvid When I perform {{baseUrl}}/products/{lidvid}/collections Then I expect to get the collections of this bundle as /bundles/{lidvid}/collections does
Given a collection lidvid When I perform {{baseUrl}}/products/{lidvid}/bundles Then I expect to get the bundle of this collection as /collections/{lidvid}/bundles does
@jordanpadams this ticket is about the /products/ behavior that I was mentioning at the beginning of the breakout today. You can make your own opinion wither that needs to be updated or not. This is definitely not critical at the moment.
The text was updated successfully, but these errors were encountered:
@tloubrieu-jpl commented on Thu May 20 2021
Motivation
...so that I am not confused, since currently it always returns empty results:
Additional Details
Acceptance Criteria
Given a bundle lidvid
When I perform {{baseUrl}}/products/{lidvid}/collections
Then I expect to get the collections of this bundle as /bundles/{lidvid}/collections does
Given a collection lidvid
When I perform {{baseUrl}}/products/{lidvid}/bundles
Then I expect to get the bundle of this collection as /collections/{lidvid}/bundles does
Engineering Details
this question is the reason why I intially created the ticket NASA-PDS/registry-api-service#32
@tloubrieu-jpl commented on Thu May 20 2021
@jordanpadams this ticket is about the /products/ behavior that I was mentioning at the beginning of the breakout today. You can make your own opinion wither that needs to be updated or not. This is definitely not critical at the moment.
The text was updated successfully, but these errors were encountered: