-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathschedule.yaml
162 lines (153 loc) · 4.74 KB
/
schedule.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
match_slot_lengths:
pre: 60
match: 150
post: 30
total: 240
#
# Various staging related times, in seconds before the actual match start
staging:
# The earliest teams can present themselves for a match
opens: 300
# The time by which teams _must_ be in staging
closes: 120
# How long staging is open for; equal to `opens - closes`
duration: 180
# How long before the start of the match to signal to shepherds they
# should start looking for teams
signal_shepherds:
# TODO: configure these times to allow for different distances from the arena?
Shepherd Level 2 Bar: 180
Shepherd Level 3 South: 180
Shepherd Level 3 North: 180
# How long before the start of the match to signal to teams they should
# go to staging
signal_teams: 180
#
timezone: Europe/London
#
delays:
- delay: 900
time: 2022-04-23 15:50:00+01:00
#
match_periods:
league:
- start_time: 2022-04-23 11:30:00+01:00
# Technically we stop at 12:30, but to force the next match
# into the next period we claim to finish a bit earlier.
end_time: 2022-04-23 12:26:00+01:00
max_end_time: 2022-04-23 12:30:00+01:00
description: Saturday league, morning
#
- start_time: 2022-04-23 13:30:00+01:00
end_time: 2022-04-23 17:00:00+01:00
max_end_time: 2022-04-23 17:15:00+01:00
description: Saturday league, afternoon
#
- start_time: 2022-04-24 11:00:00+01:00
end_time: 2022-04-24 12:30:00+01:00
max_end_time: 2022-04-24 12:40:00+01:00
description: Sunday league, morning
#
- start_time: 2022-04-24 14:00:00+01:00
end_time: 2022-04-24 14:30:00+01:00
max_end_time: 2022-04-24 14:35:00+01:00
description: Sunday league, afternoon
#
# There is a group photograph scheduled for 13:30
#
knockout:
- start_time: 2022-04-24 14:45:00+01:00
end_time: 2022-04-24 16:10:00+01:00
description: Knockouts
# Scheduled time for the finals tie-breaker, if any
# This is an absolute value and ignores the delay values
tiebreaker: 2022-04-24 16:15:00+01:00
league:
# Extra spacing before an arbitrary set of matches
# This value is ignored for matches which occur at the start of a period
# since no additional time is needed there.
extra_spacing:
# Extra spacing which appears before (almost) everyone's first match
# Matches which fall at the start of their period are ignored
- match_numbers: 0-6
duration: 240
# Space for a shift change on Saturday afternoon
- match_numbers: '31'
duration: 240
#
knockout:
static: true
#
static_knockout:
teams_per_arena: 4
matches:
# This is a knockout for 24 entrants. The top 8 teams get byes and progress
# directly to the quarter finals, while the remaining 16 teams play
# qualifier matches. Zones are not specifically randomised as the arena is
# rotationally symmetrical.
0:
0:
arena: main
start_time: 2022-04-24 15:01:00 +01:00
display_name: Qualifier 1
teams: [S9, S16, S17, S24]
1:
arena: main
start_time: 2022-04-24 15:05:00 +01:00
display_name: Qualifier 2
teams: [S10, S15, S18, S23]
2:
arena: main
start_time: 2022-04-24 15:09:00 +01:00
display_name: Qualifier 3
teams: [S11, S14, S19, S22]
3:
arena: main
start_time: 2022-04-24 15:13:00 +01:00
display_name: Qualifier 4
teams: [S12, S13, S20, S21]
1:
0:
arena: main
start_time: 2022-04-24 15:27:00 +01:00
display_name: Quarter 1
# seed 1, seed 8, 1st of heat 1, 2nd of heat 1
teams: [S1, S8, '000', '001']
1:
arena: main
start_time: 2022-04-24 15:31:00 +01:00
display_name: Quarter 2
# seed 2, seed 7, 1st of heat 2, 2nd of heat 2
teams: [S2, S7, '010', '011']
2:
arena: main
start_time: 2022-04-24 15:35:00 +01:00
display_name: Quarter 3
# seed 3, seed 6, 1st of heat 3, 2nd of heat 3
teams: [S3, S6, '020', '021']
3:
arena: main
start_time: 2022-04-24 15:39:00 +01:00
display_name: Quarter 4
# seed 4, seed 5, 1st of heat 4, 2nd of heat 4
teams: [S4, S5, '030', '031']
2:
0:
arena: main
start_time: 2022-04-24 15:51:00 +01:00
display_name: Semi 1
# 1st of Q1, 1st of Q4, 2nd of Q4, 2nd of Q1
teams: ['100', '130', '131', '101']
1:
arena: main
start_time: 2022-04-24 15:55:00 +01:00
display_name: Semi 2
# 1nd of Q2, 1st of Q3, 2nd of Q3, 2nd of Q2
teams: ['110', '120', '121', '111']
3:
0:
arena: main
start_time: 2022-04-24 16:06:00 +01:00
display_name: Final
# 1st of S1, 1st of S2, 2nd of S1, 2nd of S2
teams: ['200', '210', '201', '211']