2024-06-03

This commit is contained in:
2024-06-03 07:25:11 -07:00
commit 4d23316f57
559 changed files with 15154 additions and 0 deletions

7
DEP08SIASM/board.css Normal file
View 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
View 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