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 easily link telescope to their facility (or the other way around) #550

Open
tloubrieu-jpl opened this issue Sep 26, 2024 · 1 comment
Labels
icebox p.should-have requirement the current issue is a requirement

Comments

@tloubrieu-jpl
Copy link
Member

Checked for duplicates

Yes - I've already checked

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

Web front-end developer.

πŸ’ͺ Motivation

...so that I don't need to do computationally intensive operations on the client side.

πŸ“– Additional Details

That could be something like:

http://pds.nasa.gov/api/search/1/classes/context/{facility lidvid}/members

Which would return all the telescope lidvids.

But this would need to be refined with @anilnatha and possibly the requirement could be extended to other investigation/instrument_host/istrument relationship.

Acceptance Criteria

Given
When I perform
Then I expect

βš™οΈ Engineering Details

I am just logging that from a web mod meeting, in case we can help here.

πŸŽ‰ I&T

No response

@jordanpadams
Copy link
Member

jordanpadams commented Sep 27, 2024

@tloubrieu-jpl this seems like a data curation exercise to include these references in the context products. Not really something that the API should try to figure out.

I think this would be better as:

/products/{facility_identifier}/telescopes

or

/classes/context/{facility_identifier}/telescopes

Trying to figure out what "members" means in all variants of context products can get super confusing and weird. e.g. instrument_host/members could be instrument packages or instruments or both depending upon the instrument_host hard to really tell. I don't think we want to take on that interpretation responsibility.

@jordanpadams jordanpadams changed the title As a web front-end developer, I want to easily link telescope to their facility (or the other way around) As a user, I want to easily link telescope to their facility (or the other way around) Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
icebox p.should-have requirement the current issue is a requirement
Projects
Status: ToDo
Development

No branches or pull requests

3 participants