[UI] Save planning-feinziele

This commit is contained in:
Csaba Fabian 2026-03-03 22:12:34 +01:00
parent b71ec4b251
commit a88de74987

View File

@ -1,8 +1,23 @@
// Fine goals (Feinziele) — each Feinziel is linked to a parent Grobziel from Kap. 3.4
{ {
"id": "planning-feinziele", "id": "planning-feinziele",
"type": "feinziele", "type": "feinziele",
"title": "Feinziele", "title": "Feinziele",
"hint": "Formuliere 23 konkrete Feinziele pro Grobziel.", "hint": "Formuliere 23 konkrete Feinziele pro Grobziel.",
"feinziele": [] "feinziele": [
} {
"id": "feinziel-3-1",
"grobzielId": "g4",
"text": ""
},
{
"id": "feinziel-2-1",
"grobzielId": "g3",
"text": ""
},
{
"id": "feinziel-1-1",
"grobzielId": "g2",
"text": ""
}
]
}