-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Update version to 2.0.8, change current semester to Fall 24, an…
…d add department constants
- Loading branch information
Showing
10 changed files
with
9,677 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
package uiuscraper | ||
|
||
import "time" | ||
|
||
type Department string | ||
|
||
const ( | ||
DepartmentAll Department = "ALL" | ||
DepartmentCSE Department = "BSCSE" // Computer Science & Engineering | ||
DepartmentDataScience Department = "BSDS" // Data Science | ||
DepartmentEEE Department = "EEE" // Electrical & Electronic Engineering | ||
DepartmentCivil Department = "CE" // Civil Engineering | ||
DepartmentPharmacy Department = "Pharmacy" // Pharmacy | ||
DepartmentEnglish Department = "English" // English | ||
DepartmentEDS Department = "EDS" // Environment and Development Studies | ||
DepartmentMSJ Department = "MSJ" // Media Studies and Journalism | ||
DepartmentSoBE Department = "SoBE" // School of Business and Economics | ||
DepartmentAIS Department = "AIS" // Accounting & Information Systems | ||
DepartmentEconomics Department = "Economics" // Economics | ||
DepartmentMDS Department = "MDS" // Development Studies | ||
DepartmentBiotech Department = "BSBGE" // Biotechnology and Genetic Engineering | ||
DepartmentINS Department = "INS" // Institute of Natural Sciences | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.