From ab25aac502a768b6a530ada5c46d6aabe6a56c4c Mon Sep 17 00:00:00 2001 From: AndrewMurrell Date: Sat, 26 Apr 2014 22:47:58 -0400 Subject: Added READMEs for scheduling and started seeding in lib. --- lib/scheduling/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lib/scheduling/README.md (limited to 'lib/scheduling/README.md') diff --git a/lib/scheduling/README.md b/lib/scheduling/README.md new file mode 100644 index 0000000..173b7be --- /dev/null +++ b/lib/scheduling/README.md @@ -0,0 +1,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 \ No newline at end of file -- cgit v1.2.3-54-g00ecf