You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
nao-web-ui/data/contacts.json

96 lines
3.1 KiB

[
{
"id": "1",
"name": "John Smith",
"email": "john.smith@example.com",
"phone": "+1 (555) 123-4567",
"company": "Tech Corp",
"position": "Senior Developer",
"source": "linkedin",
"profileImage": "https://i.pravatar.cc/150?img=1",
"linkedinUrl": "https://linkedin.com/in/johnsmith",
"notes": "Met at React conference 2023",
"tags": ["developer", "react", "frontend"],
"groupIds": ["1", "4"],
"createdAt": "2023-10-01T10:00:00Z",
"updatedAt": "2023-10-15T14:30:00Z"
},
{
"id": "2",
"name": "Sarah Johnson",
"email": "sarah.johnson@startup.io",
"phone": "+1 (555) 987-6543",
"company": "Startup Inc",
"position": "Product Manager",
"source": "linkedin",
"profileImage": "https://i.pravatar.cc/150?img=2",
"linkedinUrl": "https://linkedin.com/in/sarahjohnson",
"notes": "Potential collaboration on new project",
"tags": ["product", "startup", "management"],
"groupIds": ["2", "5", "6"],
"createdAt": "2023-09-15T09:00:00Z",
"updatedAt": "2023-10-20T16:45:00Z"
},
{
"id": "3",
"name": "Mike Chen",
"email": "mike.chen@gmail.com",
"phone": "+1 (555) 456-7890",
"company": "Freelance",
"position": "UX Designer",
"source": "contacts",
"profileImage": "https://i.pravatar.cc/150?img=3",
"notes": "Design consultant for mobile app",
"tags": ["design", "ux", "mobile"],
"groupIds": ["1", "3"],
"createdAt": "2023-08-20T11:30:00Z",
"updatedAt": "2023-09-10T13:15:00Z"
},
{
"id": "4",
"name": "Emily Rodriguez",
"email": "emily.rodriguez@bigtech.com",
"phone": "+1 (555) 234-5678",
"company": "Big Tech Corp",
"position": "Engineering Manager",
"source": "linkedin",
"profileImage": "https://i.pravatar.cc/150?img=4",
"linkedinUrl": "https://linkedin.com/in/emilyrodriguez",
"notes": "Former colleague from previous company",
"tags": ["engineering", "management", "scaling"],
"groupIds": ["2", "4"],
"createdAt": "2023-07-10T08:00:00Z",
"updatedAt": "2023-08-25T10:20:00Z"
},
{
"id": "5",
"name": "David Wilson",
"email": "david.wilson@consulting.com",
"phone": "+1 (555) 345-6789",
"company": "Wilson Consulting",
"position": "Business Consultant",
"source": "contacts",
"profileImage": "https://i.pravatar.cc/150?img=5",
"notes": "Helped with business strategy",
"tags": ["consulting", "strategy", "business"],
"groupIds": ["5", "6"],
"createdAt": "2023-06-05T14:00:00Z",
"updatedAt": "2023-07-15T09:30:00Z"
},
{
"id": "6",
"name": "Lisa Thompson",
"email": "lisa.thompson@marketing.co",
"phone": "+1 (555) 567-8901",
"company": "Marketing Co",
"position": "Marketing Director",
"source": "linkedin",
"profileImage": "https://i.pravatar.cc/150?img=6",
"linkedinUrl": "https://linkedin.com/in/lisathompson",
"notes": "Great at digital marketing strategies",
"tags": ["marketing", "digital", "strategy"],
"groupIds": ["3", "5", "6"],
"createdAt": "2023-05-12T12:00:00Z",
"updatedAt": "2023-06-20T15:45:00Z"
}
]