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

@@ -26,13 +26,14 @@ package "apps/client (Expo React Native)" #87CEEB {
package "Components" {
[EventCard] as EventCard
[ChatBubble] as ChatBubble
[ProposedEventCard] as ProposedEventCard
[ConfirmDialog] as ConfirmDialog
}
package "Stores" {
[Auth Store] as AuthStore
[Events Store] as EventsStore
[Chat Store] as ChatStore
}
}
@@ -90,6 +91,7 @@ ClientChat --> ApiClient
ApiClient --> AuthStore
ClientEvent --> EventsStore
ClientChat --> ChatStore
' Frontend -> Shared
ApiClient ..> SharedDTOs