-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlayout.yaml
103 lines (103 loc) · 1.6 KB
/
layout.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
# Starting top left in the layout diagram, work anti-clockwise within
# each bunch teams (they're in groups of 4 tables together),
# and either anti-clockwise around bunches of teams or left-to-right
# if they're in a line.
# While probably not entirely optimal, this should result in a fairly
# short path for someone needing to visit all teams.
#
teams:
#
# Floor 0 starts here
- name: floor-0-group-0
display_name: Group 0, Ground Floor
teams:
- RGS
- CAT
- COR
- ABD
#
- name: floor-0-group-1
display_name: Group 1, Ground Floor
teams:
- BWS
- QEH
- HSO
- SEN
#
- name: floor-0-group-2
display_name: Group 2, Ground Floor
teams:
- SCS
- TTN
- CHB
- BDF
#
- name: floor-0-group-3
display_name: Group 3, Ground Floor
teams:
- DUL
- CLF
- HRS
- CLC
#
- name: floor-0-group-4
display_name: Group 4, Ground Floor
teams:
- TLC
- HAY
- WGS
- CHW
#
- name: floor-0-group-5
display_name: Group 5, Ground Floor
teams:
- KTC
- CBG
#
# Floor 2 starts here
- name: floor-2-group-0
display_name: Group 0, Second Floor
teams:
- KEG
- PSC
- KES
- BRK
#
- name: floor-2-group-1
display_name: Group 1, Second Floor
teams:
- KEV
- PSC2
- TWG
- CRB
#
- name: floor-2-group-2
display_name: Group 2, Second Floor
teams:
- BPV
- CPR
- MFG
- LSS
#
- name: floor-2-group-3
display_name: Group 3, Second Floor
teams:
- CGS
- HAM
- GRD
- CLY
#
- name: floor-2-group-4
display_name: Group 4, Second Floor
teams:
- QMC
- HZW
- BRN
- MAI
#
- name: floor-2-group-5
display_name: Group 5, Second Floor
teams:
- KDE
- GRD2
- BPV2