IUSCA / bioloop

Scientific data management portal and pipeline application template
Other
4 stars 2 forks source link

188 - add config for disabling features at UI level #229

Closed ri-pandey closed 4 months ago

ri-pandey commented 7 months ago

Description

Introduced config for disabling features at UI level. Enabled features are stored in ./ui/.env, and read in ./ui/config.js, which is where components read it from.

Docs

Related Issue(s)

Closes #188

Changes Made

List the main changes made in this PR. Be as specific as possible.

Checklist

Before submitting this PR, please make sure that:

ri-pandey commented 6 months ago

@deepakduggirala I have changed this so that feature flags are read from the config and will require redeployment.