Xabaril / Esquio

Esquio is a Feature Toggle Library for .NET Developers.
Apache License 2.0
428 stars 49 forks source link

Add a default value for a feature flag #198

Closed mvelosop closed 2 years ago

mvelosop commented 2 years ago

Hi, I add here a bit of context:

We have an application that's deployed to customers on Azure and the feature flags are controlled centrally, so we can enable any feature for any deployment for every customer, and that's one of the strong points of Esquío 😊

However, after a feature has become mainstream, having to enable it for all new customers and deployments becomes a hassle.

In this context, it would be very helpful being able to define the default value for a feature.

This way, when the feature becomes mainstream, we'd just set the default value to "Enabled" and move on to develop the next great feature 😁

Any comments would be much appreciated 😊

unaizorrilla commented 2 years ago

Hi!

You can use Archive action on this case, i think could work well!

mvelosop commented 2 years ago

Hi @unaizorrilla, thanks, yeah, it looks like it will work fine. Will most probably work on this after the next release of Sidra. 😊