medmrgh / real-time-planning-poker

Planning Poker is a way to estimate a relative effort for a given task. This implementation was build upon new technologies such as NodeJS, Socket.IO...

Home Page:http://real-time-planning-poker.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real Time Planning Poker

Got no playing cards to do your planning poker ? No worries, in less than 5 minutes form now, you'll be ready to plan !

Alt

Alt

Alt

Alt

Table of Contents

Features

  • Random name given to new client
  • Change name
  • Change User Stories
  • Reveal cards
  • Play again
  • Change themes on-the-fly
  • Multi-room
  • Theme and name saved into localStorage
  • Facebook like Chat
  • Deployed on Heroku

Prerequisites

  • Node.js
  • Command Line Tools
  •  Mac OS X: Xcode (or OS X 10.9 Mavericks: xcode-select --install)
  •  Windows: Visual Studio
  •  Ubuntu: sudo apt-get install build-essential
  •  Fedora: sudo yum groupinstall "Development Tools"
  •  OpenSUSE: sudo zypper install --type pattern devel_basis

Note: If you are new to Node.js or Express framework, I highly recommend watching Node.js and Express 101 screencast by Alex Ford that teaches Node and Express from scratch. Alternatively, here is another great tutorial for complete beginners - Getting Started With Node.js, Express, MongoDB.

Getting Started

The easiest way to get started is to clone the repository:

# Fetch only the latest commits.
git clone git@github.com:bcldvd/real-time-planning-poker.git my-project

cd my-project

# Install NPM dependencies
npm install

node app.js

Note: I strongly recommend installing nodemon sudo npm install -g nodemon. It will monitor for any changes in your node.js application and automatically restart the server. Once installed, instead of node app.js use nodemon app.js. It is a big time saver in the long run.

TODO

  • Tweaks

Contributing

If something is unclear, confusing, or needs to be refactored, please let me know. Please open an issue before submitting a pull request

Authors

David Boclé - http://github.com/bcldvd

Credits

Copyright and license

The MIT License

Copyright (c) 2014 David Boclé

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

About

Planning Poker is a way to estimate a relative effort for a given task. This implementation was build upon new technologies such as NodeJS, Socket.IO...

http://real-time-planning-poker.herokuapp.com/

License:MIT License


Languages

Language:CSS 58.6%Language:JavaScript 35.3%Language:HTML 6.1%