Compare commits

..

No commits in common. "6561869094b9db8eae3976216af7dc09f5025040" and "b71ec4b251784e182f1c2f69f8b04dc38061559c" have entirely different histories.

View File

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