WealthFromAI's picture
FORGE-X: Upload source (e4be3ea1-notion-template.zip)
ae417fd verified
Raw
History Blame Contribute Delete
2.06 kB
{
"main_database": {
"name": "ChatGPT Custom GPT Builder Framework \u2014 Tasks",
"properties": {
"Name": {
"type": "title"
},
"Status": {
"type": "select",
"options": [
"Not Started",
"In Progress",
"Review",
"Done",
"Blocked"
]
},
"Priority": {
"type": "select",
"options": [
"Critical",
"High",
"Medium",
"Low"
]
},
"Due Date": {
"type": "date"
},
"Assignee": {
"type": "person"
},
"Tags": {
"type": "multi_select",
"options": [
"Design",
"Dev",
"Marketing",
"Research"
]
},
"Effort": {
"type": "select",
"options": [
"XS",
"S",
"M",
"L",
"XL"
]
},
"Project": {
"type": "relation",
"database": "projects_database"
},
"Notes": {
"type": "rich_text"
}
}
},
"projects_database": {
"name": "ChatGPT Custom GPT Builder Framework \u2014 Projects",
"properties": {
"Name": {
"type": "title"
},
"Status": {
"type": "select",
"options": [
"Planning",
"Active",
"On Hold",
"Complete",
"Archived"
]
},
"Start Date": {
"type": "date"
},
"Target Date": {
"type": "date"
},
"Owner": {
"type": "person"
},
"Progress": {
"type": "number",
"format": "percent"
},
"Budget": {
"type": "number",
"format": "dollar"
},
"Category": {
"type": "select",
"options": [
"Internal",
"Client",
"Research",
"Growth"
]
}
}
}
}