147 lines
3.7 KiB
Go
147 lines
3.7 KiB
Go
package main
|
|
|
|
import (
|
|
"time"
|
|
)
|
|
|
|
var allFalcons = []string{
|
|
"ellery.pratt@heliosns.org",
|
|
}
|
|
|
|
var classesFalcons = []Class{
|
|
Class{
|
|
Summary: "👋 Morning Circle",
|
|
Start: "08:30",
|
|
End: "08:55",
|
|
Days: weekDaysButFriday,
|
|
Zoom: "https://us02web.zoom.us/j/87376620634?pwd=aDRSOFoybVAvSDRCUkxUS1lWTVJKZz09",
|
|
Students: allFalcons,
|
|
},
|
|
Class{
|
|
Summary: "🏫 Community Meeting",
|
|
Start: "08:30",
|
|
End: "08:55",
|
|
Days: []time.Weekday{Friday},
|
|
Zoom: "https://zoom.us/j/96371462107",
|
|
Students: allFalcons,
|
|
},
|
|
Class{
|
|
Summary: "🔢 Math (Kathy)",
|
|
Start: "09:00",
|
|
End: "10:00",
|
|
Days: weekDays,
|
|
Zoom: "https://us02web.zoom.us/j/89589611903?pwd=ZHloNTd4UkxGNTNVQjNxa24zRTQyQT09",
|
|
Students: []string{
|
|
"ellery.pratt@heliosns.org",
|
|
},
|
|
},
|
|
Class{
|
|
Summary: "⚽ Recess",
|
|
Start: "10:00",
|
|
End: "10:25",
|
|
Days: []time.Weekday{Wednesday, Friday},
|
|
Zoom: "https://us02web.zoom.us/j/86127532901?pwd=d1dFd041Zk5XcVJ0MlJjci9IbHhWUT09",
|
|
Students: allFalcons,
|
|
},
|
|
Class{
|
|
Summary: "🧘 Mindfulness",
|
|
Start: "10:25",
|
|
End: "10:35",
|
|
Days: weekDays,
|
|
Zoom: "https://us02web.zoom.us/j/86127532901?pwd=d1dFd041Zk5XcVJ0MlJjci9IbHhWUT09",
|
|
Students: allFalcons,
|
|
},
|
|
Class{
|
|
Summary: "📖 Literacy",
|
|
Start: "10:35",
|
|
End: "11:15",
|
|
Days: []time.Weekday{Monday, Tuesday, Wednesday},
|
|
Zoom: "https://us02web.zoom.us/j/87376620634?pwd=aDRSOFoybVAvSDRCUkxUS1lWTVJKZz09",
|
|
Students: allFalcons,
|
|
},
|
|
Class{
|
|
Summary: "🐛 Theme",
|
|
Start: "10:35",
|
|
End: "11:15",
|
|
Days: []time.Weekday{Thursday, Friday},
|
|
Zoom: "https://us02web.zoom.us/j/87376620634?pwd=aDRSOFoybVAvSDRCUkxUS1lWTVJKZz09",
|
|
Students: allFalcons,
|
|
},
|
|
Class{
|
|
Summary: "🐛 Theme",
|
|
Start: "11:15",
|
|
End: "12:00",
|
|
Days: []time.Weekday{Monday, Tuesday, Wednesday},
|
|
Zoom: "https://us02web.zoom.us/j/87376620634?pwd=aDRSOFoybVAvSDRCUkxUS1lWTVJKZz09",
|
|
Students: allFalcons,
|
|
},
|
|
Class{
|
|
Summary: "🤝 Class Meeting",
|
|
Start: "11:15",
|
|
End: "12:00",
|
|
Days: []time.Weekday{Thursday},
|
|
Zoom: "https://us02web.zoom.us/j/87376620634?pwd=aDRSOFoybVAvSDRCUkxUS1lWTVJKZz09",
|
|
Students: allFalcons,
|
|
},
|
|
Class{
|
|
Summary: "⌛ Catch Up",
|
|
Start: "11:15",
|
|
End: "12:00",
|
|
Days: []time.Weekday{Friday},
|
|
Zoom: "https://us02web.zoom.us/j/87376620634?pwd=aDRSOFoybVAvSDRCUkxUS1lWTVJKZz09",
|
|
Students: allFalcons,
|
|
},
|
|
Class{
|
|
Summary: "🧪 Lab Science",
|
|
Start: "12:45",
|
|
End: "13:30",
|
|
Days: []time.Weekday{Monday, Tuesday, Wednesday},
|
|
Zoom: "https://zoom.us/j/93687773438?pwd=R0RpMkowSHZZRURWcUphUi8xbHEyUT09",
|
|
Students: []string{
|
|
"ellery.pratt@heliosns.org",
|
|
},
|
|
},
|
|
Class{
|
|
Summary: "👌 Quick Whole Class Check-In",
|
|
Start: "13:30",
|
|
End: "13:35",
|
|
Days: []time.Weekday{Monday, Tuesday, Wednesday},
|
|
Zoom: "https://us02web.zoom.us/j/87376620634?pwd=aDRSOFoybVAvSDRCUkxUS1lWTVJKZz09",
|
|
Students: allFalcons,
|
|
},
|
|
Class{
|
|
Summary: "🍎 Ellery 1:1",
|
|
Start: "13:55",
|
|
End: "14:05",
|
|
Days: []time.Weekday{Monday},
|
|
Zoom: "https://us02web.zoom.us/j/3839164321?pwd=aDNUdzN3bjlZbG93NlNqd09hU2xmUT09",
|
|
Students: []string{
|
|
"ellery.pratt@heliosns.org",
|
|
},
|
|
},
|
|
Class{
|
|
Summary: "👐 Open Student Check in",
|
|
Start: "13:55",
|
|
End: "14:15",
|
|
Days: []time.Weekday{Wednesday},
|
|
Zoom: "https://us02web.zoom.us/j/3839164321?pwd=aDNUdzN3bjlZbG93NlNqd09hU2xmUT09",
|
|
Students: allFalcons,
|
|
},
|
|
Class{
|
|
Summary: "🤸 PE",
|
|
Start: "14:15",
|
|
End: "15:00",
|
|
Days: []time.Weekday{Monday},
|
|
Zoom: "https://zoom.us/j/96246471813?pwd=aXh6cU9RcXZ6RnN5T2ZMYXBxanRxZz09",
|
|
Students: allFalcons,
|
|
},
|
|
Class{
|
|
Summary: "📚 Library",
|
|
Start: "14:15",
|
|
End: "15:00",
|
|
Days: []time.Weekday{Tuesday},
|
|
Zoom: "https://us02web.zoom.us/my/helioslibrary?pwd=cWd4RjNqNXZXNjRjM2dYQVhYeS9Xdz09",
|
|
Students: allFalcons,
|
|
},
|
|
}
|