forked from AndyMik90/Auto-Claude
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbatch_test.json
More file actions
31 lines (31 loc) · 873 Bytes
/
batch_test.json
File metadata and controls
31 lines (31 loc) · 873 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
25
26
27
28
29
30
31
{
"tasks": [
{
"title": "Add dark mode toggle",
"description": "Add dark/light mode toggle to settings panel with smooth transitions",
"workflow_type": "feature",
"services": ["frontend"],
"priority": 8,
"complexity": "simple",
"estimated_hours": 2.0
},
{
"title": "Fix button styling",
"description": "Fix button colors, hover states, and spacing in main components",
"workflow_type": "feature",
"services": ["frontend"],
"priority": 5,
"complexity": "simple",
"estimated_hours": 1.5
},
{
"title": "Add loading spinner",
"description": "Create reusable loading spinner component with animation",
"workflow_type": "feature",
"services": ["frontend"],
"priority": 6,
"complexity": "simple",
"estimated_hours": 1.0
}
]
}