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:
Alexa Louise
2025-12-12 01:38:14 -06:00
committed by Your Name
parent 806c200ddd
commit d9c4a93cf0
30 changed files with 8732 additions and 0 deletions

View 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"
}
}
}
}