branches_info.markdown in rrschedule-0.2.6 vs branches_info.markdown in rrschedule-0.2.7
- old
+ new
@@ -51,5 +51,12 @@
]
schedule.rules << Rule.new(
... #same rules apply for all 32 teams
)
+
+## Playing locations should be distributed evenly amongst competitors (branch created on 2011/09/23)
+
+At the moment the playing locations are distributed randomly for every matchup. It means that one team
+might play a lot more often on a playing field than on another.
+
+The work in this branch will try to fix this issue.