Skip to content

Commit

Permalink
Update ModReg schedule for AY2021 Sem1 (#2764)
Browse files Browse the repository at this point in the history
Co-authored-by: Zhang Yi Jiang <[email protected]>
  • Loading branch information
chrisgzf and ZhangYiJiang authored Jul 19, 2020
1 parent 3b59a13 commit 0f0cf7d
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 91 deletions.
2 changes: 1 addition & 1 deletion website/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { format } from 'date-fns';
import { AcadYear, Semester } from 'types/modules';

import holidays from 'data/holidays.json';
import modRegData from 'data/modreg-schedule-ay1920-sem1.json';
import modRegData from 'data/modreg-schedule-ay2021-sem1.json';
import appConfig from './app-config.json';

export const regPeriods = [
Expand Down
90 changes: 0 additions & 90 deletions website/src/data/modreg-schedule-ay1920-sem1.json

This file was deleted.

84 changes: 84 additions & 0 deletions website/src/data/modreg-schedule-ay2021-sem1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
{
"Undergraduate": [
{
"type": "Select Modules",
"name": "1",
"start": "2020-07-23T09:00:00+08:00",
"end": "2020-07-27T12:00:00+08:00"
},
{
"type": "Select Modules",
"name": "2",
"start": "2020-07-30T09:00:00+08:00",
"end": "2020-08-03T12:00:00+08:00"
},
{
"type": "Select Modules",
"name": "3",
"start": "2020-08-05T09:00:00+08:00",
"end": "2020-08-06T12:00:00+08:00"
},
{
"type": "Select Tutorials / Labs",
"name": "1",
"start": "2020-08-12T09:00:00+08:00",
"end": "2020-08-12T17:00:00+08:00"
},
{
"type": "Select Tutorials / Labs",
"name": "2",
"start": "2020-08-14T09:00:00+08:00",
"end": "2020-08-14T17:00:00+08:00"
},
{
"type": "Add / Swap Tutorials",
"name": "",
"start": "2020-08-16T09:00:00+08:00",
"end": "2020-08-18T12:00:00+08:00"
}
],
"Graduate": [
{
"type": "Select Modules",
"name": "1",
"start": "2020-07-23T09:00:00+08:00",
"end": "2020-07-27T12:00:00+08:00"
},
{
"type": "Select Modules",
"name": "2",
"start": "2020-07-30T09:00:00+08:00",
"end": "2020-08-03T12:00:00+08:00"
},
{
"type": "Select Modules",
"name": "3",
"start": "2020-08-05T09:00:00+08:00",
"end": "2020-08-06T12:00:00+08:00"
},
{
"type": "Submit Module Requests",
"name": "",
"start": "2020-07-30T09:00:00+08:00",
"end": "2020-08-03T12:00:00+08:00"
},
{
"type": "Select Tutorials / Labs",
"name": "1",
"start": "2020-08-12T09:00:00+08:00",
"end": "2020-08-12T17:00:00+08:00"
},
{
"type": "Select Tutorials / Labs",
"name": "2",
"start": "2020-08-14T09:00:00+08:00",
"end": "2020-08-14T17:00:00+08:00"
},
{
"type": "Add / Swap Tutorials",
"name": "",
"start": "2020-08-16T09:00:00+08:00",
"end": "2020-08-18T12:00:00+08:00"
}
]
}

0 comments on commit 0f0cf7d

Please sign in to comment.