monarch-initiative / monarch-app

Monarch Initiative website and API
https://monarchinitiative.org/
BSD 3-Clause "New" or "Revised" License
16 stars 4 forks source link

Provide categories as single value and human readable. #170

Closed putmantime closed 1 year ago

putmantime commented 1 year ago

API currently returns a list with a single value. We need to provide a single value.

Incorporate 'category_label' in response for any call that returns categories

biolink:PhenotypicFeature - > Phenotypic Feature

vincerubinetti commented 1 year ago

This is now being done on the frontend for display purposes only (that is, when being passed back to the api, it retains the biolink: prefix and casing). It is already implemented as of several PRs ago.