From 93633b38a707cbcaa11dbaeb95b2d9fcb3cb890a Mon Sep 17 00:00:00 2001 From: StefanMoCoAt Date: Wed, 13 Aug 2025 00:15:32 +0200 Subject: [PATCH] fixing(client) --- client/ClientModuleDocumentation.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/client/ClientModuleDocumentation.md b/client/ClientModuleDocumentation.md index 2fd0e3bb..6d93ffeb 100644 --- a/client/ClientModuleDocumentation.md +++ b/client/ClientModuleDocumentation.md @@ -51,10 +51,16 @@ Hot-Reload wird vom Compose-/Ktor-Dev-Server automatisch gehandhabt. ## 4. Architekturüberblick -```client -commonMain ├─ UI: Compose Runtime/Foundation/Material³ ├─ Netzwerk: Ktor Client (+ JSON Serialisierung) └─ Geschäftslogik & Models -jvmMain └─ Ktor CIO Engine (Desktop) -jsMain └─ Ktor JS Engine (Browser) +``` +client + commonMain + ├─ UI: Compose Runtime/Foundation/Material³ + ├─ Netzwerk: Ktor Client (+ JSON Serialisierung) + └─ Geschäftslogik & Models + jvmMain + └─ Ktor CIO Engine (Desktop) + jsMain + └─ Ktor JS Engine (Browser) ``` Gemeinsame Logik (UI-State, Repository-Klassen etc.) lebt in