-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.js
34 lines (34 loc) · 989 Bytes
/
config.js
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
window.CONFIG = {
Graph: {
LookupTable: {
"Disabled Students' Officer": {
"Shamima Akhtar & Jay Martin": "Akhtar & Martin",
},
"LGBTQ Students' Officer": {
"Josie Hyde & Jess Rutland": "Hyde & Rutland",
},
"Women's Officer": {
"Holly & Alif": "Holly & Alif", // TODO - surnames
},
"International Officer": {
"Charlie (Muhammad Afzal)": "Afzal",
"Old JoJo": "Park",
"Ya-Chun Yang": "Yang, Ya-Chun",
"Yang Yang": "Yang, Yang",
},
"Activities & Employability Officer": {
"\"Robyn\" Your Vote": "Macpherson",
"Swipe Right for Rach": "Tindall",
},
"Sports Officer": {
"Kate SEARYous About Sport": "Seary",
},
"Welfare & Community Officer": {
"Juicy Lucy": "Bleichroeder-Baker",
},
"President": {
"Reece's Pieces (Reece Patrick Roberts)": "Roberts",
},
}
}
};