Этот коммит содержится в:
Constantin Rusu 2025-01-27 23:52:00 +00:00
родитель 88b6aad29c
Коммит a457733ce9

Просмотреть файл

@ -36,29 +36,26 @@ graph TD
A --> D[shadcn/ui] A --> D[shadcn/ui]
A --> E[Tailwind CSS] A --> E[Tailwind CSS]
subgraph Core Layers
F[Presentation Layer] --> G[UI Components] F[Presentation Layer] --> G[UI Components]
F --> H[Animations] F --> H[Animations]
I[Application Layer] --> J[State Management] I[Application Layer] --> J[State Management]
I --> K[Routing] I --> K[Routing]
L[Data Layer] --> M[Localization] L[Data Layer] --> M[Localization]
L --> N[Metrics] L --> N[Metrics]
end
G -->|Uses| O[Framer Motion] G --> O[Framer Motion]
J -->|TanStack Query| P[Choice State] J --> P[Choice State]
K -->|React Router| Q[Game Stages] K --> Q[Game Stages]
M -->|i18next| R[en/ro Translations] M --> R[en/ro Translations]
subgraph External Services S[Audio Service] --> A
S[Audio Service] T[Analytics] --> A
T[Analytics] U[Hosting] --> A
U[Hosting]
end
A -->|Builds With| C A --> C
Core Layers --> A F --> A
External Services --> A I --> A
L --> A
``` ```
Key Architecture Components: Key Architecture Components: