➕ Add Assignment
Creates a task (title, subject, due date) in the database. Assign to specific students or leave empty for all. Uses POST /api/assignments.
➕ Add Support
Adds an IEP accommodation (e.g. Extended time on tests) or service (e.g. Case management) to a student's profile. Uses POST /api/students/by-name/:name/supports.
👩🎓 Students
Search by name, click a card → opens that student's Enhanced Dashboard. Star for favorites, recent shown when used.
📊 Dashboards
View student data by type. Each opens in a new tab.
📚 Assignments & Tools
Manage work and track behavior. Each opens in a new tab.
🛠️ Dev Tools
API shortcuts. Seed populates DB from JSON. Health checks API. Local vs Tailscale for Chromebook testing.