Feature Flipper

12 views
Skip to first unread message

Toby Champion

unread,
Dec 7, 2010, 4:45:44 PM12/7/10
to Django users
I'm working on an (open source) project that wants to move to
continuous deployment and could do with "feature flipper"
functionality similar to that discussed at http://www.alandelevie.com/tag/feature-flippers/
We'd envisage it being a separate application that we'd release as
open source. Does anyone know of something similar around, or in
development?

Toby Champion, Seattle, WA

Venkatraman S

unread,
Dec 7, 2010, 10:20:41 PM12/7/10
to django...@googlegroups.com
I am not sure whether anything similar already exists, but i dont think it would be tough to
implement.

One of the approaches would be to store the features in a table - the features can be associated
with functions or in the function(as mentioned in the same ruby code there, in this case-the view)
check the value of this feature and have the flow based on this.
(So, if you notice, its basically a lookup)

-V
http://twitter.com/venkasub

Reply all
Reply to author
Forward
0 new messages