Skip to content

Commit bc9ff69

Browse files
authored
Remove the AUHSD Finals Schedule (2021)
PR #142
2 parents 96a73a2 + 0060903 commit bc9ff69

File tree

3 files changed

+5
-51
lines changed

3 files changed

+5
-51
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "schedules",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",

src/releaseNotes.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,9 @@
132132
"3.0.1": {
133133
"releaseDate": "2021-12-07",
134134
"changelog": ["Add the AUHSD Finals schedule"]
135+
},
136+
"3.0.2": {
137+
"releaseDate": "2022-01-04",
138+
"changelog": ["Remove the AUHSD Finals schedule"]
135139
}
136140
}

src/schedules.json

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -82,55 +82,5 @@
8282
"Sixth Period": ["13-35-01", "15-05-00"]
8383
}
8484
}
85-
},
86-
"ca-auhsd-fss": {
87-
"name": "AUHSD Finals Schedule",
88-
"shortName": "AUHSD Finals",
89-
"icon": "mdiSchoolOutline",
90-
"color": "#343254",
91-
"schedule": {
92-
"MON": {
93-
"Zero Period": ["07-15-00", "08-30-00"],
94-
"Passing (Zero / First Periods)": ["08-30-01", "08-35-00"],
95-
"First Period": ["08-35-01", "09-20-00"],
96-
"Passing (First / Second Periods)": ["09-20-01", "09-25-00"],
97-
"Second Period": ["09-25-01", "10-10-00"],
98-
"Passing (Second / Third Periods)": ["10-10-01", "10-15-00"],
99-
"Third Period": ["10-15-01", "11-00-00"],
100-
"Brunch": ["11-00-01", "11-15-00"],
101-
"Fourth Period": ["11-15-01", "12-00-00"],
102-
"Passing (Fourth / Fifth Periods)": ["12-00-01", "12-05-00"],
103-
"Fifth Period": ["12-05-01", "12-50-00"],
104-
"Lunch": ["12-50-01", "13-25-00"],
105-
"Passing (Lunch / Sixth Period)": ["13-25-01", "13-30-00"],
106-
"Sixth Period": ["13-30-01", "14-15-00"],
107-
"Passing (Sixth / Seventh Periods)": ["14-15-01", "14-20-00"],
108-
"Seventh Period": ["14-20-01", "15-05-00"]
109-
},
110-
"TUE": {
111-
"Zero Period": ["08-00-00", "10-00-00"],
112-
"Brunch": ["10-00-01", "10-15-00"],
113-
"Passing (Brunch / Fourth Period)": ["10-15-01", "10-20-00"],
114-
"Fourth Period": ["10-20-01", "12-20-00"]
115-
},
116-
"WED": {
117-
"First Period": ["08-00-00", "10-00-00"],
118-
"Brunch": ["10-00-01", "10-15-00"],
119-
"Passing (Brunch / Fifth Period)": ["10-15-01", "10-20-00"],
120-
"Fifth Period": ["10-20-01", "12-20-00"]
121-
},
122-
"THU": {
123-
"Second Period": ["08-00-00", "10-00-00"],
124-
"Brunch": ["10-00-01", "10-15-00"],
125-
"Passing (Brunch / Seventh Period)": ["10-15-01", "10-20-00"],
126-
"Seventh Period": ["10-20-01", "12-20-00"]
127-
},
128-
"FRI": {
129-
"Third Period": ["08-00-00", "10-00-00"],
130-
"Brunch": ["10-00-01", "10-15-00"],
131-
"Passing (Brunch / Sixth Period)": ["10-15-01", "10-20-00"],
132-
"Sixth Period": ["10-20-01", "12-20-00"]
133-
}
134-
}
13585
}
13686
}

0 commit comments

Comments
 (0)