-
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
API MVP to utilize Amazon OpenSearch Serverless #424
Comments
Checked tasks so far per #470 |
I assigned this ticket to you since the already made development, on develop branch are assigned to ticket #470. |
Status: @alexdunnjpl starting to dig into this design and upgrade |
@alexdunnjpl is making progress on membership end-points. |
Membership item implemented in #499 and NASA-PDS/registry#298 Moving on to keyword search |
@jordanpadams @tloubrieu-jpl per #430 (comment), which requirement should be my next priority? This'n? Is that actually blocking our deployment to serverless, given that we didn't already have it? |
@alexdunnjpl probably this parent task: #420, more specifically #425. This will require an update to the product data types to support this. I don't know which requirements are yet to be implemented, but I will try to dig through that later this week. |
📆 07/2024 status: New tasks split from NASA-PDS/registry#185 but very tightly coupled. In work. On schedule for 8/22 |
Stand-up status: Nearing completion. 1 task remaining for a stable release. |
All must-have MVP requirements implemented and presented to API WG. |
💡 Description
Keyword search(see also keyword search can not be combined with other search parameters #430)q=
) to members of an aggregate product (/products/{identifier}/members
) #298)properties- @jordanpadams - I don't think this is absolutely necessary for an MVP if we can't get to ithealthcheck- @jordanpadams - I don't think this is absolutely necessary for an MVP if we can't get to it⚔️ Sub-tasks
Must-have
/products/{logical_identifier}
endpoint) #503/products
endpoint #426/classes/{class}
endpoint unless explicitly requested #488q=
query withor
does not work as expected #520Support for Latest Version of Products Only
/products/{identifier}/members
endpoint #484/products/{identifier}/members/members
endpoint #485/products/{identifier}/member-of
endpoint #486/products/{identifier}/member-of/member-of
endpoint #487/classes/{class}
endpoint unless explicitly requested #488Support basic comparators with
q=
q=
) to members of an aggregate product (/products/{identifier}/members
) #298Support for
q=
Across All Endpointsq=
) to members of the members of an aggregate product (/products/{identifier}/members/members
) #490q=
) to the/products/{identifier}/member-of
result set #491q=
) to the/products/{identifier}/member-of/member-of
result set #492q=
) to the/classes/{class}
result set #493Could-have
/properties
) #506/healthcheck
endpoint to support AOSS #507The text was updated successfully, but these errors were encountered: