-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ModReg schedule for AY2021 Sem1 (#2764)
Co-authored-by: Zhang Yi Jiang <[email protected]>
- Loading branch information
1 parent
3b59a13
commit 0f0cf7d
Showing
3 changed files
with
85 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |