monarch-initiative / monarch-app

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

Improve ordering of association sections on node pages #877

Open sagehrke opened 3 weeks ago

sagehrke commented 3 weeks ago

In #849, it was stated "The ordering of association on the page can be improved. Interactions is not useful and not in Monarch's core area. In contrast, diseases are. Put these before interactions"

kevinschaper commented 3 weeks ago

We use a yaml config on the backend to map association category names to string lablels, in the short term at least, we should just add a rank property to each of our association category definitions so that we can be sure that our core associations come up at the top.

Longer term, we probably want control over association sections to live in the frontend, especially as we find reasons to write specific code for our core sections.