LiamM32 / Eurovision_Condorcet

A program to count votes for the Eurovision Song Contest using a redesigned voting system.
1 stars 2 forks source link

Allow vote to be divided by voting groups with a specified balance #13

Closed LiamM32 closed 1 year ago

LiamM32 commented 1 year ago

In the Eurovision Song Contest, approximately half of the voting power is given to the national juries, with the other half (plus the world vote) coming from the public.

This program should have a feature to allow multiple groups to have a specified split in voting power. There would need to be a mechanism in the methods to determine how to balance the vote between the groups.

The voting group would be a separate attribute from the country, but also specified in a tag.

LiamM32 commented 1 year ago

Currently, the 'split-vote' branch handles multiple voting groups. But it doesn't currently have a way to set the group balance without editing the php files.

LiamM32 commented 1 year ago

Handling of voting groups is now handled sufficiently well.