-
Notifications
You must be signed in to change notification settings - Fork 144
Description
Hi, I'm trying to workout how rounds fit into the structure of the application. So I've created a stage with round robin, but when I go to the schedule page the games are seperated into rounds. I don't quite understand their purpose, so they can be set to active, but I think I would rather just be able to set an individual game to active. Also, I don't understand how the program decides which games or the number of games to put in a given round. If any insight could be provided it would be much appreicated.
I understand that each round contains the max number of concurent games that can be played at once given the number of players in a round robin tournament. However, I don't think always putting th max number of concurrent games in each round makes sense. For example, what if we only have one court avaiable. I think it makes more sense to show the court schedule as an alernative view on the page where the user enters score as it's less confusing.