Add support for other substitution types

- Store and display original substitution type text
- Treat "eigenverantwortliches Arbeiten" as cancellation
This commit is contained in:
2023-08-27 18:00:09 +02:00
parent 2895efc43b
commit 0cb55eaf68
6 changed files with 33 additions and 15 deletions

View File

@ -27,6 +27,7 @@ model Substitution {
class String[]
date DateTime
type String
rawType String @default("unknown")
lesson Int
teacher String
changedTeacher String?