-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
315 additions
and
1 deletion.
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
Empty file.
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,57 @@ | ||
{ | ||
"date": "2022-09-06", | ||
"name": "1st Day of School", | ||
"schedule": [ | ||
{ | ||
"block": "ADVISORY", | ||
"startTime": "13:00:00", | ||
"endTime": "13:15:00", | ||
"lunches": null | ||
}, | ||
{ | ||
"block": "A", | ||
"startTime": "13:20:00", | ||
"endTime": "13:30:00", | ||
"lunches": null | ||
}, | ||
{ | ||
"block": "B", | ||
"startTime": "13:35:00", | ||
"endTime": "13:45:00", | ||
"lunches": null | ||
}, | ||
{ | ||
"block": "C", | ||
"startTime": "13:50:00", | ||
"endTime": "14:00:00", | ||
"lunches": null | ||
}, | ||
{ | ||
"block": "D", | ||
"startTime": "14:05:00", | ||
"endTime": "14:15:00", | ||
"lunches": null | ||
}, | ||
{ | ||
"block": "E", | ||
"startTime": "14:20:00", | ||
"endTime": "14:30:00", | ||
"lunches": null | ||
}, | ||
{ | ||
"block": "F", | ||
"startTime": "14:35:00", | ||
"endTime": "14:45:00", | ||
"lunches": null | ||
}, | ||
{ | ||
"block": "G", | ||
"startTime": "14:50:00", | ||
"endTime": "15:00:00", | ||
"lunches": null | ||
} | ||
], | ||
"note": "1st Day of School!", | ||
"special": true, | ||
"school": "NNHS" | ||
} |
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,57 @@ | ||
{ | ||
"date": "2022-09-06", | ||
"name": "1st Day of School", | ||
"schedule": [ | ||
{ | ||
"block": "ADVISORY", | ||
"startTime": "12:40:00", | ||
"endTime": "13:05:00", | ||
"lunches": null | ||
}, | ||
{ | ||
"block": "A", | ||
"startTime": "13:10:00", | ||
"endTime": "13:25:00", | ||
"lunches": null | ||
}, | ||
{ | ||
"block": "B", | ||
"startTime": "13:30:00", | ||
"endTime": "13:45:00", | ||
"lunches": null | ||
}, | ||
{ | ||
"block": "C", | ||
"startTime": "13:50:00", | ||
"endTime": "14:05:00", | ||
"lunches": null | ||
}, | ||
{ | ||
"block": "D", | ||
"startTime": "14:10:00", | ||
"endTime": "14:25:00", | ||
"lunches": null | ||
}, | ||
{ | ||
"block": "E", | ||
"startTime": "14:30:00", | ||
"endTime": "14:45:00", | ||
"lunches": null | ||
}, | ||
{ | ||
"block": "F", | ||
"startTime": "14:50:00", | ||
"endTime": "15:05:00", | ||
"lunches": null | ||
}, | ||
{ | ||
"block": "G", | ||
"startTime": "15:10:00", | ||
"endTime": "15:25:00", | ||
"lunches": null | ||
} | ||
], | ||
"note": "1st Day of School!", | ||
"special": true, | ||
"school": "NSHS" | ||
} |
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,55 @@ | ||
{ | ||
"date": "2022-09-07", | ||
"name": "2nd Day of School", | ||
"schedule": [ | ||
{ | ||
"block": "C", | ||
"startTime": "09:00:00", | ||
"endTime": "10:15:00", | ||
"lunches": null | ||
}, | ||
{ | ||
"block": "ADVISORY", | ||
"startTime": "10:20:00", | ||
"endTime": "11:10:00", | ||
"lunches": null | ||
}, | ||
{ | ||
"block": "D", | ||
"startTime": "11:15:00", | ||
"endTime": "13:05:00", | ||
"lunches": [ | ||
{ | ||
"lunch": "L1", | ||
"startTime": "11:15:00", | ||
"endTime": "11:45:00" | ||
}, | ||
{ | ||
"lunch": "L2", | ||
"startTime": "11:55:00", | ||
"endTime": "12:25:00" | ||
}, | ||
{ | ||
"lunch": "L3", | ||
"startTime": "12:35:00", | ||
"endTime": "13:05:00" | ||
} | ||
] | ||
}, | ||
{ | ||
"block": "E", | ||
"startTime": "13:10:00", | ||
"endTime": "14:25:00", | ||
"lunches": null | ||
}, | ||
{ | ||
"block": "F", | ||
"startTime": "14:30:00", | ||
"endTime": "15:45:00", | ||
"lunches": null | ||
} | ||
], | ||
"note": "2nd Day of School!", | ||
"special": true, | ||
"school": "NNHS" | ||
} |
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,55 @@ | ||
{ | ||
"date": "2022-09-08", | ||
"name": "3rd Day of School", | ||
"schedule": [ | ||
{ | ||
"block": "A", | ||
"startTime": "09:00:00", | ||
"endTime": "10:15:00", | ||
"lunches": null | ||
}, | ||
{ | ||
"block": "ADVISORY", | ||
"startTime": "10:20:00", | ||
"endTime": "11:10:00", | ||
"lunches": null | ||
}, | ||
{ | ||
"block": "B", | ||
"startTime": "11:15:00", | ||
"endTime": "13:05:00", | ||
"lunches": [ | ||
{ | ||
"lunch": "L1", | ||
"startTime": "11:15:00", | ||
"endTime": "11:45:00" | ||
}, | ||
{ | ||
"lunch": "L2", | ||
"startTime": "11:55:00", | ||
"endTime": "12:25:00" | ||
}, | ||
{ | ||
"lunch": "L3", | ||
"startTime": "12:35:00", | ||
"endTime": "13:05:00" | ||
} | ||
] | ||
}, | ||
{ | ||
"block": "G", | ||
"startTime": "13:10:00", | ||
"endTime": "14:25:00", | ||
"lunches": null | ||
}, | ||
{ | ||
"block": "E", | ||
"startTime": "14:30:00", | ||
"endTime": "15:45:00", | ||
"lunches": null | ||
} | ||
], | ||
"note": "3rd Day of School!", | ||
"special": true, | ||
"school": "NNHS" | ||
} |
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,55 @@ | ||
{ | ||
"date": "2022-09-09", | ||
"name": "4th Day of School", | ||
"schedule": [ | ||
{ | ||
"block": "C", | ||
"startTime": "09:00:00", | ||
"endTime": "10:15:00", | ||
"lunches": null | ||
}, | ||
{ | ||
"block": "ADVISORY", | ||
"startTime": "10:20:00", | ||
"endTime": "11:10:00", | ||
"lunches": null | ||
}, | ||
{ | ||
"block": "D", | ||
"startTime": "11:15:00", | ||
"endTime": "13:05:00", | ||
"lunches": [ | ||
{ | ||
"lunch": "L1", | ||
"startTime": "11:15:00", | ||
"endTime": "11:45:00" | ||
}, | ||
{ | ||
"lunch": "L2", | ||
"startTime": "11:55:00", | ||
"endTime": "12:25:00" | ||
}, | ||
{ | ||
"lunch": "L3", | ||
"startTime": "12:35:00", | ||
"endTime": "13:05:00" | ||
} | ||
] | ||
}, | ||
{ | ||
"block": "F", | ||
"startTime": "13:10:00", | ||
"endTime": "14:25:00", | ||
"lunches": null | ||
}, | ||
{ | ||
"block": "G", | ||
"startTime": "14:30:00", | ||
"endTime": "15:45:00", | ||
"lunches": null | ||
} | ||
], | ||
"note": "4th Day of School!", | ||
"special": true, | ||
"school": "NNHS" | ||
} |
33 changes: 33 additions & 0 deletions
33
data/specialday_entries/2022-09-29_Both_September-Half-Day.json
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,33 @@ | ||
{ | ||
"date": "2022-09-28", | ||
"name": "September Half Day", | ||
"schedule": [ | ||
{ | ||
"block": "A", | ||
"startTime": "09:00:00", | ||
"endTime": "09:50:00", | ||
"lunches": null | ||
}, | ||
{ | ||
"block": "B", | ||
"startTime": "09:55:00", | ||
"endTime": "10:45:00", | ||
"lunches": null | ||
}, | ||
{ | ||
"block": "WIN", | ||
"startTime": "10:50:00", | ||
"endTime": "11:35:00", | ||
"lunches": null | ||
}, | ||
{ | ||
"block": "E", | ||
"startTime": "11:40", | ||
"endTime": "12:30", | ||
"lunches": null | ||
} | ||
], | ||
"note": "Have a great half day!", | ||
"special": true, | ||
"school": null | ||
} |