Mark Phase 9 as complete: finalize Zeitplan-Optimierung, add audit logging for Bewerb modifications, implement ZNS B-Satz export, and enhance Zeitplan tab with drag-and-drop scheduling and conflict validation.

This commit is contained in:
2026-04-11 21:26:55 +02:00
parent 92aecf9abf
commit edfbbb805f
4 changed files with 60 additions and 7 deletions
@@ -57,7 +57,7 @@ class FixedWidthLineReader(private val line: String) {
return try {
LocalDate(year, month, day)
} catch (e: Exception) {
} catch (_: Exception) {
null
}
}