Skip to content

Commit 2260d5a

Browse files
committed
update address json data
1 parent b98c2c6 commit 2260d5a

File tree

1 file changed

+18
-122
lines changed

1 file changed

+18
-122
lines changed

code/frontend/src/components/common/country-data.js

Lines changed: 18 additions & 122 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ const options = [
44
label: 'BU Central',
55
children: [
66
{
7-
value: 'FitRec Center',
8-
label: 'FitRec Center',
7+
value: 'FitRec',
8+
label: 'FitRec',
99
children: [
1010
{ value: '1st Floor', label: '1st Floor' },
1111
{ value: '2nd Floor', label: '2nd Floor' },
@@ -16,8 +16,8 @@ const options = [
1616
]
1717
},
1818
{
19-
value: 'College of Fine Arts',
20-
label: 'College of Fine Arts',
19+
value: 'CFA',
20+
label: 'CFA',
2121
children: [
2222
{ value: '1st Floor', label: '1st Floor' },
2323
{ value: '2nd Floor', label: '2nd Floor' },
@@ -28,8 +28,8 @@ const options = [
2828
]
2929
},
3030
{
31-
value: 'George Sherman Union',
32-
label: 'George Sherman Union',
31+
value: 'GSU',
32+
label: 'GSU',
3333
children: [
3434
{ value: '1st Floor', label: '1st Floor' },
3535
{ value: '2nd Floor', label: '2nd Floor' },
@@ -40,8 +40,8 @@ const options = [
4040
]
4141
},
4242
{
43-
value: 'Mugar Memorial Library',
44-
label: 'Mugar Memorial Library',
43+
value: 'Mugar',
44+
label: 'Mugar',
4545
children: [
4646
{ value: '1st Floor', label: '1st Floor' },
4747
{ value: '2nd Floor', label: '2nd Floor' },
@@ -58,8 +58,8 @@ const options = [
5858
]
5959
},
6060
{
61-
value: 'Tsai Performance Center',
62-
label: 'Tsai Performance Center',
61+
value: 'STH',
62+
label: 'STH',
6363
children: [
6464
{ value: '1st Floor', label: '1st Floor' },
6565
{ value: '2nd Floor', label: '2nd Floor' },
@@ -76,26 +76,8 @@ const options = [
7676
]
7777
},
7878
{
79-
value: 'School of Theology',
80-
label: 'School of Theology',
81-
children: [
82-
{ value: '1st Floor', label: '1st Floor' },
83-
{ value: '2nd Floor', label: '2nd Floor' },
84-
{
85-
value: '3rd Floor',
86-
label: '3rd Floor'
87-
},
88-
{ value: '4th Floor', label: '4th Floor' },
89-
{ value: '5th Floor', label: '5th Floor' },
90-
{
91-
value: '6th Floor',
92-
label: '6th Floor'
93-
}
94-
]
95-
},
96-
{
97-
value: 'College of General Studies',
98-
label: 'College of General Studies',
79+
value: 'CAS',
80+
label: 'CAS',
9981
children: [
10082
{ value: '1st Floor', label: '1st Floor' },
10183
{ value: '2nd Floor', label: '2nd Floor' },
@@ -112,40 +94,8 @@ const options = [
11294
label: 'BU East',
11395
children: [
11496
{
115-
value: 'School of Management',
116-
label: 'School of Management',
117-
children: [
118-
{ value: '1st Floor', label: '1st Floor' },
119-
{ value: '2nd Floor', label: '2nd Floor' },
120-
{
121-
value: '3rd Floor',
122-
label: '3rd Floor'
123-
},
124-
{ value: '4th Floor', label: '4th Floor' },
125-
{ value: '5th Floor', label: '5th Floor' },
126-
{
127-
value: '6th Floor',
128-
label: '6th Floor'
129-
}
130-
]
131-
},
132-
{
133-
value: 'Barnes & Noble',
134-
label: 'Barnes & Noble',
135-
children: [
136-
{ value: '1st Floor', label: '1st Floor' },
137-
{ value: '2nd Floor', label: '2nd Floor' },
138-
{
139-
value: '3rd Floor',
140-
label: '3rd Floor'
141-
},
142-
{ value: '4th Floor', label: '4th Floor' },
143-
{ value: '5th Floor', label: '5th Floor' }
144-
]
145-
},
146-
{
147-
value: 'Warren Towers',
148-
label: 'Warren Towers',
97+
value: 'Questrom',
98+
label: 'Questrom',
14999
children: [
150100
{ value: '1st Floor', label: '1st Floor' },
151101
{ value: '2nd Floor', label: '2nd Floor' },
@@ -180,62 +130,8 @@ const options = [
180130
]
181131
},
182132
{
183-
value: 'Metcalf Science Center',
184-
label: 'Metcalf Science Center',
185-
children: [
186-
{ value: '1st Floor', label: '1st Floor' },
187-
{ value: '2nd Floor', label: '2nd Floor' },
188-
{
189-
value: '3rd Floor',
190-
label: '3rd Floor'
191-
},
192-
{ value: '4th Floor', label: '4th Floor' },
193-
{ value: '5th Floor', label: '5th Floor' },
194-
{
195-
value: '6th Floor',
196-
label: '6th Floor'
197-
}
198-
]
199-
},
200-
{
201-
value: 'Shelton Hall',
202-
label: 'Shelton Hall',
203-
children: [
204-
{ value: '1st Floor', label: '1st Floor' },
205-
{ value: '2nd Floor', label: '2nd Floor' },
206-
{
207-
value: '3rd Floor',
208-
label: '3rd Floor'
209-
},
210-
{ value: '4th Floor', label: '4th Floor' },
211-
{ value: '5th Floor', label: '5th Floor' },
212-
{
213-
value: '6th Floor',
214-
label: '6th Floor'
215-
}
216-
]
217-
},
218-
{
219-
value: 'School of Education',
220-
label: 'School of Education',
221-
children: [
222-
{ value: '1st Floor', label: '1st Floor' },
223-
{ value: '2nd Floor', label: '2nd Floor' },
224-
{
225-
value: '3rd Floor',
226-
label: '3rd Floor'
227-
},
228-
{ value: '4th Floor', label: '4th Floor' },
229-
{ value: '5th Floor', label: '5th Floor' },
230-
{
231-
value: '6th Floor',
232-
label: '6th Floor'
233-
}
234-
]
235-
},
236-
{
237-
value: 'Boston University Police',
238-
label: 'Boston University Police',
133+
value: 'BU Police',
134+
label: 'BU Police',
239135
children: [
240136
{ value: '1st Floor', label: '1st Floor' },
241137
{ value: '2nd Floor', label: '2nd Floor' },
@@ -252,8 +148,8 @@ const options = [
252148
]
253149
},
254150
{
255-
value: 'Boston University Theatre',
256-
label: 'Boston University Theatre',
151+
value: 'Theatre',
152+
label: 'Theatre',
257153
children: [
258154
{ value: '1st Floor', label: '1st Floor' },
259155
{ value: '2nd Floor', label: '2nd Floor' },

0 commit comments

Comments
 (0)