[UI] Save planning-feinziele
This commit is contained in:
parent
b71ec4b251
commit
a88de74987
@ -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 2–3 konkrete Feinziele pro Grobziel.",
|
"hint": "Formuliere 2–3 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": ""
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user