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

Feature/sleep mode #6

Closed PolygeneLubricants closed 3 years ago

PolygeneLubricants commented 3 years ago

Modified disconnecting behavior, such that the player is no longer removed from all servers. Instead, the player is marked as 'Asleep', which puts them in a mode which does not affect voting. The sleeping players vote can still be shown, but it is not necessary that the player votes to show all votes. When the player rejoins or reconnects, the player is awaken again, and behaves like a normal player.