holium / ballot

An Urbit app for voting on proposals and polls.
MIT License
2 stars 0 forks source link

Tally status failed should give voteCount and participantCount #57

Closed drunkplato closed 2 years ago

drunkplato commented 2 years ago

Since I switched to using the tally object for the end results in the UI, we should include that in the

tally: { 
  status: "failed",
  voteCount: 20,
  participantCount: 46
} 

The reason I need these is because the participantCount can always change, but we need it at time of count.