2024-06-03
This commit is contained in:
92
Phares/board.json
Normal file
92
Phares/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
|
||||
}
|
||||
],
|
||||
[],
|
||||
[],
|
||||
[]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user