From b3e7700c610284c13cdf534e31452ef45be6cd3d Mon Sep 17 00:00:00 2001 From: EthanWakeford <90289314+EthanWakeford@users.noreply.github.com> Date: Fri, 26 Apr 2024 17:25:28 -0500 Subject: [PATCH] docs: Added new voting proposal (#55) * --------- Co-authored-by: Alec Helmturner --- alt_voting_system_proposal.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 alt_voting_system_proposal.md diff --git a/alt_voting_system_proposal.md b/alt_voting_system_proposal.md new file mode 100644 index 00000000..0d819e14 --- /dev/null +++ b/alt_voting_system_proposal.md @@ -0,0 +1,19 @@ +# New Voting System + +Rank all choices with: + +- strongly interested: +2 +- slightly interested: +1 +- neutral: 0 +- slighty interested: -1 +- strongly interested: -2 + +Every vote starts at neutral +Vote on as many or few as you want +Vote whenever you want +Votes carry over month to month +Winner is decided by a tally of all user votes for that topic/project + +Winner is removed from db and previous second place becomes new first place +Current 1st, 2nd, 3rd can be displayed in real time in the UI +User can see all topics/projects and their previous votes