DEV Community

Discussion on: What's your favorite piece of software that you built for yourself?

Collapse
 
ekeijl profile image
Edwin

An in-house planning poker app (that Agile thing for estimating stories during a sprint planning) that uses websockets. Team members can join a room, pick a card value (0-1/2-1-3-5-8-13-20-100-?) and the host can flip the cards.

We needed some kind of app for this since work is now mostly remote and all the available apps were pretty mediocre. It's not integrated with the issue tracker to fill in the estimation value, but it works well enough for now.