2024-06-03
This commit is contained in:
10
MET08ANLYSDIFAAST230/board.css
Normal file
10
MET08ANLYSDIFAAST230/board.css
Normal file
@ -0,0 +1,10 @@
|
||||
.kanbn-column-done .kanbn-column-task-list {
|
||||
border-color: #198038;
|
||||
}
|
||||
.kanbn-task-data-workload {
|
||||
display: none;
|
||||
}
|
||||
.kanbn-task-data-relation {
|
||||
display: block;
|
||||
color: #198038;
|
||||
}
|
19
MET08ANLYSDIFAAST230/index.md
Normal file
19
MET08ANLYSDIFAAST230/index.md
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
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 + '' '', '''')) : ''''}'
|
||||
---
|
||||
|
||||
# 659 - MET08ANLYSDIFAAST230
|
||||
|
||||
## Backlog
|
||||
|
||||
## Todo
|
||||
|
||||
## In Progress
|
||||
|
||||
## Done
|
Reference in New Issue
Block a user