A Slack App to help using planning poker for SCRUM projects
- Node.js ^6.2.2
- Redis
npm install
npm test
- Deploy to Heroku or you preferred hosting service.
- Configure as a Slash Command for Slack
- Version 0.1.0
- Create a default REST endpoint
- Parse simple commands or vote value
- Allow Fibonacci votes
- Build on Travis CI
- Prepare for heroku deploy
- Setup for work as a Slack App command (
/planning-poker
or/pp
)
- Version 0.2.0
- Add an index page and API docs
- Update README with how to set up on Slack
- Version 1.0.0
- Split methods in reusable modules (probably under
lib/
) - Allow concurrent poker sessions
- Show which users already voted
- Forbid duplicate votes per user
- Split methods in reusable modules (probably under
- Version 1.1.0
- Allow Standart Planning Poker votes (0, 1, 2, 3, 5, 8, 13, 20, 40, 100, ?, ☕)
- Version 1.2.0
- Allow ordinary incremental points (0, 1, 2, 3, 4, 5, 6...)