Content
View differences
Updated by Oliver Günther almost 3 years ago
**As** a person involved in the development of OpenProject features
**I want to** be able to activate feature flags from within the system settings UI
**so that** I don't need Rails console access or the ability to set ENV variables
**Acceptance criteria**
* There is a hidden controller under /admin/settings/experimental
* There is no an extra menu item to prevent users accidentally activating feature flags they have no clue about what they do _Administration --> System settings --> Experimental_
* There all available feature flags are listed as check boxes
* The feature flags are shown in their real technical name and do not get translated to avoid confusion in communication.
* There is a clear warning to not activate feature flags in production
* There is another confirmation needed on saving the form.
**I want to** be able to activate feature flags from within the system settings UI
**so that** I don't need Rails console access or the ability to set ENV variables
**Acceptance criteria**
* There is a hidden controller under /admin/settings/experimental
* There is no
* There all available feature flags are listed as check boxes
* The feature flags are shown in their real technical name and do not get translated to avoid confusion in communication.
* There is a clear warning to not activate feature flags in production
* There is another confirmation needed on saving the form.