Toxantron / scrumonline

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

Close poll manually #145

Closed Toxantron closed 4 years ago

Toxantron commented 4 years ago

Raised in #134 sometimes a member of the team might be away from the screen and the scrum master still wants to close the poll. This PR adds a new API endpoint to close the current poll and adds a Stop button to the poll control.

It also fixes a previously unreported bug in the github integration.

Closes #134.