-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathseed.json
More file actions
146 lines (146 loc) · 5.7 KB
/
seed.json
File metadata and controls
146 lines (146 loc) · 5.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"contacts": [
{
"id": "contact-1",
"name": "Alice Chen",
"email": "alice@example.com",
"phone": "+1 555-0101",
"company": "Acme Corp",
"title": "Senior Engineer",
"tags": ["work", "vip"],
"starred": true,
"notes": "Key stakeholder for the Q2 launch. Prefers async communication via email. Has deep expertise in distributed systems.\n\nMet at the 2025 infrastructure conference. Introduced us to their CTO.",
"created_at": "2025-09-15T10:00:00Z",
"updated_at": "2026-03-29T10:00:00Z"
},
{
"id": "contact-2",
"name": "Bob Martinez",
"email": "bob@example.com",
"phone": "+1 555-0102",
"company": "Acme Corp",
"title": "Product Manager",
"tags": ["work"],
"starred": false,
"notes": "Runs the internal tools team. Good contact for partnership discussions.",
"created_at": "2025-10-01T09:00:00Z",
"updated_at": "2026-03-20T14:00:00Z"
},
{
"id": "contact-3",
"name": "Carol Davis",
"email": "carol@designstudio.io",
"phone": "+1 555-0103",
"company": "Design Studio",
"title": "Creative Director",
"tags": ["work", "design"],
"starred": false,
"notes": "Freelance designer we've worked with on two projects. Fast turnaround, great with brand work.",
"created_at": "2025-11-10T11:00:00Z",
"updated_at": "2026-02-15T16:00:00Z"
},
{
"id": "contact-4",
"name": "Dave Wilson",
"email": "dave@acme.com",
"phone": "+1 555-0104",
"company": "Acme Corp",
"title": "CTO",
"tags": ["work", "vip"],
"starred": true,
"notes": "Alice introduced us. Very interested in our protocol work. Schedule a follow-up demo in April.",
"created_at": "2026-01-05T10:00:00Z",
"updated_at": "2026-03-28T09:00:00Z"
},
{
"id": "contact-5",
"name": "Eva Thompson",
"email": "eva@gmail.com",
"phone": "+1 555-0105",
"company": "",
"title": "",
"tags": ["family"],
"starred": false,
"notes": "",
"created_at": "2025-08-20T08:00:00Z",
"updated_at": "2025-08-20T08:00:00Z"
},
{
"id": "contact-6",
"name": "Frank Lee",
"email": "frank@acme.com",
"phone": "+1 555-0106",
"company": "Acme Corp",
"title": "Engineering Manager",
"tags": ["work"],
"starred": false,
"notes": "Manages the platform team. Good escalation path for infrastructure issues.",
"created_at": "2026-02-01T10:00:00Z",
"updated_at": "2026-03-15T11:00:00Z"
},
{
"id": "contact-7",
"name": "Grace Kim",
"email": "grace@startup.co",
"phone": "+1 555-0107",
"company": "Startup Co",
"title": "CEO",
"tags": ["work", "vip"],
"starred": true,
"notes": "Potential investor. Very bullish on developer tools. Meeting scheduled for next week.",
"created_at": "2026-03-01T10:00:00Z",
"updated_at": "2026-03-30T10:00:00Z"
},
{
"id": "contact-8",
"name": "Henry Park",
"email": "henry@gmail.com",
"phone": "+1 555-0108",
"company": "",
"title": "",
"tags": ["family", "sports"],
"starred": false,
"notes": "Tennis partner. Plays Saturdays at 9am.",
"created_at": "2025-07-01T08:00:00Z",
"updated_at": "2025-12-10T08:00:00Z"
},
{
"id": "contact-9",
"name": "Iris Nakamura",
"email": "iris@bigtech.com",
"phone": "+1 555-0109",
"company": "BigTech Inc",
"title": "Developer Advocate",
"tags": ["work", "community"],
"starred": false,
"notes": "Met at a conference. Interested in writing about our protocol. Send her the spec link when it's public.",
"created_at": "2026-03-10T10:00:00Z",
"updated_at": "2026-03-25T15:00:00Z"
},
{
"id": "contact-10",
"name": "James Wright",
"email": "james@law.firm.com",
"phone": "+1 555-0110",
"company": "Wright & Associates",
"title": "Attorney",
"tags": ["legal"],
"starred": false,
"notes": "Handles our IP filings. Responsive via email, prefers formal communication.",
"created_at": "2025-06-15T10:00:00Z",
"updated_at": "2026-01-20T10:00:00Z"
}
],
"activity": [
{ "id": "act-1", "contact_id": "contact-1", "type": "email", "description": "Sent project update email", "timestamp": "2026-03-29T10:00:00Z" },
{ "id": "act-2", "contact_id": "contact-1", "type": "meeting", "description": "Quarterly review meeting", "timestamp": "2026-03-24T14:00:00Z" },
{ "id": "act-3", "contact_id": "contact-1", "type": "note", "description": "Added follow-up notes", "timestamp": "2026-03-17T09:00:00Z" },
{ "id": "act-4", "contact_id": "contact-4", "type": "email", "description": "Sent demo invitation", "timestamp": "2026-03-28T09:00:00Z" },
{ "id": "act-5", "contact_id": "contact-4", "type": "meeting", "description": "Intro call with CTO", "timestamp": "2026-03-15T10:00:00Z" },
{ "id": "act-6", "contact_id": "contact-7", "type": "email", "description": "Sent pitch deck", "timestamp": "2026-03-30T10:00:00Z" },
{ "id": "act-7", "contact_id": "contact-7", "type": "meeting", "description": "Coffee chat at conference", "timestamp": "2026-03-01T15:00:00Z" },
{ "id": "act-8", "contact_id": "contact-9", "type": "email", "description": "Shared early spec draft", "timestamp": "2026-03-25T15:00:00Z" },
{ "id": "act-9", "contact_id": "contact-3", "type": "meeting", "description": "Design review for landing page", "timestamp": "2026-02-15T16:00:00Z" },
{ "id": "act-10", "contact_id": "contact-2", "type": "email", "description": "Partnership proposal follow-up", "timestamp": "2026-03-20T14:00:00Z" }
]
}