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>
44 lines
1.1 KiB
Plaintext
44 lines
1.1 KiB
Plaintext
// Fine goals (Feinziele) — each linked to a parent Grobziel block ID
|
||
{
|
||
"id": "planning-feinziele",
|
||
"type": "feinziele",
|
||
"title": "Feinziele",
|
||
"hint": "Formuliere 2–3 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": ""
|
||
}
|
||
]
|
||
}
|