https://github.com/noeldemartin/planning-poker
Planning Poker PWA
https://github.com/noeldemartin/planning-poker
pwa scrum vue
Last synced: 9 months ago
JSON representation
Planning Poker PWA
- Host: GitHub
- URL: https://github.com/noeldemartin/planning-poker
- Owner: NoelDeMartin
- License: mit
- Created: 2018-08-18T08:54:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-18T09:15:40.000Z (about 5 years ago)
- Last Synced: 2025-02-25T13:18:53.791Z (9 months ago)
- Topics: pwa, scrum, vue
- Language: Vue
- Homepage: https://noeldemartin.github.io/planning-poker/
- Size: 1.16 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
Planning Poker
Planning Poker Application built using [Vue](https://vuejs.org/), [Swiper](https://idangero.us/swiper) and cards designed by [Redbooth](https://github.com/redbooth/Scrum-poker-cards).
Use the app here: [https://noeldemartin.github.io/planning-poker/](https://noeldemartin.github.io/planning-poker/).
Planning poker, also called Scrum poker, is a consensus-based, gamified technique for estimating, mostly used to estimate effort or relative size of development goals in software development. In planning poker, members of the group make estimates by playing numbered cards face-down to the table, instead of speaking them aloud. The cards are revealed, and the estimates are then discussed. By hiding the figures in this way, the group can avoid the cognitive bias of anchoring, where the first number spoken aloud sets a precedent for subsequent estimates. [Read more at Wikipedia](https://en.wikipedia.org/wiki/Planning_poker).