Skip to content

Commit 91f13c4

Browse files
authored
chore(cpex): Update headings and announcement (#4030)
* Update cpex announcement dates * Update cpex semester for header
1 parent 714ee8d commit 91f13c4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

website/src/data/modreg-schedule.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
{
4040
"type": "Course Planning Exercise (CPEx)",
4141
"name": "",
42-
"start": "2024-03-10T00:00:00+08:00",
43-
"end": "2024-03-14T23:59:59+08:00"
42+
"start": "2025-03-10T00:00:00+08:00",
43+
"end": "2025-03-14T23:59:59+08:00"
4444
}
4545
],
4646
"Graduate": [
@@ -83,8 +83,8 @@
8383
{
8484
"type": "Course Planning Exercise (CPEx)",
8585
"name": "",
86-
"start": "2024-03-10T00:00:00+08:00",
87-
"end": "2024-03-14T23:59:59+08:00"
86+
"start": "2025-03-10T00:00:00+08:00",
87+
"end": "2025-03-14T23:59:59+08:00"
8888
}
8989
]
9090
}

website/src/views/mpe/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const MAX_MODULES = 7;
2-
export const MPE_SEMESTER: 1 | 2 = 2;
3-
export const MPE_AY = '2024/2025';
2+
export const MPE_SEMESTER: 1 | 2 = 1;
3+
export const MPE_AY = '2025/2026';

0 commit comments

Comments
 (0)