Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nusmodifications/nusmods
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9920900876148ad0317140570ff1454ec2cddeba
Choose a base ref
..
head repository: nusmodifications/nusmods
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f27d6f4ffa4191b1a12f384db818d24a2abaa71a
Choose a head ref
Showing with 6 additions and 6 deletions.
  1. +4 −4 website/src/data/modreg-schedule.json
  2. +2 −2 website/src/views/mpe/constants.ts
8 changes: 4 additions & 4 deletions website/src/data/modreg-schedule.json
Original file line number Diff line number Diff line change
@@ -39,8 +39,8 @@
{
"type": "Course Planning Exercise (CPEx)",
"name": "",
"start": "2024-03-10T00:00:00+08:00",
"end": "2024-03-14T23:59:59+08:00"
"start": "2025-03-10T00:00:00+08:00",
"end": "2025-03-14T23:59:59+08:00"
}
],
"Graduate": [
@@ -83,8 +83,8 @@
{
"type": "Course Planning Exercise (CPEx)",
"name": "",
"start": "2024-03-10T00:00:00+08:00",
"end": "2024-03-14T23:59:59+08:00"
"start": "2025-03-10T00:00:00+08:00",
"end": "2025-03-14T23:59:59+08:00"
}
]
}
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 = '2024/2025';
export const MPE_SEMESTER: 1 | 2 = 1;
export const MPE_AY = '2025/2026';