updated diagrams and gitignore

This commit is contained in:
2026-01-04 22:12:59 +01:00
parent 2c0d4254ca
commit c8aba94879
7 changed files with 25 additions and 5 deletions

View File

@@ -142,6 +142,15 @@ package "Utils" #DDA0DD {
' +hash()
' +compare()
}
class RecurrenceExpander {
' +expandRecurringEvents()
}
class EventFormatters {
' +getWeeksOverview()
' +getMonthOverview()
}
}
' Controller -> Service
@@ -161,4 +170,8 @@ EventService --> EventRepository
AuthService --> JWT
AuthService --> Password
' Event/Chat uses Utils
EventService --> RecurrenceExpander
ChatService --> EventFormatters
@enduml