Feature Toggles icon

Feature Toggles

Admin tool to toggle on and off features in your applications

Screenshots

  • The feature toggle tool, where admins can toggle boolean flags for features. They can also "publish" the new state so that it will be returned when the user is in the master branch context.

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. 1.0.0

    • First release
    • Compatibility:

      • 7.12.0