2024-06-03
This commit is contained in:
92
EDA-Viewer/board.json
Normal file
92
EDA-Viewer/board.json
Normal file
@ -0,0 +1,92 @@
|
||||
{
|
||||
"headings": [
|
||||
{
|
||||
"name": "Backlog",
|
||||
"heading": "^:^+Backlog^:"
|
||||
},
|
||||
{
|
||||
"name": "Todo",
|
||||
"heading": "^:^+Todo^:"
|
||||
},
|
||||
{
|
||||
"name": "In Progress",
|
||||
"heading": "^:^c»^: ^+In Progress^:"
|
||||
},
|
||||
{
|
||||
"name": "Done",
|
||||
"heading": "^:^g✓^: ^+Done^:"
|
||||
}
|
||||
],
|
||||
"lanes": [
|
||||
{
|
||||
"name": "All tasks",
|
||||
"columns": [
|
||||
[
|
||||
{
|
||||
"id": "look-at-nuxt-for-personal-knowledge-management-pkm",
|
||||
"name": "Look at nuxt for Personal knowledge management (PKM)",
|
||||
"description": "- [Review Nuxt MDC](review-nuxt-mdc.md)",
|
||||
"metadata": {
|
||||
"created": "2023-07-08T21:42:25.300Z",
|
||||
"updated": "2023-07-09T07:24:52.330Z",
|
||||
"assigned": "",
|
||||
"progress": 0,
|
||||
"tags": [],
|
||||
"type": "note"
|
||||
},
|
||||
"subTasks": [],
|
||||
"relations": [],
|
||||
"comments": [],
|
||||
"column": "Backlog",
|
||||
"workload": 2,
|
||||
"progress": 0,
|
||||
"remainingWorkload": 2
|
||||
},
|
||||
{
|
||||
"id": "play-with-trello",
|
||||
"name": "Play With Trello",
|
||||
"description": "- [Trello](https://trello.com/b/ZRNHyIeo/phares)",
|
||||
"metadata": {
|
||||
"created": "2023-07-19T02:09:33.453Z",
|
||||
"updated": "2023-07-19T02:09:33.453Z",
|
||||
"assigned": "",
|
||||
"progress": 0,
|
||||
"tags": [],
|
||||
"type": "note"
|
||||
},
|
||||
"subTasks": [],
|
||||
"relations": [],
|
||||
"comments": [],
|
||||
"column": "Backlog",
|
||||
"workload": 2,
|
||||
"progress": 0,
|
||||
"remainingWorkload": 2
|
||||
},
|
||||
{
|
||||
"id": "review-nuxt-mdc",
|
||||
"name": "Review Nuxt MDC",
|
||||
"description": "- [content.nuxtjs](https://content.nuxtjs.org/guide/writing/markdown)\r\n- [Provides syntax highlighting and colon matching for MDC files for Nuxt Content](https://marketplace.visualstudio.com/items?itemName=Nuxt.mdc)",
|
||||
"metadata": {
|
||||
"created": "2023-07-10T14:53:44.752Z",
|
||||
"updated": "2023-07-10T18:53:54.853Z",
|
||||
"assigned": "",
|
||||
"progress": 0,
|
||||
"tags": [],
|
||||
"type": "note"
|
||||
},
|
||||
"subTasks": [],
|
||||
"relations": [],
|
||||
"comments": [],
|
||||
"column": "Backlog",
|
||||
"workload": 2,
|
||||
"progress": 0,
|
||||
"remainingWorkload": 2
|
||||
}
|
||||
],
|
||||
[],
|
||||
[],
|
||||
[]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
13
EDA-Viewer/board.md
Normal file
13
EDA-Viewer/board.md
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
type: "note"
|
||||
created: "2024-01-14T02:18:18.791Z"
|
||||
updated: "2024-04-11T14:53:11.738Z"
|
||||
---
|
||||
|
||||
# board
|
||||
|
||||
---
|
||||
type: "note"
|
||||
---
|
||||
|
||||
# board
|
28
EDA-Viewer/index.css
Normal file
28
EDA-Viewer/index.css
Normal file
@ -0,0 +1,28 @@
|
||||
.kanbn-column-wip .kanbn-column-task-list {
|
||||
border-color: #6929c4;
|
||||
}
|
||||
.kanbn-column-next .kanbn-column-task-list {
|
||||
border-color: #1192e8;
|
||||
}
|
||||
.kanbn-column-wait .kanbn-column-task-list {
|
||||
border-color: #005d5d;
|
||||
}
|
||||
.kanbn-column-later .kanbn-column-task-list {
|
||||
border-color: #9f1853;
|
||||
}
|
||||
.kanbn-column-maybe .kanbn-column-task-list {
|
||||
border-color: #fa4d56;
|
||||
}
|
||||
.kanbn-column-friday .kanbn-column-task-list {
|
||||
border-color: #570408;
|
||||
}
|
||||
.kanbn-column-done .kanbn-column-task-list {
|
||||
border-color: #198038;
|
||||
}
|
||||
.kanbn-task-data-workload {
|
||||
display: none;
|
||||
}
|
||||
.kanbn-task-data-relation {
|
||||
display: block;
|
||||
color: #198038;
|
||||
}
|
23
EDA-Viewer/index.md
Normal file
23
EDA-Viewer/index.md
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
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:19.211Z"
|
||||
updated: "2024-04-11T16:10:05.842Z"
|
||||
---
|
||||
|
||||
# EDA Viewer
|
||||
|
||||
## Backlog
|
||||
|
||||
## Todo
|
||||
|
||||
## In Progress
|
||||
|
||||
## Done
|
||||
|
||||
- [convert-to-net-7](tasks/convert-to-net-7.md)
|
16
EDA-Viewer/tasks/convert-to-net-7.md
Normal file
16
EDA-Viewer/tasks/convert-to-net-7.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
assigned: ""
|
||||
type: "note"
|
||||
---
|
||||
|
||||
# convert-to-net-7
|
||||
|
||||
- [x] mklink /J .kanbn
|
||||
- [x] Update tasks.json
|
||||
- [x] Update settings.json
|
||||
- [x] Init Secrets
|
||||
- [x] Copy appSettings.json to secrets.json
|
||||
- [x] Remove Serilog
|
||||
- [x] Remove appSettings
|
||||
- [x] Update to AOT appSettings
|
||||
- [x] Run Format
|
Reference in New Issue
Block a user