From b91bba1ebb7e62ed0c06c02580b18a10fc7326db Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Tue, 22 Jul 2014 12:06:18 +0100 Subject: Added To Do list --- TODO.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..f50bf3f --- /dev/null +++ b/TODO.md @@ -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 -- cgit v1.2.3