The Feature Toggle app is the management console that provides the interface to manage Features Toggles across multiple stages.
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.
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.
Fixed an issue when creating new feature toggles where the 'related feature toggles' feature would throw errors because there was no feature toggle on the application yet.
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)