-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathTODO.json
More file actions
25 lines (25 loc) · 813 Bytes
/
TODO.json
File metadata and controls
25 lines (25 loc) · 813 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
[
{
"id": "3edff7f5-5946-47f4-aad9-17942a37377c",
"title": "Welcome to TODO Panel",
"description": "This is your enhanced TODO management system. You can:\n\u2022 Add manual tasks with priorities and categories\n\u2022 Set due dates and track progress\n\u2022 View TODO comments from your codebase\n\u2022 Send tasks to AI Assistant for help\n\u2022 Filter and search your tasks",
"priority": 2,
"category": 3,
"status": 1,
"sourceType": 1,
"createdDate": "2025-07-25T20:21:38.3190026-05:00",
"dueDate": null,
"completedDate": null,
"progress": 0,
"tags": [],
"sourceFile": "",
"sourceLine": 0,
"sourceColumn": 0,
"sourceText": "",
"gitBranch": "",
"gitCommit": "",
"assignedTo": "",
"estimatedHours": 0,
"actualHours": 0
}
]