Tier 2 pre-screening of teacher activity submissions before provider approval.
Pre-screen teacher activity submissions (photos, descriptions, updates) before they are posted to Brightwheel or sent to parents.
A teacher submits:
daycarectl child search)# Identify children mentioned
daycarectl child search --query "<child_name>"
# Create case with draft
daycarectl case create \
--type "activity_submission" \
--tier 2 \
--priority "MEDIUM" \
--urgency "same_day" \
--boundary "teacher->provider" \
--summary "Activity submission: <description>" \
--teacher-id "<id>" \
--draft "<formatted_message_for_parents>" \
--draft-channel "brightwheel" \
--agent-id "teacher-ops"
Transform teacher's operational note into parent-friendly format:
Teacher input: "Los niños jugaron con arroz de colores. Mateo y Sofia participaron mucho." Formatted for parents: "¡Hoy exploramos texturas con arroz de colores! Mateo y Sofia disfrutaron mucho esta actividad sensorial. 🎨"
Send to provider with:
📸 Activity Submission (Case #<id>)
Teacher: <name>
Classroom: <classroom>
Original: <teacher's submission>
Draft for parents: <formatted version>
Reply: APPROVE, EDIT, or HOLD