40 lines
878 B
TOML
40 lines
878 B
TOML
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 = [ ]
|