-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimport_template.json
More file actions
32 lines (32 loc) · 1.11 KB
/
Copy pathimport_template.json
File metadata and controls
32 lines (32 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[
{
"id": "example-id-123456789",
"title": "Template Project Title",
"repoUrl": "https://github.com/username/repository",
"description": "Brief description of the project's purpose and goals.",
"scope": "e.g., MVP, Phase 1",
"goal": "Primary goal to achieve.",
"lastUpdated": "2023-12-09T12:00:00.000Z",
"features": [
{
"id": "feature-id-001",
"name": "Main Feature Name",
"state": "BACKLOG",
"notes": "Implementation details or notes.",
"isExpanded": false,
"contextFiles": [],
"subfeatures": [
{
"id": "subfeature-id-001",
"name": "Sub-task or Component",
"state": "CREATING",
"notes": "Specific detail about this sub-task.",
"isExpanded": false,
"contextFiles": [],
"subfeatures": []
}
]
}
]
}
]