-
Notifications
You must be signed in to change notification settings - Fork 50
Description
Hello !
I need to create a tournament with two stages, it's a tournament like a football world cup you know. Groups then elimination stage where the two first of each group are qualified.
So I have few questions because I've seen that the documentation isn't finished yet and I didn't have time to look at the code in detail.
Should I create the two stages at the same time or should I wait the end of the round robin stage then create the second stage ?
How do I create the second stage and tell it to take the first two in each group for the seeding ?
How set that the two first (or other number) of each group will be qualified when I create the first round robin stage ?
How get the qualified teams of a round robin stage when all matchs are over ?
Keep up the good work, I like your library !