-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.tkb
36 lines (36 loc) · 841 Bytes
/
.tkb
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
{
"scope": "Workspace",
"tasks": {
"0o1UME_ZgqZdcbYksPgDI": {
"id": "0o1UME_ZgqZdcbYksPgDI",
"description": "Update Docs\n- Use wiki - Export typedoc as md and then publish to wiki",
"columnId": "column-todo"
},
"UM-Jb2pIb9vEaDWML-_Qf": {
"id": "UM-Jb2pIb9vEaDWML-_Qf",
"description": "Update logo",
"columnId": "column-todo"
},
"dkbgaoz9hHeYNGjMi8R9L": {
"id": "dkbgaoz9hHeYNGjMi8R9L",
"description": "Add badges to the website",
"columnId": "column-todo"
}
},
"columns": [
{
"id": "column-todo",
"title": "To do",
"tasksIds": [
"0o1UME_ZgqZdcbYksPgDI",
"UM-Jb2pIb9vEaDWML-_Qf",
"dkbgaoz9hHeYNGjMi8R9L"
]
},
{
"id": "column-doing",
"title": "Doing",
"tasksIds": []
}
]
}