Skip to content

Commit

Permalink
Merge pull request #188 from cornell-dti/update-school-names
Browse files Browse the repository at this point in the history
changes to school names as of FA24
  • Loading branch information
JustKong13 authored Aug 20, 2024
2 parents 7d46282 + ddfc3eb commit 5b94bc9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions backend/functions/src/utils/add-test-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ const selectCollege = () => {
'CALS',
'AAP',
'A&S',
'Engineering',
'HumEc',
'Dyson',
'Nolan',
'BUAG',
'SHA',
'ENG',
'CIS',
'CHE',
'ILR',
'SCE',
'Grad School',
'Brooks',
'SPP',
]
return colleges[Math.floor(Math.random() * colleges.length)]
}
Expand Down
18 changes: 9 additions & 9 deletions frontend/src/modules/Core/Questions/Questions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"questionId": "college",
"answers": {
"CALS": "College of Agriculture and Life Sciences",
"AAP": "College of Architecture, Art, and Planning",
"A&S": "College of Arts and Sciences",
"Engineering": "College of Engineering",
"HumEc": "College of Human Ecology",
"Dyson": "Dyson School of Applied Economics and Management (SC Johnson College of Business)",
"Nolan": "Nolan School of Hotel Administration (SC Johnson College of Business)",
"ILR": "School of Industrial and Labor Relations",
"AAP": "College of Architecture Art and Planning",
"A&S": "College of Arts and Science",
"BUAG": "SC Johnson School of Business-Dyson AEM",
"SHA": "SC Johnson School of Business-Nolan Hotel",
"CIS": "Bowers School of Computing and Information Science",
"ENG": "College of Engineering",
"CHE": "College of Human Ecology",
"ILR": "School of Industrial Labor Relations",
"SCE": "School of Continuing Education & Summer Sessions",
"Grad School": "Graduate/Professional School",
"Brooks": "Brooks School of Public Policy"
"SPP": "Brooks School of Public Policy"
}
},
{
Expand Down

0 comments on commit 5b94bc9

Please sign in to comment.