feature-toggle-management
Reactive icon

Feature Toggle Management

Stable version 1.0.10 (Compatible with OutSystems 11)
Uploaded
 on 2 Dec (3 weeks ago)
 by 
4.5
 (22 ratings)
feature-toggle-management

Feature Toggle Management

Details
The Feature Toggle Management is the management console that provides the interface to manage Features Toggles across multiple environments. This component allows IT users to manage feature release and restrict access to the feature through user context. It improves the way to deal with unfinished work and hidden features in production and helps to remove dependency friction as you scale to multiple teams.
Read more

Feature toggling is an application-based release pattern that provides the mechanism to modify system behavior by selectively enabling and disabling features without requiring a production code deployment. Feature toggles are usually implemented by wrapping application logic or UI elements with a conditional statement, where the feature is enabled or disabled based on a configuration setting stored somewhere.


How To Use

This component should be installed on LifeTime and requires that the Feature Toggle Library component be installed on the target environments (e.g. Development, Testing, and Production).

Please read the documentation on how to install and how to use this tool.


Benefits

  • A single developer can code without impacting others while getting early feedback
  • Teams can continuously integrate code since day 1, avoiding merge hell
  • Fix production code from development without skipping SDLC stages
  • Multiple developers sharing code without impacting others
  • Teams are always ready to promote code


Great impact on continuous delivery


  • Decouple Code Deployment From Feature Roll-out
  • Canary Launches
  • Production Testing
  • Turning Things Off With a Kill Switch
  • Running Experiments
Release notes (1.0.10)

Index Additions:

Added indexes to enhance query performance on the following attributes:

FeatureToggle: Name

LifetimeTeamUser: EnvKey, UserId

Tag: Name


Timer Fix:

Resolved an issue with the FeatureToggleTeams_Sync timer, which was causing duplicate entries in the LifetimeTeam and LifetimeTeamUser entities.


Duplicate Records Resolution:

Implemented a series of timers to back up and prevent duplicated records in the affected entities.

License (1.0.10)
Reviews (13)
by 
20 Dec (2 days ago)
in version 1.0.10
It is a very useful tool , We should now think of improving its performance by using cache or any other way.
by 
28 Mar
in version 1.0.6
amazing tool 
by 
7 Feb
in version 1.0.4
Nice tool and the Idea. Kudos!!
Team
Other assets in this category