rkz / flask-google-optimize

Run server-side experiments in Google Optimize within your Flask app
1 stars 1 forks source link

Flask-DebugToolbar panel to show experiments and variations #3

Open rkz opened 7 years ago

rkz commented 7 years ago

Context

Many Flask developers use Flask-DebugToolbar to show the current request context, logs, ...

Goal

When loading GoogleOptimize, if the debug toolbar is enabled on app, add an "Experiments" panel to the toolbar with:

rkz commented 7 years ago

Workaround: use the "Request Vars" panel and check the cookie variables.