Skip to content

Commit 0f33a55

Browse files
authored
Disable CPEx for AY24/25 Sem 2 (#3838)
* Disable CPEx for AY24/25 Sem 2 * undo error message * revert "undo error message" This reverts commit d11295c.
1 parent d75c808 commit 0f33a55

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

website/src/data/modreg-schedule.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@
3535
"name": "",
3636
"start": "2024-08-19T09:00:00+08:00",
3737
"end": "2024-08-19T17:00:00+08:00"
38-
},
39-
{
40-
"type": "Course Planning Exercise (CPEx)",
41-
"name": "",
42-
"start": "2024-10-14T00:00:00+08:00",
43-
"end": "2024-10-18T23:59:59+08:00"
4438
}
4539
],
4640
"Graduate": [
@@ -79,12 +73,6 @@
7973
"name": "",
8074
"start": "2024-08-19T09:00:00+08:00",
8175
"end": "2024-08-19T17:00:00+08:00"
82-
},
83-
{
84-
"type": "Course Planning Exercise (CPEx)",
85-
"name": "",
86-
"start": "2024-10-14T00:00:00+08:00",
87-
"end": "2024-10-18T23:59:59+08:00"
8876
}
8977
]
90-
}
78+
}

website/src/featureFlags.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
export const enableShortUrl = false;
99

1010
/** Enable Course Planning Exercise */
11-
export const enableCPEx = true;
11+
export const enableCPEx = false;
1212

13-
export const showCPExTab = true;
13+
export const showCPExTab = false;

0 commit comments

Comments
 (0)