Closed SimoneMezzaro closed 1 year ago
I think this restriction is reasonable. All the knockout tournaments are structured with a number of participants which is a power of two. Otherwise the number of possible combinations explodes. At the end of the day we are leaving the possibility to play league tournaments if the number of teams doesn't fit in a power of two.
I know that this restriction is usually reasonable, but the customer told that one of the intended usages for the app is let professors create tournaments with their students. Which means that only classes that have a power of two numbers of students/teams can use the knockout mode.
If we do this (not saying we shouldn't) we have to find an algorithm to give byes. Otherwise in a tournament with 9 teams the last team will directly go to the finals
Now it' a bit late to implement this. It can be considered a future update. I'm closing it
The condition that a knockout tournament can only have a number of teams equal to a power of two is too restrictive. We should allow any number of teams to compete