summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-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