- _query_teacher_classes: now queries class_teachers + class_students tables instead of non-existent Neo4j TEACHER_HAS_CLASS relationship - _build_classes_section: updated signature to (user_id, institute_id, institute_db) - _build_timetable_section: updated signature; loads classes from Supabase, not Neo4j TIMETABLE_HAS_CLASS - TeacherTimetable lazy handler: simplified (classes pre-loaded in section builder) - AcademicWeek timetable-term: Supabase taught_lessons query by date range instead of Neo4j - expose supabase_institute_id from _resolve_institute call Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
FastAPI + Python 3.12 backend for Classroom Copilot — auth, document processing, transcription sessions, LLM integration, Supabase-backed
Languages
Python
98.9%
Shell
0.8%
Jupyter Notebook
0.3%