{
  "database_id": "2fd63e0c-a7d5-8127-8c9b-d2ed8063e702",
  "database_name": "Rivet Ideas",
  "notion_url": "https://www.notion.so/2fd63e0ca7d581278c9bd2ed8063e702",
  "created_date": "2026-02-04T18:02:00Z",
  "properties": {
    "Title": {
      "type": "title",
      "description": "Name of the idea"
    },
    "Description": {
      "type": "rich_text",
      "description": "Full explanation of the idea"
    },
    "Status": {
      "type": "select",
      "options": ["Proposed", "Research", "Investigate", "Plan", "Approved", "Rejected"],
      "description": "Current status of the idea"
    },
    "Rationale": {
      "type": "rich_text",
      "description": "Why this idea matters / business case"
    },
    "Effort": {
      "type": "select",
      "options": ["Small", "Medium", "Large"],
      "description": "Implementation effort estimate"
    },
    "Priority": {
      "type": "select",
      "options": ["High", "Medium", "Low"],
      "description": "Business priority"
    },
    "Category": {
      "type": "multi_select",
      "options": ["Feature", "Fix", "Marketing", "Operations", "Technical", "Business Model"],
      "description": "Type of idea"
    },
    "Created": {
      "type": "created_time",
      "description": "Auto-generated timestamp"
    },
    "Created By": {
      "type": "created_by",
      "description": "Auto-generated author"
    }
  },
  "views": {
    "recommended": [
      {
        "name": "All Ideas",
        "type": "table",
        "filter": null,
        "sort": [{"property": "Created", "direction": "descending"}]
      },
      {
        "name": "Approved Ideas",
        "type": "table",
        "filter": {"property": "Status", "select": {"equals": "Approved"}}
      },
      {
        "name": "High Priority",
        "type": "table",
        "filter": {"property": "Priority", "select": {"equals": "High"}}
      },
      {
        "name": "Quick Wins",
        "type": "table",
        "filter": {
          "and": [
            {"property": "Effort", "select": {"equals": "Small"}},
            {"property": "Priority", "select": {"equals": "High"}}
          ]
        }
      },
      {
        "name": "Proposed",
        "type": "table",
        "filter": {"property": "Status", "select": {"equals": "Proposed"}}
      }
    ]
  },
  "initial_ideas_count": 5,
  "initial_ideas": [
    {
      "id": "2fd63e0c-a7d5-812d-833c-f8659fcc0dba",
      "title": "Voice-First Job Posting for Tradies",
      "status": "Proposed",
      "priority": "High",
      "effort": "Medium",
      "categories": ["Feature", "Technical"]
    },
    {
      "id": "2fd63e0c-a7d5-81bc-9cf7-f71a49ce57d1",
      "title": "Crew Hire Marketplace Feature",
      "status": "Proposed",
      "priority": "High",
      "effort": "Large",
      "categories": ["Feature", "Business Model"]
    },
    {
      "id": "2fd63e0c-a7d5-814b-b5d6-f3e88005da7a",
      "title": "Agency Worker Bulk Listing Portal",
      "status": "Proposed",
      "priority": "Medium",
      "effort": "Medium",
      "categories": ["Feature", "Business Model", "Marketing"]
    },
    {
      "id": "2fd63e0c-a7d5-8122-8b24-f26811428f23",
      "title": "One-Tap Worker Matching Algorithm",
      "status": "Proposed",
      "priority": "High",
      "effort": "Large",
      "categories": ["Feature", "Technical"]
    },
    {
      "id": "2fd63e0c-a7d5-8125-8809-f53ce2a381ad",
      "title": "Payment Protection Insurance Product",
      "status": "Research",
      "priority": "Medium",
      "effort": "Large",
      "categories": ["Business Model", "Technical"]
    }
  ]
}
