show classname instead of teacher name in teacher timetable view

This commit is contained in:
2026-08-09 12:19:57 +02:00
parent 39c16bd4ea
commit 889d8f67c5
21 changed files with 292 additions and 81 deletions
@@ -33,6 +33,8 @@ data class WidgetLesson(
val subjectShort: String,
val subjectLong: String?,
val room: String?,
// On teacher accounts this carries the class label ("7a") instead of the
// teacher short name (originalTeacher is null then) — mapped in Dart.
val teacher: String?,
val originalTeacher: String?,
val status: WidgetLessonStatus,