Toxantron / scrumonline

PHP web app for planning poker
https://www.scrumpoker.online
Apache License 2.0
399 stars 286 forks source link

Join stage in Master View #65

Closed Toxantron closed 6 years ago

Toxantron commented 7 years ago

While members join the session the QR Code jumps to the bottom. This should follow a state machine that keeps the QR Code and link central and only shows names. The scrum master can then switch to the current view when all have joined.

Additional Tasks:

dbeuchler commented 7 years ago

Great idea. As an addition, the name of joined members should also be visible (maybe as a list) to see which colleague is missing (especially for remote teams)

dbeuchler commented 7 years ago

I like the new join stage!

Improvement proposal: Persist that the team is complete so that the session can be opened/refreshed and you do not have to click on "team complete" again

Toxantron commented 6 years ago

Instead of persisting it I simply checked for the topic in 97cf4d4. This has the nice side-effect, that when you start a poll instead of clicking Team Complete the view also changes.