Content
View differences
Updated by Wieland Lindenthal 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 settings page controller under /admin/settings/experimental
* There is no menu item to prevent users accidentally activating feature flags they have no clue about what they do
* 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 settings page
* There is no menu item to prevent users accidentally activating feature flags they have no clue about what they do
* 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.