Skip to content

Commit dd537fb

Browse files
authored
chore(cpex): Update CPEx for AY25/26 Semester 1 (#4024)
1 parent 6be66cc commit dd537fb

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

scrapers/cpex-scraper/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import path from 'path';
44

55
import env from '../env.json';
66

7-
const TERM = '2420';
7+
const TERM = '2510';
88

99
// Sanity check to see if there are at least this many modules before overwriting cpexModules.json
1010
// The last time I ran this fully there were 3418 modules

website/src/data/modreg-schedule.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@
3535
"name": "",
3636
"start": "2025-01-20T09:00:00+08:00",
3737
"end": "2025-01-20T17:00:00+08:00"
38+
},
39+
{
40+
"type": "Course Planning Exercise (CPEx)",
41+
"name": "",
42+
"start": "2024-03-10T00:00:00+08:00",
43+
"end": "2024-03-14T23:59:59+08:00"
3844
}
3945
],
4046
"Graduate": [
@@ -73,6 +79,12 @@
7379
"name": "",
7480
"start": "2025-01-20T09:00:00+08:00",
7581
"end": "2025-01-20T17:00:00+08:00"
82+
},
83+
{
84+
"type": "Course Planning Exercise (CPEx)",
85+
"name": "",
86+
"start": "2024-03-10T00:00:00+08:00",
87+
"end": "2024-03-14T23:59:59+08:00"
7688
}
7789
]
78-
}
90+
}

website/src/featureFlags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable import/prefer-default-export */
22

33
/** Enable Course Planning Exercise */
4-
export const enableCPEx = false;
4+
export const enableCPEx = true;
55

66
export const showCPExTab = false;

website/src/views/mpe/MpeContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const MpeContainer: React.FC = () => {
9090
<strong>solely for planning purposes </strong> and there is no guarantee that you will
9191
be allocated the selected courses during the CourseReg Exercise.
9292
</p>
93-
<p>The CPEx for this round will be from 14 Oct to 18 Oct 2024.</p>
93+
<p>The CPEx for this round will be from 10 Mar to 14 Mar 2025.</p>
9494
<p>
9595
Participation in the CPEx will be used as <strong>one of the tie-breakers</strong>{' '}
9696
during the CourseReg Exercise, in cases where the demand exceeds the available quota and

0 commit comments

Comments
 (0)