Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sri/estimation-poker
Estimation Poker: a simple estimation app for teams
https://github.com/sri/estimation-poker
estimation javascript meteor meteorjs pointingpoker
Last synced: 9 days ago
JSON representation
Estimation Poker: a simple estimation app for teams
- Host: GitHub
- URL: https://github.com/sri/estimation-poker
- Owner: sri
- License: mit
- Created: 2015-08-11T20:35:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-14T21:11:27.000Z (over 7 years ago)
- Last Synced: 2024-11-06T08:03:34.122Z (about 2 months ago)
- Topics: estimation, javascript, meteor, meteorjs, pointingpoker
- Language: JavaScript
- Homepage: http://estimation-poker.meteor.com/
- Size: 593 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Estimation Poker
================Estimate tickets/tasks/epics with your team.
[Try it now!](http://estimation-poker.meteorapp.com)
Features
--------
- Simple & easy to use: low overhead
- Voting in real-time
- When everyone finishes voting, all points are revealed
- History of previous estimation is saved
- Optionally, enter title for the estimation (usually the tickets/epics name)
- Mobile friendly (using Bootstrap's responsive design)Bugs
----
- Doesn't remove the user when they close the browser and exit the session
- loading.... sign when templates aren't ready yet
- pushState doesn't work on iphone safari.
- auto avg?
- no testsScreenshots
-----------### Initial Screen:
![Inital Screen](https://raw.githubusercontent.com/sri/estimation-poker/master/screenshots/initial.png?raw=true "Initial Screen")
---
### Voting:
![Voting](https://raw.githubusercontent.com/sri/estimation-poker/master/screenshots/voting.png?raw=true "Voting")
---
### Mobile UI:
![Mobile UI](https://raw.githubusercontent.com/sri/estimation-poker/master/screenshots/mobile.png?raw=true "Mobile UI")
---