isamplesorg / isamples_webui

Web interface to iSB and iSC APIs
https://isamplesorg.github.io/isamples_webui/
Apache License 2.0
0 stars 1 forks source link

Assorted issues with controlled vocabulary links #203

Closed dannymandel closed 1 week ago

dannymandel commented 3 weeks ago

First issue: subvocabularies need to be included in the vocabulary handlers so they show up in the UI:

image

Second issue: when there are objects with multiple CV entries, we aren't rendering the links correctly:

image
dannymandel commented 3 weeks ago

This is probably two issues:

(1) Backend to include the sub vocabularies in the vocab handlers (2) Frontend to split the values based on comma separated or however they are coming back

dannymandel commented 1 week ago

These two problems have been fixed. Closing the issue.