-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathtasks.json
More file actions
24 lines (24 loc) · 721 Bytes
/
tasks.json
File metadata and controls
24 lines (24 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"projects": [
{
"id": "proj-beispiel-001",
"name": "Beispielprojekt",
"description": "Ein Beispielprojekt zur Demonstration des Kanban Boards.",
"docs": "# Beispielprojekt\n\n## Beschreibung\nDieses Projekt dient als Vorlage und Demonstration.",
"color": "#3b82f6",
"projectPath": "",
"tasks": [
{
"id": "PROJ-1",
"title": "PROJ-1: Beispielaufgabe",
"description": "Dies ist eine Beispielaufgabe zur Demonstration.",
"status": "todo",
"priority": "medium",
"date": "7.2.2026",
"createdAt": "2026-02-07T16:00:00.000Z"
}
],
"createdAt": "2026-02-07T16:00:00.000Z"
}
]
}