summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Robinson <joe@mumsnet.com>2014-07-22 12:06:18 +0100
committerJoe Robinson <joe@mumsnet.com>2014-07-22 12:06:18 +0100
commitb91bba1ebb7e62ed0c06c02580b18a10fc7326db (patch)
tree4a93c12173b5c549d1065c508b4dc9ae1f55044c
parent397992465eb0eae75c05779bda1d662129657386 (diff)
Added To Do list
-rw-r--r--TODO.md25
1 files changed, 25 insertions, 0 deletions
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