-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrooms.json
More file actions
executable file
·127 lines (127 loc) · 2.72 KB
/
rooms.json
File metadata and controls
executable file
·127 lines (127 loc) · 2.72 KB
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
{
"D110": {
"capacity": 28,
"type": "General",
"preferred_subjects": [ ]
},
"D108": {
"capacity": 28,
"type": "Art",
"preferred_subjects": ["Mixed Media"]
},
"D109": {
"capacity": 28,
"type": "Art",
"preferred_subjects": ["Painting"]
},
"D123": {
"capacity": 28,
"type": "Lab",
"preferred_subjects": ["Chemistry"]
},
"D124": {
"capacity": 28,
"type": "Lab",
"preferred_subjects": ["Chemistry", "Biology"]
},
"D125": {
"capacity": 28,
"type": "Lab",
"preferred_subjects": ["Biology"]
},
"D126": {
"capacity": 28,
"type": "Lab",
"preferred_subjects": ["Physics"]
},
"D127": {
"capacity": 28,
"type": "Lab",
"preferred_subjects": ["Physics"]
},
"D128": {
"capacity": 28,
"type": "General",
"preferred_subjects": ["Maths"]
},
"D129": {
"capacity": 28,
"type": "General",
"preferred_subjects": ["Literature"]
},
"D130": {
"capacity": 28,
"type": "General",
"preferred_subjects": [ ]
},
"D131": {
"capacity": 28,
"type": "General",
"preferred_subjects": [ ]
},
"D132": {
"capacity": 28,
"type": "General",
"preferred_subjects": ["Literature"]
},
"D133": {
"capacity": 28,
"type": "General",
"preferred_subjects": ["Language"]
},
"D135": {
"capacity": 28,
"type": "Drama",
"preferred_subjects": [ ]
},
"D204": {
"capacity": 28,
"type": "General",
"preferred_subjects": [ ]
},
"D205": {
"capacity": 28,
"type": "General",
"preferred_subjects": [ ]
},
"D203": {
"capacity": 28,
"type": "General",
"preferred_subjects": ["Computer Science", "History"]
},
"D201": {
"capacity": 28,
"type": "General",
"preferred_subjects": [ ]
},
"D206": {
"capacity": 28,
"type": "General",
"preferred_subjects": [ ]
},
"D207": {
"capacity": 28,
"type": "General",
"preferred_subjects": [ ]
},
"D215": {
"capacity": 12,
"type": "General",
"preferred_subjects": [ ]
},
"D216": {
"capacity": 28,
"type": "General",
"preferred_subjects": [ ]
},
"D217": {
"capacity": 28,
"type": "General",
"preferred_subjects": ["Music"]
},
"D001": {
"capacity": 28,
"type": "DT Room",
"preferred_subjects": ["Design Technology"]
}
}