thulasi-ram / django-feature-toggle

Feature Toggle implementation as a pluggable django app. Supports SimpleToggle, TimeBombToggle ways to manage release of new features that can be easily toggled on / off.
GNU General Public License v3.0
8 stars 2 forks source link

Make feature toggle list in Admin model more useful #10

Open bittner opened 3 years ago

bittner commented 3 years ago

As a staff user I'd like to go to the list of feature toggles in the Django Admin and turn features on/off from there (i.e. directly in the list). In some cases, it would also be helpful to have a URL to directly jump to where the turned on/off feature can be seen on the website.

In the simplest case, the list would have an additional column with an on/off switch (button or check box), e.g.

Feature Toggle State Target
Show video :on: [see current state]()
Ask permission :on: [see current state]()
thulasi-ram commented 3 years ago

Somehow missed notifications for this and other issues sorry about that. I wont be able to currently devote time for this atleast till the next month.

I am willing to accept any contribution otherwise will start looking into it from next month onwards.