diff options
author | Joe Robinson <joe@mumsnet.com> | 2014-07-22 12:06:18 +0100 |
---|---|---|
committer | Joe Robinson <joe@mumsnet.com> | 2014-07-22 12:06:18 +0100 |
commit | b91bba1ebb7e62ed0c06c02580b18a10fc7326db (patch) | |
tree | 4a93c12173b5c549d1065c508b4dc9ae1f55044c | |
parent | 397992465eb0eae75c05779bda1d662129657386 (diff) |
Added To Do list
-rw-r--r-- | TODO.md | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -0,0 +1,25 @@ +Required +======== + +- List poll details with available options +- Show current votes on a poll +- List available polls +- Close a poll +- Handle double quoted strings as a single arg + +Optional +======== + +- More user friendly args (eg add rather than -a) +- Short name for polls (for easier voting than using the ID) +- Searching for polls based on keywords +- Edit your vote (probably an option if this can be done per poll) +- Time limited polls +- DB migration for updates +- Just giving one arg (eg blavote yes) will vote for the last added poll + +Experiments +=========== + +- REST API +- Web interface |