diff options
-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 |