The Ranked Choice voting tool. Because sometimes you need the computer to help make these kinds of decisions for you.
A project for City College of San Francisco (CCSF) CS 177 (Software Engineering).
See the Wiki for the full documentation, including getting started, the functional spec, and other information.
Resolves the restaurant choice dilemma. Create a poll, invite who you need to pick. They vote, you go to figure out lunch without spending all morning on it. Then it solves what bar to go at the end of the day.
To build and run a local copy
$ git clone git@github.com:marckunze/rancor.git
$ cd rancor
$ bundle install
$ rackup
Polls and data are structured as below.
This project is licensed under the terms of the MIT license.