From 258d7191435caf1c4b18bc4afeeacdc32202cd0e Mon Sep 17 00:00:00 2001 From: KPG Mentor Date: Thu, 19 Mar 2026 20:48:26 +0000 Subject: [PATCH] =?UTF-8?q?Task=205=20=E2=80=94=20Update=202026-001=20chap?= =?UTF-8?q?ter=20estimates=20(PRD-113)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 010-introduction/index.jsonc | 1 + 020-organizationalContext/index.jsonc | 1 + 030-kpgExplained/index.jsonc | 1 + 040-situationAssessment/index.jsonc | 1 + 050-analysis/index.jsonc | 1 + 060-diagnosis/index.jsonc | 1 + 070-goalSetting/index.jsonc | 1 + 080-interventionPlanning/index.jsonc | 1 + 090-reflection/index.jsonc | 1 + 100-references/index.jsonc | 1 + meta.json | 3 +-- 11 files changed, 11 insertions(+), 2 deletions(-) diff --git a/010-introduction/index.jsonc b/010-introduction/index.jsonc index 9016963..e499475 100644 --- a/010-introduction/index.jsonc +++ b/010-introduction/index.jsonc @@ -7,6 +7,7 @@ "accentColor": "#666666", "status": "pending", "progress": 0, + "estimatedPercent": 5, "labels": [ "Einleitung" ], diff --git a/020-organizationalContext/index.jsonc b/020-organizationalContext/index.jsonc index dc3b216..9951400 100644 --- a/020-organizationalContext/index.jsonc +++ b/020-organizationalContext/index.jsonc @@ -7,6 +7,7 @@ "accentColor": "#666666", "status": "pending", "progress": 0, + "estimatedPercent": 2, "labels": [ "Kontext" ], diff --git a/030-kpgExplained/index.jsonc b/030-kpgExplained/index.jsonc index a5898a2..2ab8de5 100644 --- a/030-kpgExplained/index.jsonc +++ b/030-kpgExplained/index.jsonc @@ -7,6 +7,7 @@ "accentColor": "#666666", "status": "pending", "progress": 0, + "estimatedPercent": 3, "labels": [ "Wie arbeite ich?" ], diff --git a/040-situationAssessment/index.jsonc b/040-situationAssessment/index.jsonc index c2efc6a..25c886f 100644 --- a/040-situationAssessment/index.jsonc +++ b/040-situationAssessment/index.jsonc @@ -7,6 +7,7 @@ "accentColor": "var(--color-step-1)", "status": "pending", "progress": 0, + "estimatedPercent": 10, "labels": [ "Was ist?" ], diff --git a/050-analysis/index.jsonc b/050-analysis/index.jsonc index 4779a9c..5a17984 100644 --- a/050-analysis/index.jsonc +++ b/050-analysis/index.jsonc @@ -7,6 +7,7 @@ "accentColor": "var(--color-step-2)", "status": "pending", "progress": 0, + "estimatedPercent": 15, "labels": [ "Wie geordnet?" ], diff --git a/060-diagnosis/index.jsonc b/060-diagnosis/index.jsonc index 5819a6a..584e3fa 100644 --- a/060-diagnosis/index.jsonc +++ b/060-diagnosis/index.jsonc @@ -7,6 +7,7 @@ "accentColor": "var(--color-step-3)", "status": "pending", "progress": 0, + "estimatedPercent": 10, "labels": [ "Warum?" ], diff --git a/070-goalSetting/index.jsonc b/070-goalSetting/index.jsonc index b12c882..f8cbd35 100644 --- a/070-goalSetting/index.jsonc +++ b/070-goalSetting/index.jsonc @@ -7,6 +7,7 @@ "accentColor": "var(--color-step-4)", "status": "pending", "progress": 0, + "estimatedPercent": 5, "labels": [ "Wohin?!" ], diff --git a/080-interventionPlanning/index.jsonc b/080-interventionPlanning/index.jsonc index 5415e9d..951b324 100644 --- a/080-interventionPlanning/index.jsonc +++ b/080-interventionPlanning/index.jsonc @@ -7,6 +7,7 @@ "accentColor": "var(--color-step-5)", "status": "pending", "progress": 0, + "estimatedPercent": 35, "labels": [ "Wie und womit?" ], diff --git a/090-reflection/index.jsonc b/090-reflection/index.jsonc index 0133e95..c6bcc5c 100644 --- a/090-reflection/index.jsonc +++ b/090-reflection/index.jsonc @@ -7,6 +7,7 @@ "accentColor": "var(--color-step-6)", "status": "pending", "progress": 0, + "estimatedPercent": 10, "labels": [ "Reflexion" ], diff --git a/100-references/index.jsonc b/100-references/index.jsonc index 68c56c4..35365b6 100644 --- a/100-references/index.jsonc +++ b/100-references/index.jsonc @@ -7,6 +7,7 @@ "accentColor": "#666666", "status": "pending", "progress": 0, + "estimatedPercent": 5, "labels": [ "Quellen" ], diff --git a/meta.json b/meta.json index c0b26d6..c272a9d 100644 --- a/meta.json +++ b/meta.json @@ -1,7 +1,6 @@ { - "id": "2026-001", "label": "2026-001 (Grobfassung 1)", "language": "de-CH", "description": "Grobfassung 1", "realData": true -} \ No newline at end of file +}