Display the next two rounds to show teams how much of a
break they have between the current round and next round.
Example:
Calculate the 3rd round based on the 1st round score.
Calculate the 4th round based on the 1st + 2nd round
scores.
As of now, the user specified that we use a modified swiss
algorithm that calculates matches based on the previous
round. We need to clarify with the user to see if we should
change the way we calculate matches.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1156222
As of now, the user specified that we use a modified swiss
algorithm that calculates matches based on the previous
round. We need to clarify with the user to see if we should
change the way we calculate matches.