Darren Oakley
Darren Oakley
i.e. make it so that any folder/path can be considered private and non-cacheable.
Not everyone will want this... Especially in test/dev.
We don't currently set any useful HTTP headers for cache control and validation. We should probably do that... - Etag - Last Modified (if we have that data) - Expires...
It would be great to go into the bandiera interface and bring up a view for a group that shows the history of all feature flags for a group. i.e....
The interface for Bandiera is built using tables and doesn't play well on smaller devices... It'd be great to make it responsive.
We seem to be getting a lot of `Sequel::PoolTimeout` errors reported in Airbrake: https://nature.airbrake.io/projects/98398/groups/1343423896497809449 We need to investigate these and see if they can be handled more gracefully...
i.e. we've been maintaining big email lists in the 'User Groups' - this is a touch awkward and could be made a LOT easier.
This will then leave the option open for supporting multiple storage backends.
When someone/something turns a feature flag on/off it'd be really cool to be able to send an email to a address (or addresses) associated with the feature group.
See http://matt.chadburn.co.uk/notes/apoptosis.html Add an expiry date to features (by default) so that they automatically turn themselves off after a given time - this then provokes the following questions: - Did...