commitdev / zero

Allow startup developers to ship to production on day 1
https://getzero.dev
Mozilla Public License 2.0
560 stars 52 forks source link

A/B Testing integration #301

Open beiercai opened 3 years ago

GrooveStomp commented 3 years ago

What's the scope for this feature?

I've generally seen this implemented at the code level; but an argument could be made that it should be centrally managed across FE and BE - at which point it starts to converge a bit with feature flagging.

bmonkman commented 3 years ago

Originally we wanted to keep this task separate from feature flagging as typically they have different requirements and feature sets, but if we are going to be using LaunchDarkly for the feature flagging stuff we should see how much of this epic overlaps, since they do have quite a few features that would probably meet the needs of an A/B testing solution.