StevenWeathers / thunderdome-planning-poker

⚡ Thunderdome is an open source agile planning poker, sprint retro, and story mapping tool
https://thunderdome.dev
Apache License 2.0
396 stars 103 forks source link

[Feature Request]: allow leaders to nudge other leaders #569

Closed gwimmel closed 5 days ago

gwimmel commented 3 months ago

Description

If there are multiple leaders in a battle (e.g. taking turns or replacing each other), all leaders can vote, but a leader currently cannot nudge another leader for a vote. Is this intentional?

Describe the solution you'd like

Allow leaders to nudge other leaders (maybe configurable?)

Describe alternatives you've considered

No response

StevenWeathers commented 3 months ago

Nudge was intended to be used by the active facilitator (leader), I didn't think about nudging other facilitator's though the feature would work just fine if the button was there (nothing in the backend prevents it).

gwimmel commented 3 months ago

Yes, looking at the code I think it should be easy to adapt such that this is possible. I can try and provide a PR.