Now road, terrain and buildings work fine

This commit is contained in:
2024-05-26 01:21:19 +03:00
parent d0db1e45a3
commit ab5f35eba1
20 changed files with 2625 additions and 649 deletions

39
kanpilot.toml Normal file
View 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 = [ ]