2024-06-03
This commit is contained in:
7
DEP08SIASM/board.css
Normal file
7
DEP08SIASM/board.css
Normal file
@ -0,0 +1,7 @@
|
||||
.kanbn-task-data-workload {
|
||||
display: none;
|
||||
}
|
||||
.kanbn-task-data-relation {
|
||||
display: block;
|
||||
color: #198038;
|
||||
}
|
21
DEP08SIASM/index.md
Normal file
21
DEP08SIASM/index.md
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
type: "Kanban"
|
||||
startedColumns:
|
||||
- 'In Progress'
|
||||
completedColumns:
|
||||
- Done
|
||||
dateFormat: mm/dd
|
||||
taskTemplate: '^+^_${overdue ? ''^R'' : ''''}${name}^: ${relations ? (''\n^-^/^g'' + relations.reduce((accumulator, currentValue) => accumulator.task + currentValue.task + '' '', '''')) : ''''}'
|
||||
created: "2024-01-14T02:18:18.662Z"
|
||||
updated: "2024-04-11T16:09:57.775Z"
|
||||
---
|
||||
|
||||
# DEP08SIASM
|
||||
|
||||
## Backlog
|
||||
|
||||
## Todo
|
||||
|
||||
## In Progress
|
||||
|
||||
## Done
|
Reference in New Issue
Block a user