File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed
scrapers/cpex-scraper/src Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import path from 'path';
4
4
5
5
import env from '../env.json' ;
6
6
7
- const TERM = '2420 ' ;
7
+ const TERM = '2510 ' ;
8
8
9
9
// Sanity check to see if there are at least this many modules before overwriting cpexModules.json
10
10
// The last time I ran this fully there were 3418 modules
Original file line number Diff line number Diff line change 35
35
"name" : " " ,
36
36
"start" : " 2025-01-20T09:00:00+08:00" ,
37
37
"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"
38
44
}
39
45
],
40
46
"Graduate" : [
73
79
"name" : " " ,
74
80
"start" : " 2025-01-20T09:00:00+08:00" ,
75
81
"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"
76
88
}
77
89
]
78
- }
90
+ }
Original file line number Diff line number Diff line change 1
1
/* eslint-disable import/prefer-default-export */
2
2
3
3
/** Enable Course Planning Exercise */
4
- export const enableCPEx = false ;
4
+ export const enableCPEx = true ;
5
5
6
6
export const showCPExTab = false ;
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ const MpeContainer: React.FC = () => {
90
90
< strong > solely for planning purposes </ strong > and there is no guarantee that you will
91
91
be allocated the selected courses during the CourseReg Exercise.
92
92
</ 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 >
94
94
< p >
95
95
Participation in the CPEx will be used as < strong > one of the tie-breakers</ strong > { ' ' }
96
96
during the CourseReg Exercise, in cases where the demand exceeds the available quota and
You can’t perform that action at this time.
0 commit comments