-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtasks.json
More file actions
79 lines (79 loc) · 1.83 KB
/
tasks.json
File metadata and controls
79 lines (79 loc) · 1.83 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
[
{
"id": 1,
"description": "order cake",
"status": "done",
"createdAt": "2025-11-28T10:00:00Z",
"updatedAt": "2025-11-19T10:21:33.854Z"
},
{
"id": 2,
"description": "write essay",
"status": "in-progress",
"createdAt": "2025-11-27T09:30:00Z",
"updatedAt": "2025-11-14T11:27:45.247Z"
},
{
"id": 3,
"description": "Write music",
"status": "in-progress",
"createdAt": "2025-11-27T09:30:00Z",
"updatedAt": "2025-11-28T11:00:00Z"
},
{
"id": 4,
"description": "post office",
"status": "done",
"createdAt": "2025-11-08T16:30:56.640Z",
"updatedAt": "2025-11-19T11:54:28.650Z"
},
{
"id": 5,
"description": "buy apples",
"status": "in-progress",
"createdAt": "2025-11-08T16:31:56.605Z",
"updatedAt": "2025-11-19T11:47:17.057Z"
},
{
"id": 6,
"description": "get glasses",
"status": "in-progress",
"createdAt": "2025-11-27T09:30:00Z",
"updatedAt": "2025-11-11T18:44:58.025Z"
},
{
"id": 7,
"description": "wash mattress",
"status": "done",
"createdAt": "2025-11-27T09:30:00Z",
"updatedAt": "2025-11-19T11:43:22.689Z"
},
{
"id": 8,
"description": "360 feedback",
"status": "done",
"createdAt": "2025-11-14T11:27:22.366Z",
"updatedAt": "2025-11-19T10:32:51.621Z"
},
{
"id": 9,
"description": "return amazon packages",
"status": "todo",
"createdAt": "2025-11-15T18:35:07.666Z",
"updatedAt": "2025-11-15T18:35:07.667Z"
},
{
"id": 10,
"description": "buy concert tickets",
"status": "todo",
"createdAt": "2025-11-18T17:52:21.831Z",
"updatedAt": "2025-11-18T17:52:48.658Z"
},
{
"id": 11,
"description": "turn off lights",
"status": "todo",
"createdAt": "2025-11-19T13:56:02.122Z",
"updatedAt": "2025-11-19T13:56:02.129Z"
}
]