-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #920 from cornell-dti/sp25-setup-cp
Updating constants.ts & disabling wrapped for spring 2025
- Loading branch information
Showing
2 changed files
with
19 additions
and
17 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 |
---|---|---|
@@ -1,8 +1,10 @@ | ||
export const CURRENT_SEMESTER = 'FA24'; | ||
export const CURRENT_SEMESTER = 'SP25'; | ||
export const ALL_SEMESTERS = ['SP20', 'FA20', 'SP21', 'FA21', 'SP22', 'FA22', | ||
'SP23', 'FA23', 'SP24', 'FA24', 'SP25'] | ||
|
||
export const START_DATE = '2024-08-19' | ||
export const END_DATE = '2024-12-20' | ||
export const START_DATE = '2025-01-15' | ||
export const END_DATE = '2025-05-18' | ||
|
||
// These are the start date and launch date for QMI Wrap for the current semester | ||
export const WRAPPED_START_DATE = "2024-11-12T00:00:00"; | ||
export const WRAPPED_LAUNCH_DATE = "2024-11-22T00:00:00"; | ||
export const WRAPPED_START_DATE = "2025-11-12T00:00:00"; | ||
export const WRAPPED_LAUNCH_DATE = "2025-11-22T00:00:00"; |