PolygeneLubricants / planning-poker

Just Planning Poker is a simple lightweight planning poker web application written in .Net Core 8 with Blazor WebAssembly.
https://justplanningpoker.com/
MIT License
34 stars 15 forks source link

`Show when ready` functionality #35

Open jonas-lomholdt opened 3 weeks ago

jonas-lomholdt commented 3 weeks ago

When all users have voted we need a way to automatically reveal the votes.

Suggested implementation could be changing the Show button to a dropdown button with another option, or a simple toggle eg. `"Show When Ready" that will reveal the votes once everyone has voted. The state of the button could be persisted in localstorage for extra points so it's remembered across sessions.