feat: Sync latest templates from blackroad-sandbox
✨ Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
73
templates/notion/TEMPLATE-DATABASE-TASKS.json
Normal file
73
templates/notion/TEMPLATE-DATABASE-TASKS.json
Normal file
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"parent": {
|
||||
"type": "page_id",
|
||||
"page_id": "{{PARENT_PAGE_ID}}"
|
||||
},
|
||||
"title": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": {
|
||||
"content": "Tasks"
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"Name": {
|
||||
"title": {}
|
||||
},
|
||||
"Status": {
|
||||
"select": {
|
||||
"options": [
|
||||
{
|
||||
"name": "Todo",
|
||||
"color": "gray"
|
||||
},
|
||||
{
|
||||
"name": "In Progress",
|
||||
"color": "blue"
|
||||
},
|
||||
{
|
||||
"name": "Done",
|
||||
"color": "green"
|
||||
},
|
||||
{
|
||||
"name": "Blocked",
|
||||
"color": "red"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"Priority": {
|
||||
"select": {
|
||||
"options": [
|
||||
{
|
||||
"name": "High",
|
||||
"color": "red"
|
||||
},
|
||||
{
|
||||
"name": "Medium",
|
||||
"color": "yellow"
|
||||
},
|
||||
{
|
||||
"name": "Low",
|
||||
"color": "gray"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"Assignee": {
|
||||
"people": {}
|
||||
},
|
||||
"Due Date": {
|
||||
"date": {}
|
||||
},
|
||||
"Tags": {
|
||||
"multi_select": {}
|
||||
},
|
||||
"Estimate": {
|
||||
"number": {
|
||||
"format": "number"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user