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
Great impact on continuous delivery
Fix for Lifetime Team Synchronization on Service AccountThe query responsible for synchronizing Lifetime Teams was returning ID 0 for the user resulting on maintaing duplicates on this branch.
Timeout Issue While Deleting Lifetime TeamsA timeout issue occurred when deleting Lifetime Teams due to the presence of duplicate users. To address this:
LifetimeTeamUser