AgileVentures / asyncvoter-api

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

A story counts the number of votes cast against it #51

Open Zsuark opened 7 years ago

Zsuark commented 7 years ago

Feature: Counting votes on story As a developer I want to see the number of votes cast on a story and by whom

Zsuark commented 7 years ago

As per discussions with @joaopapereira

Zsuark commented 7 years ago

@joaopapereira thoughts?

tansaku commented 7 years ago

I think we need a motivation in the feature and we could also simplify. I propose:

Feature: Counting votes on story
  As a developer
  So that I can get an update on a story that I care about 
  I want to see the number of votes  cast on a story

I realise there are lots of other things such as:

Feature: Who voted on story
  As a developer
  So that I can get an update on a story that I care about 
  I want to see who voted on a story
Feature: finishing up vote
  As a admin
  So that we can have productive discussions about the results of a vote
  I want to see full details of a vote when there are >= 3 votes, e.g. vote values

but I would recommend working just on

Feature: Counting votes on story
  As a developer
  So that I can get an update on a story that I care about 
  I want to see the number of votes  cast on a story

first