-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathquests.json
51 lines (51 loc) · 934 Bytes
/
quests.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
51
[
{
"Title": "make game",
"Completed": false,
"Urgency": 1,
"DueDate": "30 Jan 2025 5PM",
"CompletedAt": null
},
{
"Title": "Eth world state update",
"Completed": false,
"Urgency": 5,
"DueDate": "1 Jan 2025 8PM",
"CompletedAt": null
},
{
"Title": "LangChain vid",
"Completed": false,
"Urgency": 3,
"DueDate": "3 Jan 2025 8PM",
"CompletedAt": null
},
{
"Title": "Add pomodoro with Fyne",
"Completed": false,
"Urgency": 2,
"DueDate": "7 Jan 2025 5PM",
"CompletedAt": null
},
{
"Title": "Eth block structure table",
"Completed": true,
"Urgency": 4,
"DueDate": "1 Jan 2025 8PM",
"CompletedAt": "2025-01-10T14:13:40.0334395+06:00"
},
{
"Title": "Put attests nd trie diag",
"Completed": true,
"Urgency": 4,
"DueDate": "1 Jan 2025 8PM",
"CompletedAt": "2025-01-03T21:43:49.1344525+06:00"
},
{
"Title": "Eth receipts struct",
"Completed": true,
"Urgency": 4,
"DueDate": "1 Jan 2025 8PM",
"CompletedAt": "2025-01-02T14:57:00.1415844+06:00"
}
]