Files
blackroad-os-pack-legal/templates/notion/TEMPLATE-DASHBOARD-PROJECT.json
Alexa Louise 6bd42bdcf2 feat: Sync latest templates from blackroad-sandbox
 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-12 01:38:07 -06:00

74 lines
1.2 KiB
JSON

{
"object": "page",
"parent": {
"type": "workspace"
},
"icon": {
"type": "emoji",
"emoji": "\ud83c\udfaf"
},
"properties": {
"title": {
"title": [
{
"text": {
"content": "{{PROJECT_NAME}}"
}
}
]
}
},
"children": [
{
"object": "heading_1",
"heading_1": {
"rich_text": [
{
"text": {
"content": "\ud83d\udcca Project Dashboard"
}
}
]
}
},
{
"object": "paragraph",
"paragraph": {
"rich_text": [
{
"text": {
"content": "{{PROJECT_DESCRIPTION}}"
}
}
]
}
},
{
"object": "heading_2",
"heading_2": {
"rich_text": [
{
"text": {
"content": "\ud83d\udcc8 Status"
}
}
]
}
},
{
"object": "callout",
"callout": {
"icon": {
"emoji": "\u2705"
},
"rich_text": [
{
"text": {
"content": "Status: {{STATUS}}\nPhase: {{PHASE}}\nProgress: {{PROGRESS}}%"
}
}
]
}
}
]
}