Extend schedule, fix whole class days
This commit is contained in:
@@ -105,7 +105,7 @@ var classesFalcons = []Class{
|
|||||||
Summary: "👌 Quick Whole Class Check-In",
|
Summary: "👌 Quick Whole Class Check-In",
|
||||||
Start: "13:30",
|
Start: "13:30",
|
||||||
End: "13:35",
|
End: "13:35",
|
||||||
Days: []time.Weekday{Monday, Tuesday, Wednesday},
|
Days: []time.Weekday{Monday, Tuesday, Wednesday, Friday},
|
||||||
Zoom: "https://us02web.zoom.us/j/87376620634?pwd=aDRSOFoybVAvSDRCUkxUS1lWTVJKZz09",
|
Zoom: "https://us02web.zoom.us/j/87376620634?pwd=aDRSOFoybVAvSDRCUkxUS1lWTVJKZz09",
|
||||||
Students: allFalcons,
|
Students: allFalcons,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -23,6 +23,14 @@ var tags = TagMap{
|
|||||||
Start: "2020-09-21",
|
Start: "2020-09-21",
|
||||||
Value: "B",
|
Value: "B",
|
||||||
},
|
},
|
||||||
|
TagChange{
|
||||||
|
Start: "2020-09-28",
|
||||||
|
Value: "A",
|
||||||
|
},
|
||||||
|
TagChange{
|
||||||
|
Start: "2020-10-05",
|
||||||
|
Value: "B",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user