rawls238 / PlanOut.js

A JavaScript port of Facebook's PlanOut Experimentation Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

joshuatTW opened this issue · comments

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

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

@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).

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.

It would be great to have this feature implemented.

this has been implemented thanks to @niklasnordlund!