updated diagrams and gitignore
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user