Closed migo315 closed 7 years ago
Instead of a new Stash ... let's merge it to config. Example:
best_it_feature_toggle:
features:
feature_123:
active: true
feature_abc:
percentage:
percentage: 50 // Value between 0 - 100 in percent
cookie: FeatureCookieName // Name for the cookie which save the current feature state
lifetime: 3600 // Lifetime of cookie
Currently not needed
A BucketTestStash for A/B testings.