GamerPolls / gamerpolls.com

A polling site geared towards use by streamers on Twitch.
http://gamerpolls.com/
GNU General Public License v3.0
5 stars 2 forks source link

Implement basic poll system #3

Closed cletusc closed 10 years ago

cletusc commented 10 years ago

[ ] GET /poll/new -> controller.new [ ] POST /poll/create -> controller.create creates the poll and redirects to results [ ] GET /poll/:id -> controller.showPoll [ ] POST /poll/:id/vote -> controller.vote [ ] GET /poll/:id/results -> controller.showResults

Structure poll creation options to handle unknown number of options.