Files
workspace/data/goals.json

42 lines
1.0 KiB
JSON

{
"goals": [
{
"id": 1,
"title": "Build out the sandbox into a daily driver",
"description": "",
"deadline": null,
"created": "2026-01-30T23:44:53.121855",
"status": "active",
"milestones": [
{
"id": 1,
"title": "Core tools built",
"done": true,
"created": "2026-01-30T23:44:53.147088",
"completed": "2026-01-30T23:44:53.248604"
},
{
"id": 2,
"title": "Projects created",
"done": true,
"created": "2026-01-30T23:44:53.172153",
"completed": "2026-01-30T23:44:53.273691"
},
{
"id": 3,
"title": "Git/Gitea integration",
"done": true,
"created": "2026-01-30T23:44:53.197877",
"completed": "2026-01-30T23:44:53.299278"
},
{
"id": 4,
"title": "Documentation complete",
"done": false,
"created": "2026-01-30T23:44:53.223477"
}
],
"progress": 75
}
]
}