NASA-PDS / pds-api

PDS web APIs specifications and user's manual
http://nasa-pds.github.io/pds-api
Other
5 stars 3 forks source link

As a user,I want to get the list of properties available in summary sorted in alphabetical order #88

Closed tloubrieu-jpl closed 4 months ago

tloubrieu-jpl commented 3 years ago

Motivation

...so that I can search what I am interested in more efficiently.

Additional Details

Acceptance Criteria

Given When I perform When I perform a request (e.g. with only-summry=True) Then I expect the summary.properties array to be sorted in alphabetic order

Engineering Details

Instead of a HashSet object currently used (see for example https://github.com/NASA-PDS/registry-api-service/blob/db52a571ba46c47a9792838e30d0142c692ce83f/src/main/java/gov/nasa/pds/api/engineering/controllers/MyProductsApiBareController.java#L110) one can use an ordered object (Tree...).

tloubrieu-jpl commented 3 years ago

@tdddblog I created a ticket for your request on ordering the list of properties in summary. Can you update the type of object you advised to use to handle that ? I missed to take note of that. Thanks.

jordanpadams commented 2 years ago

Lowering priority of this task and de-scoping from B12.1

jordanpadams commented 4 months ago

closing as duplicate to https://github.com/NASA-PDS/registry-api/issues/506