Kos / flippy

Feature flipper app for Django
ISC License
6 stars 1 forks source link

Flag debugging - allow inspecting current state #7

Open Kos opened 5 years ago

Kos commented 5 years ago

Issue #6 talked about possibilities of easily toggling flags during development, this issue talks about viewing the current state of flags.

During development, a reasonable question to ask is "what flags are currently enabled for me?". This should be easy.

Idea: there's already a place for showing diagnostics like this, it's called Django Debug Toolbar - maybe one could just add a panel there?