-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtodo.json
50 lines (50 loc) · 1.23 KB
/
todo.json
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
[
{
"id": 1,
"uuid": "2f44e7e7-9c54-4b13-bc3e-461b22300fe8",
"subject": "some important task for the +project due tom",
"projects": [
"project"
],
"contexts": [],
"due": "",
"completed": true,
"completed_date": "2020-12-28T21:21:30+08:00",
"status": "completed",
"archived": true,
"is_priority": false,
"notes": null
},
{
"id": 2,
"uuid": "68125926-308e-48e7-88ff-c4491cbfca48",
"subject": "some important task for the +project due tom",
"projects": [
"project"
],
"contexts": [],
"due": "",
"completed": false,
"completed_date": "",
"status": "",
"archived": false,
"is_priority": false,
"notes": null
},
{
"id": 3,
"uuid": "999369b8-4fc9-4589-9ca4-e9fc4936618a",
"subject": "tant task for the +project due tomm",
"projects": [
"project"
],
"contexts": [],
"due": "",
"completed": false,
"completed_date": "",
"status": "",
"archived": false,
"is_priority": false,
"notes": null
}
]