Skip to content
This repository has been archived by the owner on Sep 18, 2019. It is now read-only.

cespare/scrumcard

Repository files navigation

NOTE: I neither use nor maintain this project anymore.

scrumcard

A web app for planning poker.

Here's a screenshot:

Screenshot

Installation

Make sure you have node installed. Then you should be able to run bundle install and then run the app directly:

$ ruby scrumcard_server.rb

or

$ ruby scrumcard_server.rb --port 3456 --host 0.0.0.0

Usage

This should be obvious if you visit the app in your browser (perhaps from several browsers at once). Note that the interface is actually optimized for a mobile phone.

Caveats

This software was written to be the easiest thing that would work. We have intentionally cut many corners. All data is kept in memory on the server -- there is no persistence whatsoever. This also means that the app cannot be run simultaneously on multiple servers without room- and user-aware load-balancing. There is also no user authentication.

All of this is intentional and will probably never be fixed, because we don't anticipate needing to support large numbers of people simultaneously doing sprint planning.

License

Copyright (c) 2011 Caleb Spare

MIT License