AgileVentures / asyncvoter-api

For Voting on Stories and Tickets remotely and asynchronously e.g. planning poker
5 stars 7 forks source link

Closing Voting Feature #8

Closed sysrex closed 7 years ago

sysrex commented 8 years ago
Feature: Closing voting
 As a developer
 I want to be able to close voting on a specific issue
 So that I can start working on the story
tansaku commented 8 years ago

I'm not sure that it is the developer who closes the vote, but the bot that does it - I mean there could be manual override, but I imagine the bot closing the vote when consensus is achieved, i.e. 3 similar votes

tansaku commented 7 years ago

should we prefer:

Feature: Wrapping up voting
As a developer
So that we can move on to other votes and start working on voted stories
I want the bot to assign points if everyone agrees, or it not to prompt discussion and revoting to get to agreement

?

Zsuark commented 7 years ago

Should this wait until after #63 - only active stories can be voted on?

tansaku commented 7 years ago

I think we need to work out what this feature is - i.e. I proposed an alternate that no one commented on ...

arreche commented 7 years ago

@tansaku is wondering if we could move faster by having almost no logic on the server.

So I propose closing stories manually through the API after receiving 3 votes.

Just set the final size to the story i.e. PUT /stories/id {"size": "1"}

arreche commented 7 years ago

@tansaku proposes to adjust the spec as follows

Feature: Closing voting
 As an admin
 So that work can start on a story
 I want to be able to set a size on that story