Feature Toggles
Admin tool to toggle on and off features in your applications
Screenshots
This application provides an admin tool to interact with feature toggles created by the Feature Toggles Lib. A feature toggle is a boolean flag that can be used in the code to enable or disable features in your XP-application.
Common usages of feature toggles are:
- Merging partially implemented features into your codebase, but not exposing them to the end users
- A feature switch (kill switch?) that can be used by the admins/editors
- Enable an application-feature on the "draft" branch, but not on "master".
Releases
1.0.0
- First release
Compatibility:
- 7.12.0