docs: simplify interaction flow arrows in diagram

Removed detailed descriptions from arrows in interaction flow diagram for a cleaner and more concise representation.
This commit is contained in:
Mathis H (Avnyr) 2025-05-14 12:20:03 +02:00
parent 60d510c1e0
commit ddb83d838c

10
cdc.md
View File

@ -136,11 +136,11 @@ flowchart TB
GH["API GitHub"] GH["API GitHub"]
end end
FE <-->|"1. Requêtes HTTP/API REST"| BE FE <--> BE
FE <-->|"2. Communication temps réel"| WS FE <--> WS
BE <-->|"3. Requêtes SQL via DrizzleORM"| DB BE <--> DB
BE <-->|"4. Récupération des avatars"| GH BE <--> GH
BE <-->|"5. Événements temps réel"| WS BE <--> WS
classDef client fill:#9c27b0,stroke:#ffffff,stroke-width:2px classDef client fill:#9c27b0,stroke:#ffffff,stroke-width:2px
classDef server fill:#3f51b5,stroke:#ffffff,stroke-width:2px classDef server fill:#3f51b5,stroke:#ffffff,stroke-width:2px