marckunze / rancor

Ranked Choice voting tool repo
https://rancor.herokuapp.com
Other
0 stars 0 forks source link

rancor

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).

Full Documentation

See the Wiki for the full documentation, including getting started, the functional spec, and other information.

Communication

What does it do?

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.

Build & run

To build and run a local copy

$ git clone git@github.com:marckunze/rancor.git
$ cd rancor
$ bundle install
$ rackup

Data definition

Polls and data are structured as below.

rancor-erd-2014-12-14

Bugs and feedback

License

This project is licensed under the terms of the MIT license.