SocietyClub / RCV

Ranked Choice Voting application
https://www.rankedchoice.info/
2 stars 0 forks source link

Update results page to use simplified vote results output #50

Closed binamkayastha closed 2 years ago

binamkayastha commented 2 years ago

From:

   {
                name: 'spoodermann',
                eliminated: false,
                votes: [
                  {
                    firstChoiceCandidate: 'spoodermann',
                    voteCount: 3,
                  },
                ],
  },

To:

   {
                name: 'spoodermann',
                eliminated: false,
                voteCount: 3
  },
binamkayastha commented 2 years ago

This only makes sense for the first step, but the list is needed for the later steps, this is for the ui coloring