# API - [x] lower case responses - [x] segment-agnostic API endpoint - [x] return the full feature config dict in the response if needed - [x] cache configs from the DB in the application and get notified upon changes - [ ] retry on DB connection timeouts - [ ] ETags # UX - [x] UX: show confirmation after submitting feature toggles - [x] UX: enhance UX for a long list of features - [ ] sort the quick access list - [x] UI bug fixes - [x] use bullets instead of checkboxes to enable/disable segmentation - [ ] deleting features and deleting segmentations # Auth - [ ] Authorization: different admin list for different applications # Admin - [ ] delete segments and segment options - [ ] delete a feature - [ ] delete an application - [ ] naming standards for apps, features, segments and segment options - [ ] last modified - [ ] change history - [ ] schedule enabling/disabling features - [ ] clone an app # Core - [x] newrelic integration - [ ] Support other values than boolean - [ ] Test coverage - [ ] Jenkins integration - [ ] exception handling: DB connection errors - [ ] Refactoring # General - [x] Update documentation
API
UX
Auth
Admin
Core
General