Skip to content

Commit

Permalink
chore(cpex): enable for AY2425S1 (#3657)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravern authored Mar 8, 2024
1 parent ec0b024 commit d99218b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scrapers/cpex-scraper/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import path from 'path';

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

const TERM = '2320';
const TERM = '2410';

// Sanity check to see if there are at least this many modules before overwriting cpexModules.json
// The last time I ran this fully there were 3418 modules
Expand Down
2 changes: 1 addition & 1 deletion website/src/featureFlags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
export const enableShortUrl = false;

/** Enable Course Planning Exercise */
export const enableCPEx = false;
export const enableCPEx = true;
2 changes: 1 addition & 1 deletion website/src/views/mpe/MpeContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const MpeContainer: React.FC = () => {
<strong>solely for planning purposes </strong> and there is no guarantee that you will
be allocated the selected courses during the CourseReg Exercise.
</p>
<p>The CPEx for this round will be from 16 Oct to 20 Oct 2023.</p>
<p>The CPEx for this round will be from 11 Mar to 15 Mar 2024.</p>
<p>
Participation in the CPEx will be used as <strong>one of the tie-breakers</strong>{' '}
during the CourseReg Exercise, in cases where the demand exceeds the available quota and
Expand Down
4 changes: 2 additions & 2 deletions website/src/views/mpe/constants.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const MAX_MODULES = 7;
export const MPE_SEMESTER: 1 | 2 = 2;
export const MPE_AY = '2023/2024';
export const MPE_SEMESTER: 1 | 2 = 1;
export const MPE_AY = '2024/2025';

0 comments on commit d99218b

Please sign in to comment.