2024-06-03
This commit is contained in:
10
MET08RESISRP2100/board.css
Normal file
10
MET08RESISRP2100/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;
|
||||
}
|
21
MET08RESISRP2100/index.md
Normal file
21
MET08RESISRP2100/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 + '' '', '''')) : ''''}'
|
||||
---
|
||||
|
||||
# MET08RESISRP2100
|
||||
|
||||
## Backlog
|
||||
|
||||
## Todo
|
||||
|
||||
- [work-with-oi-devs-to-fix-import](tasks/work-with-oi-devs-to-fix-import.md)
|
||||
|
||||
## In Progress
|
||||
|
||||
## Done
|
@ -0,0 +1,9 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
type: "note"
|
||||
created: "2024-01-06T01:22:37.186Z"
|
||||
updated: "2024-01-06T01:22:37.186Z"
|
||||
---
|
||||
|
||||
# Work with OI Devs to fix import
|
Reference in New Issue
Block a user