-
Notifications
You must be signed in to change notification settings - Fork 75
/
kanban_tasks_data.kanban
99 lines (99 loc) · 2.44 KB
/
kanban_tasks_data.kanban
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"categories": [
{
"uuid": "3c019f8f-7018-401f-89e7-6ddedafd24e2",
"title": "Task",
"color": "70bafa"
}
],
"stages": [
{
"uuid": "ed797cac-3c98-43ce-bdfd-b503f3fe384b",
"title": "Features",
"tasks": [
"88b0e79d-5d75-42d9-9e76-987faa12ee6b",
"fb49e813-523b-4667-935d-8b811552b2d3",
"a5b31bad-1666-4183-9126-e94fe512886c"
]
},
{
"uuid": "9134cb1d-4b69-45a3-8edc-bce770720557",
"title": "Bugs",
"tasks": [
"948e3c35-ee56-4c98-b2d9-42d69125b3bb",
"a979d6d9-98ac-4da8-bbda-58d4dd579fd3",
"cd64b616-7649-4684-909f-7444df73b756",
"7a7fed89-413e-42e1-8c0e-7674e1214fcc"
]
},
{
"uuid": "acaf644d-3956-4bfc-b1f1-19f822d45093",
"title": "Done",
"tasks": []
}
],
"tasks": [
{
"uuid": "948e3c35-ee56-4c98-b2d9-42d69125b3bb",
"title": "Navigation path update timing sometimes is too long",
"description": "",
"category": "3c019f8f-7018-401f-89e7-6ddedafd24e2",
"steps": []
},
{
"uuid": "a979d6d9-98ac-4da8-bbda-58d4dd579fd3",
"title": "Movement velocity is not reduced with collision",
"description": "Seems that controlling CharacterBody externally somehow creates weird behavior. Velocity stays even after hitting a wall.",
"category": "3c019f8f-7018-401f-89e7-6ddedafd24e2",
"steps": []
},
{
"uuid": "cd64b616-7649-4684-909f-7444df73b756",
"title": "Enemy spawned count is not correct amount for a wave",
"description": "",
"category": "3c019f8f-7018-401f-89e7-6ddedafd24e2",
"steps": []
},
{
"uuid": "88b0e79d-5d75-42d9-9e76-987faa12ee6b",
"title": "Enemy wave manager",
"description": "",
"category": "3c019f8f-7018-401f-89e7-6ddedafd24e2",
"steps": []
},
{
"uuid": "fb49e813-523b-4667-935d-8b811552b2d3",
"title": "Block exit while waves are not completed",
"description": "",
"category": "3c019f8f-7018-401f-89e7-6ddedafd24e2",
"steps": []
},
{
"uuid": "a5b31bad-1666-4183-9126-e94fe512886c",
"title": "Continuous dash speed",
"description": "",
"category": "3c019f8f-7018-401f-89e7-6ddedafd24e2",
"steps": []
},
{
"uuid": "7a7fed89-413e-42e1-8c0e-7674e1214fcc",
"title": "Weapon sprite positions",
"description": "",
"category": "3c019f8f-7018-401f-89e7-6ddedafd24e2",
"steps": []
}
],
"layout": {
"columns": [
[
"ed797cac-3c98-43ce-bdfd-b503f3fe384b"
],
[
"9134cb1d-4b69-45a3-8edc-bce770720557"
],
[
"acaf644d-3956-4bfc-b1f1-19f822d45093"
]
]
}
}