From b0602594aa5431586af6a746884ca1240fdf59e7 Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Sun, 7 Apr 2019 09:41:58 +0530 Subject: [PATCH] Add TODO --- TODO | 11 +++++++++++ TODO.md | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 TODO create mode 100644 TODO.md diff --git a/TODO b/TODO new file mode 100644 index 0000000..ba55cfe --- /dev/null +++ b/TODO @@ -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 diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..ba55cfe --- /dev/null +++ b/TODO.md @@ -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