rawls238 / PlanOut.js

A JavaScript port of Facebook's PlanOut Experimentation Framework
MIT License
308 stars 52 forks source link

Allow an experiment (not just a namespace) to be locally overridden #67

Closed joshuatTW closed 4 years ago

joshuatTW commented 6 years ago

If I'm correct, only namespaces can be locally overridden. It would be nice to be able to test a single experiment locally.

rawls238 commented 6 years ago

I agree that that sounds like something reasonable that should be doable with the library. I’ll think about the best way to implement this this weekend

jorilallo commented 6 years ago

@rawls238 finally jumping into using Planout.js and also ran into this issue (and banged my head against the wall as it wasn't documented a bit).

rawls238 commented 6 years ago

ah sorry, definitely should have been better documented. However, this should be easy to implement...hopefully will find some time this week to add this functionality.

scottfr commented 5 years ago

It would be great to have this feature implemented.

rawls238 commented 4 years ago

this has been implemented thanks to @niklasnordlund!