clowder-framework / CONSORT-frontend

custom react frontend working with consort clowder instance
0 stars 0 forks source link

Ordering of labels in previewer #84

Closed minump closed 3 months ago

minump commented 3 months ago

The ordering of labels (title & abstract, introduction, discussion) etc in the PreviewerDrawerLeft is in alphabetical order. Change this ordering to the same order as the numbered labels - starting from 1a,1b 2a, 2b, and so on.

minump commented 3 months ago

This is implemented in the backend. https://github.com/clowder-framework/RCT-Transparency-extractor/pull/42

minump commented 3 months ago

Changed section["items"]["item"] to section["items"]['label'].. Need to change frontend to reflect this.