databio / bbconf

Configuration package for bedbase project
https://pypi.org/project/bbconf/
BSD 2-Clause "Simplified" License
1 stars 2 forks source link

Endpoints examples #11

Closed xuebingjie1990 closed 3 years ago

xuebingjie1990 commented 3 years ago

update bedfiles and bedset schema. allowed bedhost dynamically define and set labels for file/image choices for the drop-down lists.

stolarczyk commented 3 years ago

do the labels need to start with a capital letter?

xuebingjie1990 commented 3 years ago

do the labels need to start with a capital letter?

no, I just thought it would look better in the list.

Screenshot from 2021-04-15 11-30-17

stolarczyk commented 3 years ago

In my opinion, if you you care about the looks and it's intended to be displayed in the UI then it's good to format it like this: 'String string', if it you want it to be internal and computer readable then: 'string_string'

xuebingjie1990 commented 3 years ago

In my opinion, if you you care about the looks and it's intended to be displayed in the UI then it's good to format it like this: 'String string', if it you want it to be internal and computer readable then: 'string_string'

I think the label field is only used for UI, at least for now.