Skip to content

Commit d99218b

Browse files
authored
chore(cpex): enable for AY2425S1 (#3657)
1 parent ec0b024 commit d99218b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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 = '2320';
7+
const TERM = '2410';
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/featureFlags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
export const enableShortUrl = false;
99

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

website/src/views/mpe/MpeContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const MpeContainer: React.FC = () => {
8080
<strong>solely for planning purposes </strong> and there is no guarantee that you will
8181
be allocated the selected courses during the CourseReg Exercise.
8282
</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>
8484
<p>
8585
Participation in the CPEx will be used as <strong>one of the tie-breakers</strong>{' '}
8686
during the CourseReg Exercise, in cases where the demand exceeds the available quota and

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 = '2023/2024';
2+
export const MPE_SEMESTER: 1 | 2 = 1;
3+
export const MPE_AY = '2024/2025';

0 commit comments

Comments
 (0)