evroon / bracket

Selfhosted tournament system
https://docs.bracketapp.nl
GNU Affero General Public License v3.0
220 stars 49 forks source link

Swiss tournament round bug #948

Open Nikvothe opened 2 days ago

Nikvothe commented 2 days ago

Hi, there seems to be a bug in the addition of another round for a Swiss tournament. This bug does not show up in the demo

I created 8 players for 8 teams (each team has 1 player), perhaps this setup is wrong?

I'll share a screenshot: localhost_3000_tournaments_1_swiss_1 (1)

For context, I'm setting up a local Dragon Ball Sparking Zero tournament, there's only one big monitor, pc and 2 controllers, meaning we've only one "court". I suspect we'll be around 8 people so the Swiss tournament structure would allow us to finish a tournament in 4/5 rounds and reduce the chance of somebody winning all the time. The idea is to have many of these sequences/tournaments throughout the day, so that we can distribute symbolic trophies to the winners.

evroon commented 2 days ago

Thanks, I think I solved this in https://github.com/evroon/bracket/pull/909 which should be merged soon, but I'll check it it's really fixed