-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODOS.json
43 lines (43 loc) · 1.22 KB
/
TODOS.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
[
{
"high": 3,
"mid": 1,
"low": 1,
"unknown": 0,
"file": "/Users/codebuddha/GitHub/whatodo-ui/lib/processProject.js",
"timing": "436 μs",
"todos": [
{
"priority": "high",
"line": 10,
"position": 0,
"comment": "get defaults for Whatodo from Process class"
},
{
"priority": "high",
"line": 11,
"position": 0,
"comment": "add title to middle of main container"
},
{
"priority": "high",
"line": 12,
"position": 0,
"comment": "load TODO cards from Whatodo results"
},
{
"priority": "mid",
"line": 13,
"position": 0,
"comment": "save minor project info and add badges to sidebar"
},
{
"priority": "low",
"line": 14,
"position": 0,
"comment": "connect to GitHub by checking .git and enable click-to-issue creation"
}
],
"size": 996
}
]