disqus / gargoyle

Feature switches in Django
http://engineering.disqus.com
Apache License 2.0
746 stars 112 forks source link

Add session specific controls to dashboard so that users who have permiss #13

Open mscheibe opened 13 years ago

mscheibe commented 13 years ago

Add session specific controls to dashboard so that users who have permission to view the admin tool (staff) can more easily enable/disable a feature for just their session. This is useful for testing/debugging workflow.

The new options are:

Implementation wise, this works by adding a session cookie per switch. Restarting the browser will delete the cookie, and normal users will not have any extra cookies.