Feature Flag Platform with potential to improve
Use Cases and Deployment Scope
1. Use for configuration values that are shared across multiple applications
2. Feature Flagging for new features can deploy and test while still being developed.
3. Used it as a feature kill switch if we need to disable a feature during peak traffic/season.
Pros
- Tracking if a feature flag is in use.
- The API is straight forward before basic tasks.
- The UI is easy to understand.
Cons
- Customer support at times is hard to work with.
- The ability to create a feature flag in one environment and publish to others.
Likelihood to Recommend
2. Sharing configuration across multiple applications makes it easy.
3. Using it as a kill switch for components on your site, you can disable it during peak seasons (e.g. Black Friday) to improve the performance and stability of your site.
