File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
scrapers/cpex-scraper/src Expand file tree Collapse file tree 4 files changed +5
-5
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 = '2320 ' ;
7
+ const TERM = '2410 ' ;
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 8
8
export const enableShortUrl = false ;
9
9
10
10
/** Enable Course Planning Exercise */
11
- export const enableCPEx = false ;
11
+ export const enableCPEx = true ;
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ const MpeContainer: React.FC = () => {
80
80
< strong > solely for planning purposes </ strong > and there is no guarantee that you will
81
81
be allocated the selected courses during the CourseReg Exercise.
82
82
</ p >
83
- < p > The CPEx for this round will be from 16 Oct to 20 Oct 2023 .</ p >
83
+ < p > The CPEx for this round will be from 11 Mar to 15 Mar 2024 .</ p >
84
84
< p >
85
85
Participation in the CPEx will be used as < strong > one of the tie-breakers</ strong > { ' ' }
86
86
during the CourseReg Exercise, in cases where the demand exceeds the available quota and
Original file line number Diff line number Diff line change 1
1
export const MAX_MODULES = 7 ;
2
- export const MPE_SEMESTER : 1 | 2 = 2 ;
3
- export const MPE_AY = '2023/ 2024' ;
2
+ export const MPE_SEMESTER : 1 | 2 = 1 ;
3
+ export const MPE_AY = '2024/2025 ' ;
You can’t perform that action at this time.
0 commit comments