This commit is contained in:
Kailash Nadh 2019-04-07 09:41:58 +05:30
parent 3bf405fc1c
commit b0602594aa
2 changed files with 22 additions and 0 deletions

11
TODO Normal file
View File

@ -0,0 +1,11 @@
- [ ] Make the UI responsive
- [ ] Make buttons and links tabbable
- [ ] Add a "running campaigns" widget on the dashboard
- [ ] Add more analytics and stats
- [ ] Add bounce tracking
- [ ] Pause campaigns on % errors in addition to an absolute numbers
- [ ] Support DB migrations for easy upgrades
- [ ] Add materialized views for analytics and stats (and more?)
- [ ] Add GDPR-esque features (complete data download for end users, "forget me" option)
- [ ] Add user management and permissions
- [ ] Add tests

11
TODO.md Normal file
View File

@ -0,0 +1,11 @@
- [ ] Make the UI responsive
- [ ] Make buttons and links tabbable
- [ ] Add a "running campaigns" widget on the dashboard
- [ ] Add more analytics and stats
- [ ] Add bounce tracking
- [ ] Pause campaigns on % errors in addition to an absolute numbers
- [ ] Support DB migrations for easy upgrades
- [ ] Add materialized views for analytics and stats (and more?)
- [ ] Add GDPR-esque features (complete data download for end users, "forget me" option)
- [ ] Add user management and permissions
- [ ] Add tests