{
    "notes": [
        {
            "id": 1,
            "content": "Discussion about the new order requirements and delivery timeline. Customer seems interested in bulk ordering.",
            "createdBy": "John Doe",
            "createdAt": "2024-11-08T10:46:00.000Z",
            "type": "note"
        },
        {
            "id": 2,
            "content": "Follow-up call scheduled for next week to discuss pricing options.",
            "createdBy": "Jane Smith",
            "createdAt": "2024-11-01T10:46:00.000Z",
            "type": "note"
        },
        {
            "id": 3,
            "content": "Client requested additional features for the premium package. Need to prepare a detailed cost breakdown and timeline estimate.",
            "createdBy": "Mike Johnson",
            "createdAt": "2024-11-07T14:30:00.000Z",
            "type": "note"
        }
    ],
    "tasks": [
        {
            "id": 1,
            "title": "Send proposal document",
            "description": "Prepare and send the detailed proposal for the new project",
            "dueDate": "11/11/2024",
            "status": "open",
            "createdAt": "2024-11-06T10:46:00.000Z",
            "type": "task"
        },
        {
            "id": 2,
            "title": "Review contract terms",
            "description": "Check all contract clauses before signing",
            "dueDate": "11/7/2024",
            "status": "completed",
            "createdAt": "2024-10-09T10:46:00.000Z",
            "type": "task"
        }
    ],
    "reminders": [
        {
            "id": 1,
            "title": "Follow up with client",
            "dueDateTime": "2024-11-10T14:00:00.000Z",
            "status": "pending",
            "createdAt": "2024-11-08T10:46:00.000Z",
            "type": "reminder"
        },
        {
            "id": 2,
            "title": "Send invoice",
            "dueDateTime": "2024-11-15T09:00:00.000Z",
            "status": "completed",
            "createdAt": "2024-11-05T10:46:00.000Z",
            "type": "reminder"
        }
    ],
    "emails": [
        {
            "id": 1,
            "subject": "Project Proposal - Q1 2025",
            "body": "Please find attached the detailed project proposal for Q1 2025. Looking forward to your feedback.",
            "to": "client@example.com",
            "from": "sales@company.com",
            "status": "sent",
            "sentAt": "2024-11-03T10:46:00.000Z",
            "createdAt": "2024-11-03T10:46:00.000Z"
        },
        {
            "id": 2,
            "subject": "Follow-up: Meeting Notes",
            "body": "Thank you for the productive meeting yesterday. Here are the key points we discussed.",
            "to": "client@example.com",
            "from": "sales@company.com",
            "status": "sent",
            "sentAt": "2024-11-07T10:46:00.000Z",
            "createdAt": "2024-11-07T10:46:00.000Z"
        }
    ],
    "calls": [
        {
            "id": 1,
            "title": "Discovery Call",
            "duration": "45 minutes",
            "callType": "outgoing",
            "phoneNumber": "+1 (555) 123-4567",
            "notes": "Discussed project requirements and timeline. Customer is interested in premium package.",
            "status": "completed",
            "callDate": "2024-11-05T10:46:00.000Z",
            "createdAt": "2024-11-05T10:46:00.000Z"
        },
        {
            "id": 2,
            "title": "Follow-up Call Scheduled",
            "callType": "outgoing",
            "phoneNumber": "+1 (555) 123-4567",
            "notes": "Schedule to discuss pricing and contract terms",
            "status": "scheduled",
            "callDate": "2024-11-10T10:46:00.000Z",
            "createdAt": "2024-11-08T10:46:00.000Z"
        }
    ],
    "meetings": [
        {
            "id": 1,
            "title": "Quarterly Business Review",
            "description": "Review Q4 performance and discuss Q1 goals",
            "location": "Conference Room A",
            "attendees": ["John Doe", "Jane Smith", "Client Team"],
            "startTime": "2024-11-01T10:46:00.000Z",
            "endTime": "2024-11-01T12:46:00.000Z",
            "status": "completed",
            "meetingType": "in-person",
            "createdAt": "2024-10-29T10:46:00.000Z"
        },
        {
            "id": 2,
            "title": "Product Demo Session",
            "description": "Demonstrate new features and capabilities",
            "location": "Zoom Meeting",
            "attendees": ["Sales Team", "Client Stakeholders"],
            "startTime": "2024-11-13T10:46:00.000Z",
            "status": "scheduled",
            "meetingType": "video",
            "createdAt": "2024-11-08T10:46:00.000Z"
        }
    ],
    "timelineGroups": [
        {
            "label": "Today",
            "items": [
                {
                    "id": 101,
                    "date": "Nov 8, 2024, 4:30 PM",
                    "title": "Follow up with client on proposal feedback",
                    "description": "Review the client's feedback on the Q4 proposal and prepare responses to their questions.",
                    "type": "task",
                    "timestamp": "2024-11-08T16:30:00.000Z",
                    "isPinned": true,
                    "metadata": [
                        {
                            "label": "Due Date",
                            "value": "11/10/2024"
                        },
                        {
                            "label": "Assigned to",
                            "value": "Sarah Williams"
                        }
                    ]
                },
                {
                    "id": 1,
                    "date": "Nov 8, 2024, 3:15 PM",
                    "title": "Discussion about the new order requirements and delivery...",
                    "description": "Discussion about the new order requirements and delivery timeline. Customer seems interested in bulk ordering.",
                    "type": "note",
                    "timestamp": "2024-11-08T15:15:00.000Z",
                    "isPinned": true,
                    "metadata": [
                        {
                            "label": "Created by",
                            "value": "John Doe"
                        }
                    ]
                },
                {
                    "id": 102,
                    "date": "Nov 8, 2024, 2:00 PM",
                    "title": "Project Update - November Progress",
                    "description": "Sharing the latest updates on the project timeline and deliverables. All milestones are on track.",
                    "type": "email",
                    "timestamp": "2024-11-08T14:00:00.000Z",
                    "isPinned": true,
                    "metadata": [
                        {
                            "label": "To",
                            "value": "client@example.com"
                        },
                        {
                            "label": "From",
                            "value": "project@company.com"
                        }
                    ]
                },
                {
                    "id": 103,
                    "date": "Nov 8, 2024, 11:00 AM",
                    "title": "Prepare presentation for stakeholder meeting",
                    "description": "Create slides covering project status, budget updates, and next quarter planning.",
                    "type": "task",
                    "timestamp": "2024-11-08T11:00:00.000Z",
                    "metadata": [
                        {
                            "label": "Due Date",
                            "value": "11/9/2024"
                        },
                        {
                            "label": "Assigned to",
                            "value": "Mike Johnson"
                        }
                    ]
                },
                {
                    "id": 104,
                    "date": "Nov 8, 2024, 9:30 AM",
                    "title": "Welcome to Our Partnership Program",
                    "description": "Thank you for your interest in our partnership program. Here's everything you need to get started.",
                    "type": "email",
                    "timestamp": "2024-11-08T09:30:00.000Z",
                    "metadata": [
                        {
                            "label": "To",
                            "value": "partner@example.com"
                        },
                        {
                            "label": "From",
                            "value": "partnerships@company.com"
                        }
                    ]
                }
            ]
        },
        {
            "label": "November 2024",
            "items": [
                {
                    "id": 3,
                    "date": "Nov 7, 2024, 2:30 PM",
                    "title": "Client requested additional features for the premium package...",
                    "description": "Client requested additional features for the premium package. Need to prepare a detailed cost breakdown and timeline estimate.",
                    "type": "note",
                    "timestamp": "2024-11-07T14:30:00.000Z",
                    "metadata": [
                        {
                            "label": "Created by",
                            "value": "Mike Johnson"
                        }
                    ]
                },
                {
                    "id": 2,
                    "date": "Nov 7, 2024, 4:46 PM",
                    "title": "Follow-up: Meeting Notes",
                    "description": "Thank you for the productive meeting yesterday. Here are the key points we discussed.",
                    "type": "email",
                    "timestamp": "2024-11-07T10:46:00.000Z",
                    "metadata": [
                        {
                            "label": "To",
                            "value": "client@example.com"
                        },
                        {
                            "label": "From",
                            "value": "sales@company.com"
                        }
                    ]
                },
                {
                    "id": 4,
                    "date": "Nov 6, 2024, 9:15 AM",
                    "title": "Meeting notes: Discussed project scope, budget constraints...",
                    "description": "Meeting notes: Discussed project scope, budget constraints, and delivery milestones. Client agreed to the proposed timeline.",
                    "type": "note",
                    "timestamp": "2024-11-06T09:15:00.000Z",
                    "metadata": [
                        {
                            "label": "Created by",
                            "value": "Sarah Williams"
                        }
                    ]
                },
                {
                    "id": 5,
                    "date": "Nov 5, 2024, 4:45 PM",
                    "title": "Technical requirements review completed...",
                    "description": "Technical requirements review completed. All systems are compatible with the client's infrastructure.",
                    "type": "note",
                    "timestamp": "2024-11-05T16:45:00.000Z",
                    "metadata": [
                        {
                            "label": "Created by",
                            "value": "David Chen"
                        }
                    ]
                },
                {
                    "id": 1,
                    "date": "Nov 5, 2024, 4:46 PM",
                    "title": "Discovery Call",
                    "description": "Discussed project requirements and timeline. Customer is interested in premium package.",
                    "type": "call",
                    "timestamp": "2024-11-05T10:46:00.000Z",
                    "metadata": [
                        {
                            "label": "Phone",
                            "value": "+1 (555) 123-4567"
                        },
                        {
                            "label": "Duration",
                            "value": "45 minutes"
                        }
                    ]
                },
                {
                    "id": 7,
                    "date": "Nov 3, 2024, 1:00 PM",
                    "title": "Customer feedback: Very satisfied with the demo presentation...",
                    "description": "Customer feedback: Very satisfied with the demo presentation. Requested a few minor UI adjustments.",
                    "type": "note",
                    "timestamp": "2024-11-03T13:00:00.000Z",
                    "metadata": [
                        {
                            "label": "Created by",
                            "value": "John Doe"
                        }
                    ]
                },
                {
                    "id": 1,
                    "date": "Nov 3, 2024, 4:46 PM",
                    "title": "Project Proposal - Q1 2025",
                    "description": "Please find attached the detailed project proposal for Q1 2025. Looking forward to your feedback.",
                    "type": "email",
                    "timestamp": "2024-11-08T10:46:00.000Z",
                    "metadata": [
                        {
                            "label": "To",
                            "value": "client@example.com"
                        },
                        {
                            "label": "From",
                            "value": "sales@company.com"
                        }
                    ]
                },
                {
                    "id": 8,
                    "date": "Nov 2, 2024, 10:30 AM",
                    "title": "Budget approval received from finance department...",
                    "description": "Budget approval received from finance department. Project can proceed to next phase.",
                    "type": "note",
                    "timestamp": "2024-11-02T10:30:00.000Z",
                    "metadata": [
                        {
                            "label": "Created by",
                            "value": "Robert Taylor"
                        }
                    ]
                },
                {
                    "id": 2,
                    "date": "Nov 1, 2024, 4:46 PM",
                    "title": "Follow-up call scheduled for next week to discuss pricing options.",
                    "description": "Follow-up call scheduled for next week to discuss pricing options.",
                    "type": "note",
                    "timestamp": "2024-11-01T10:46:00.000Z",
                    "metadata": [
                        {
                            "label": "Created by",
                            "value": "Jane Smith"
                        }
                    ]
                },
                {
                    "id": 1,
                    "date": "Nov 1, 2024, 4:46 PM",
                    "title": "Quarterly Business Review",
                    "description": "Review Q4 performance and discuss Q1 goals",
                    "type": "events",
                    "timestamp": "2024-11-01T10:46:00.000Z",
                    "metadata": [
                        {
                            "label": "Date & Time",
                            "value": "Friday, November 1, 4:46 PM"
                        },
                        {
                            "label": "Location",
                            "value": "Conference Room A"
                        },
                        {
                            "label": "Attendees",
                            "value": "John Doe, Jane Smith, Client Team"
                        }
                    ]
                }
            ]
        },
        {
            "label": "October 2024",
            "items": [
                {
                    "id": 2,
                    "date": "Oct 9, 2024, 4:46 PM",
                    "title": "Review contract terms",
                    "description": "Check all contract clauses before signing",
                    "type": "task",
                    "timestamp": "2024-10-09T10:46:00.000Z",
                    "metadata": [
                        {
                            "label": "Due Date",
                            "value": "11/7/2024"
                        }
                    ]
                }
            ]
        }
    ],
    "backendDataExamples": {
        "note": {
            "id": 1,
            "content": "Sample note content",
            "creator": {
                "name": "John Doe"
            },
            "created_at": "2024-11-08T10:46:00.000Z"
        },
        "task": {
            "id": 1,
            "title": "Sample task",
            "description": "Task description",
            "due_date": "2024-11-15",
            "status": 1,
            "created_at": "2024-11-08T10:46:00.000Z"
        },
        "reminder": {
            "id": 1,
            "title": "Sample reminder",
            "due_date_time": "2024-11-10T14:00:00.000Z",
            "created_at": "2024-11-08T10:46:00.000Z"
        },
        "email": {
            "id": 1,
            "subject": "Email subject",
            "body": "Email body content",
            "to": "recipient@example.com",
            "from": "sender@example.com",
            "status": "sent",
            "sent_at": "2024-11-08T10:46:00.000Z",
            "created_at": "2024-11-08T10:46:00.000Z"
        },
        "call": {
            "id": 1,
            "title": "Call title",
            "duration": "30 minutes",
            "call_type": "outgoing",
            "phone_number": "+1 (555) 123-4567",
            "notes": "Call notes",
            "status": "completed",
            "call_date": "2024-11-08T10:46:00.000Z",
            "created_at": "2024-11-08T10:46:00.000Z"
        },
        "meeting": {
            "id": 1,
            "title": "Meeting title",
            "description": "Meeting description",
            "location": "Meeting location",
            "attendees": ["Attendee 1", "Attendee 2"],
            "start_time": "2024-11-08T10:46:00.000Z",
            "end_time": "2024-11-08T11:46:00.000Z",
            "status": "scheduled",
            "meeting_type": "video",
            "created_at": "2024-11-08T10:46:00.000Z"
        }
    }
}
