You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* list of all course objects downloaded from the Firebase realtime database and stored locally as JSON object in this array */
14
14
courses: [],
15
-
/* courses the user selected as their favourite */
15
+
departments : [],
16
+
locations: [],
16
17
favourites: [],
17
18
isReady: false,
18
19
/* this is a boolean flag showing that filtering options in the UI have changed, triggering the FilterPresenter to recalculate the filteredCourses[] */
@@ -38,10 +39,6 @@ export const model = {
38
39
creditMin: 0,
39
40
creditMax: 45,
40
41
applyDepartmentFilter: true,
41
-
department: ["EECS/Computational Science and Technology","EECS/Theoretical Computer Science","EECS/Electric Power and Energy Systems","EECS/Network and Systems Engineering",
42
-
"ITM/Learning in Engineering Sciences","ITM/Industrial Economics and Management","ITM/Energy Systems","ITM/Integrated Product Development and Design","ITM/SKD GRU",
43
-
"SCI/Mathematics","SCI/Applied Physics","SCI/Mechanics","SCI/Aeronautical and Vehicle Engineering",
44
-
"ABE/Sustainability and Environmental Engineering","ABE/Concrete Structures","ABE/Structural Design & Bridges","ABE/History of Science, Technology and Environment",],
0 commit comments