Excellent functionality, could be a bit more usable
- enable or disable features in our 3 different environments (Dev/Test/Prod), to manage testing and deployment
- display or configure an outage banner
- set some values (to override system values)
This gives us excellent flexibility without having to modify deployment configs or rebuild code.
- Manage different environments.
- Create and update feature flags/values.
- Report end users (so we potentially group them and configure flags by group).
Cons
- It would be nice to see a feature flag's settings against all environments at once.
- It would be to have a "array" type flag for related but different settings (eg, enableA and enableB could be enable: [a, b]).
- It would be nice have customizable columns on the Users page (eg, if I want to inject a new meta data).