Skip to content

Commit

Permalink
website: update NUSMods config for AY2425 S2 (#3923)
Browse files Browse the repository at this point in the history
  • Loading branch information
kokrui authored Jan 2, 2025
1 parent 0159541 commit 7caec09
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion website/src/config/app-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"academicYear": "2024/2025",
"apiBaseUrl": "https://api.nusmods.com",
"elasticsearchBaseUrl": "https://nusmods-search.es.ap-southeast-1.aws.found.io:9243",
"semester": 1,
"semester": 2,
"disqusShortname": "nusmods-prod",
"venueFeedbackApi": "https://nusmods-venue-github-hook.mods.workers.dev",
"moduleErrorApi": "https://nusmods-module-error-reporting.mods.workers.dev",
Expand Down
48 changes: 24 additions & 24 deletions website/src/data/modreg-schedule.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,76 +3,76 @@
{
"type": "Select Courses",
"name": "1",
"start": "2024-07-22T09:00:00+08:00",
"end": "2024-07-23T12:00:00+08:00"
"start": "2025-01-02T09:00:00+08:00",
"end": "2025-01-03T12:00:00+08:00"
},
{
"type": "Select Courses",
"name": "2",
"start": "2024-07-30T09:00:00+08:00",
"end": "2024-07-31T12:00:00+08:00"
"start": "2025-01-06T09:00:00+08:00",
"end": "2025-01-07T12:00:00+08:00"
},
{
"type": "Select Courses",
"name": "3",
"start": "2024-08-05T09:00:00+08:00",
"end": "2024-08-06T12:00:00+08:00"
"start": "2025-01-09T09:00:00+08:00",
"end": "2025-01-10T12:00:00+08:00"
},
{
"type": "Select Tutorials / Labs",
"name": "1",
"start": "2024-08-13T09:00:00+08:00",
"end": "2024-08-13T17:00:00+08:00"
"start": "2025-01-14T09:00:00+08:00",
"end": "2025-01-14T17:00:00+08:00"
},
{
"type": "Select Tutorials / Labs",
"name": "2",
"start": "2024-08-15T09:00:00+08:00",
"end": "2024-08-15T17:00:00+08:00"
"start": "2025-01-16T09:00:00+08:00",
"end": "2025-01-16T17:00:00+08:00"
},
{
"type": "Add / Swap Tutorials",
"name": "",
"start": "2024-08-19T09:00:00+08:00",
"end": "2024-08-19T17:00:00+08:00"
"start": "2025-01-20T09:00:00+08:00",
"end": "2025-01-20T17:00:00+08:00"
}
],
"Graduate": [
{
"type": "Select Courses",
"name": "1",
"start": "2024-07-22T09:00:00+08:00",
"end": "2024-07-23T12:00:00+08:00"
"start": "2025-01-02T09:00:00+08:00",
"end": "2025-01-03T12:00:00+08:00"
},
{
"type": "Select Courses",
"name": "2",
"start": "2024-07-30T09:00:00+08:00",
"end": "2024-07-31T12:00:00+08:00"
"start": "2025-01-06T09:00:00+08:00",
"end": "2025-01-07T12:00:00+08:00"
},
{
"type": "Select Courses",
"name": "3",
"start": "2024-08-05T09:00:00+08:00",
"end": "2024-08-06T12:00:00+08:00"
"start": "2025-01-09T09:00:00+08:00",
"end": "2025-01-10T12:00:00+08:00"
},
{
"type": "Select Tutorials / Labs",
"name": "1",
"start": "2024-08-13T09:00:00+08:00",
"end": "2024-08-13T17:00:00+08:00"
"start": "2025-01-14T09:00:00+08:00",
"end": "2025-01-14T17:00:00+08:00"
},
{
"type": "Select Tutorials / Labs",
"name": "2",
"start": "2024-08-15T09:00:00+08:00",
"end": "2024-08-15T17:00:00+08:00"
"start": "2025-01-16T09:00:00+08:00",
"end": "2025-01-16T17:00:00+08:00"
},
{
"type": "Add / Swap Tutorials",
"name": "",
"start": "2024-08-19T09:00:00+08:00",
"end": "2024-08-19T17:00:00+08:00"
"start": "2025-01-20T09:00:00+08:00",
"end": "2025-01-20T17:00:00+08:00"
}
]
}

0 comments on commit 7caec09

Please sign in to comment.