summaryrefslogtreecommitdiff
path: root/lib/scheduling/README.md
blob: 173b7bebd593fe0f8025514ffce998fda1be80dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Files in this directory should implement the following interface:

 - `initialize(tournament_stage)`
	construct new Scheduling object from tournament_stage

 - `create_matches`
 	creates all the matches of the current round

 - `finish_match(match)`
 	progresses the match through the schedule

 - `graph`
 	returns a string representation of an svg image of the current stage