Page MenuHomePhabricator

[PAB1] Discuss how we can have flags to turn on/off A/B test
Closed, ResolvedPublic1 Estimated Story Points

Description

We don't have mediawiki on the portal page.

How do we turn on/off the A/B test? Can we reuse the flag system?

Event Timeline

JGirault raised the priority of this task from to Needs Triage.
JGirault updated the task description. (Show Details)
JGirault subscribed.

After a discussion with @EBernhardson, it seems that we don't need any fancy mechanism.
We can use the browser url, and with JavaScript parse query strings or parse the url fragment.

var hash = location.hash.slice(1);