2026-001/080-interventionPlanning/08-planning-feinziele.jsonc
Csaba Fabian 6325ee9985 feat: migrate goal data to hierarchy block format
Replace goals-hierarchy.jsonc (type: goals) with hierarchy marker
(type: hierarchy). Add level, subtitle, labels, availableLabels
fields to goal .md blocks. Update feinziele grobzielId references
from g2/g3/g4 to goals-grobziel-1/2/3.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-03 23:36:40 +00:00

44 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Fine goals (Feinziele) — each linked to a parent Grobziel block ID
{
"id": "planning-feinziele",
"type": "feinziele",
"title": "Feinziele",
"hint": "Formuliere 23 konkrete Feinziele pro Grobziel.",
"feinziele": [
{
"id": "feinziel-3-1",
"grobzielId": "goals-grobziel-3",
"text": ""
},
{
"id": "feinziel-2-1",
"grobzielId": "goals-grobziel-2",
"text": "",
"smartCheck": {
"s": false,
"m": false,
"a": false,
"r": false,
"t": false
}
},
{
"id": "feinziel-1-1",
"grobzielId": "goals-grobziel-1",
"text": "Lehrnen",
"smartCheck": {
"s": true,
"m": true,
"a": true,
"r": false,
"t": false
}
},
{
"id": "feinziel-1-2",
"grobzielId": "goals-grobziel-1",
"text": ""
}
]
}