NASA-PDS / registry-api

Web API service for the PDS Registry, providing the implementation of the PDS Search API (https://github.com/nasa-pds/pds-api) for the PDS Registry.
https://nasa-pds.github.io/pds-api
Other
2 stars 5 forks source link

As a user, I want the /properties endpoint to display range/enum type and values for each property #324

Open alexdunnjpl opened 1 year ago

alexdunnjpl commented 1 year ago

Checked for duplicates

No - I haven't checked

🧑‍🔬 User Persona(s)

Raised in API working meeting

💪 Motivation

...so that I can intuit reasonable values to include in a querystring.

📖 Additional Details

Some properties should probably be explicitly excluded from preprocessing - universal metadata like file-size and the like.

Acceptance Criteria

Given When I perform Then I expect

⚙️ Engineering Details

Preprocessing would need to be added in registry-sweepers to range or enumerate the values.

alexdunnjpl commented 1 year ago

Possible duplicate of https://github.com/NASA-PDS/registry-api/issues/284 depending on whether or not there is a implementation prior to implementation of faceting.