From ca49f48f1e4e187426e12ec96e0b639ddecf132b Mon Sep 17 00:00:00 2001 From: Matthias Jacob Date: Thu, 17 Sep 2026 01:34:19 +0200 Subject: [PATCH] Update architecture diagram in README.md to include Life Dashboard Companion and Nextcloud Health v3 --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 66f2f46..8b6e852 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,13 @@ flowchart LR --> gb_sync --> hc - hc --> nha["Nextcloud (health) app"] + hc --> ldc["Life Dashboard
Companion"] + --> bridge["Bridge / Adapter
(auth translation +
schema mapping)"] + --> health3["Nextcloud Health v3
(weight, steps, activity,
blood pressure)"] - nha --> nc + health3 -.->|feature request| gap["muscle mass, body water
(not yet supported)"] + + health3 --> nc nc --> cA["Web UI
(Dashboard, statistics)"] nc --> cB["mobile devices"] @@ -51,7 +55,6 @@ flowchart LR classDef yellow fill:#e6e22e,stroke:#333; classDef orange fill:#e09c3b,stroke:#333,stroke-width:4px; classDef red fill:#e64747,stroke:#333,stroke-width:4px; - class A,B,gb,hc green; - class bpm_app,gb_sync,cA,nc orange; - class nha red; + class A,B,gb,hc,ldc,health3 green; + class bpm_app,gb_sync,cA,nc,bridge,gap orange; ```