Skip to content

Commit

Permalink
Set current semester to SP25 with start date 1/15 and end date 5/18
Browse files Browse the repository at this point in the history
- also changed wrapped start/end date to remove visibility
  • Loading branch information
NIDHI2023 committed Jan 20, 2025
1 parent bee32f5 commit 642a5ca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,10 +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']
'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";

0 comments on commit 642a5ca

Please sign in to comment.