aaspinwall / collab

Collab project: We're currently building a decision maker app with Next.js on the frontend and graphQL / faunaDB on the backend.
https://collab-git-main.aaspinwall.vercel.app/
MIT License
5 stars 13 forks source link

COUNT THE VOTES #110

Closed AlexandreGagnon-Lalonde closed 3 years ago

AlexandreGagnon-Lalonde commented 3 years ago

tie - { ranked: [ 'a', 'c', 'b', 'd' ],
winner: 'Tie', tied: true, tiedChoices: [ 'a', 'c' ] }

no tie - { ranked: [ 'a', 'c', 'b', 'd' ], winner: 'a', tied: false }

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/aaspinwall/collab/c100fxedl
✅ Preview: https://collab-git-fork-alexandregagnon-lalonde-main.aaspinwall.vercel.app