Now road, terrain and buildings work fine
This commit is contained in:
39
kanpilot.toml
Normal file
39
kanpilot.toml
Normal file
@@ -0,0 +1,39 @@
|
||||
name = "project"
|
||||
skipFolders = [ "node_modules", ".vscode", "out", "dist", ".vscode-test" ]
|
||||
skipFiles = [ ".gitignore", "package.json" ]
|
||||
|
||||
[[processes]]
|
||||
id = "jpfqu4wnok04vkg1ojnhwl25"
|
||||
name = "Todo"
|
||||
|
||||
[[processes.tasks]]
|
||||
id = "q57b8pyb97wzlahuaxjttlan"
|
||||
title = "Fix nodes close to edges"
|
||||
description = "Check that node is too close to edge and split it"
|
||||
tag = "backlog"
|
||||
linkFiles = [ ]
|
||||
dueDate = ""
|
||||
checkList = [ ]
|
||||
priority = ""
|
||||
linkCommits = [ ]
|
||||
|
||||
[[processes.tasks]]
|
||||
id = "xnxan65j063qs2wrvcquo8fc"
|
||||
title = "Create building editing and road editing commands"
|
||||
description = "Create building editing and road editing commands"
|
||||
tag = "backlog"
|
||||
linkFiles = [ ]
|
||||
dueDate = ""
|
||||
checkList = [ ]
|
||||
priority = ""
|
||||
linkCommits = [ ]
|
||||
|
||||
[[processes]]
|
||||
id = "process2"
|
||||
name = "In Progress"
|
||||
tasks = [ ]
|
||||
|
||||
[[processes]]
|
||||
id = "process3"
|
||||
name = "Done"
|
||||
tasks = [ ]
|
||||
Reference in New Issue
Block a user