sifatbaho
This commit is contained in:
121
resources/json/chat-contacts-list.json
Executable file
121
resources/json/chat-contacts-list.json
Executable file
@@ -0,0 +1,121 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Lisa Parker",
|
||||
"status": "online",
|
||||
"profile": "assets/images/users/avatar-2.jpg"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "Frank Thomas",
|
||||
"status": "online",
|
||||
"profile": "assets/images/users/avatar-3.jpg",
|
||||
"messagecount" : 8
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "Clifford Taylor",
|
||||
"status": "away",
|
||||
"nickname": "CT",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"name": "Janette Caster",
|
||||
"status": "online",
|
||||
"profile": "assets/images/users/avatar-4.jpg"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"name": "Sarah Beattie",
|
||||
"status": "online",
|
||||
"profile": "assets/images/users/avatar-5.jpg",
|
||||
"messagecount" : 5
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"name": "Nellie Cornett",
|
||||
"status": "away",
|
||||
"profile": "assets/images/users/avatar-6.jpg",
|
||||
"messagecount" : 2
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"name": "Chris Kiernan",
|
||||
"status": "online",
|
||||
"nickname": "CK",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"name": "Edith Evans",
|
||||
"status": "away",
|
||||
"nickname": "EE",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"name": "Joseph Siegel",
|
||||
"status": "away",
|
||||
"profile": "assets/images/users/avatar-7.jpg"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"name": "Ronald Downey",
|
||||
"status": "online",
|
||||
"nickname": "RD",
|
||||
"profile": "",
|
||||
"messagecount" : 18
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"name": "Justyn Wisoky",
|
||||
"status": "online",
|
||||
"profile": "assets/images/users/avatar-1.jpg"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"name": "Keaton King",
|
||||
"status": "online",
|
||||
"profile": "assets/images/users/avatar-5.jpg"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"nickname": "AC",
|
||||
"name": "Alice Cruickshank",
|
||||
"status": "online",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"nickname": "MM",
|
||||
"name": "Marian Moen",
|
||||
"status": "online",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"name": "Barrett Brown",
|
||||
"status": "online",
|
||||
"profile": "assets/images/users/avatar-4.jpg"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"name": "Victor Beahan",
|
||||
"status": "online",
|
||||
"profile": "assets/images/users/avatar-10.jpg"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"nickname": "GB",
|
||||
"name": "Gilbert Beer",
|
||||
"status": "online",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"name": "Wayne Runte",
|
||||
"status": "online",
|
||||
"profile": "assets/images/users/avatar-2.jpg"
|
||||
}
|
||||
]
|
||||
73
resources/json/chat-users-list.json
Executable file
73
resources/json/chat-users-list.json
Executable file
@@ -0,0 +1,73 @@
|
||||
[
|
||||
{
|
||||
"users": [
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Lisa Parker",
|
||||
"status": "online",
|
||||
"profile": "assets/images/users/avatar-2.jpg"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "Frank Thomas",
|
||||
"status": "online",
|
||||
"profile": "assets/images/users/avatar-3.jpg",
|
||||
"messagecount" : 8
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "Clifford Taylor",
|
||||
"status": "away",
|
||||
"nickname": "CT",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"name": "Janette Caster",
|
||||
"status": "online",
|
||||
"profile": "assets/images/users/avatar-4.jpg"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"name": "Sarah Beattie",
|
||||
"status": "online",
|
||||
"profile": "assets/images/users/avatar-5.jpg",
|
||||
"messagecount" : 5
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"name": "Nellie Cornett",
|
||||
"status": "away",
|
||||
"profile": "assets/images/users/avatar-6.jpg",
|
||||
"messagecount" : 2
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"name": "Chris Kiernan",
|
||||
"status": "online",
|
||||
"nickname": "CK",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"name": "Edith Evans",
|
||||
"status": "away",
|
||||
"nickname": "EE",
|
||||
"profile": ""
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"name": "Joseph Siegel",
|
||||
"status": "away",
|
||||
"profile": "assets/images/users/avatar-7.jpg"
|
||||
}
|
||||
],
|
||||
"channels": [
|
||||
{ "id": 10, "name": "Landing Design", "members": 12, "messagecount": 7 },
|
||||
{ "id": 11, "name": "General", "members": 10 },
|
||||
{ "id": 12, "name": "Project Tasks", "members": 24,"messagecount": 2 },
|
||||
{ "id": 13, "name": "Meeting", "members": 8 },
|
||||
{ "id": 14, "name": "Reporting", "members": 16 }
|
||||
]
|
||||
}
|
||||
]
|
||||
142
resources/json/chats.json
Executable file
142
resources/json/chats.json
Executable file
@@ -0,0 +1,142 @@
|
||||
[
|
||||
{
|
||||
"chats": [
|
||||
{
|
||||
|
||||
"id": 1,
|
||||
"from_id": 2,
|
||||
"to_id": 1,
|
||||
"msg": "Good morning 😊",
|
||||
"has_dropDown": true,
|
||||
"has_images": [],
|
||||
"has_files": [],
|
||||
"datetime": "09:07 am",
|
||||
"isReplied": 2
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"from_id": 1,
|
||||
"to_id": 2,
|
||||
"has_dropDown": true,
|
||||
"msg": "Good morning, How are you? What about our next meeting?",
|
||||
"has_images": [],
|
||||
"has_files": [],
|
||||
"datetime": "09:08 am",
|
||||
"isReplied": 1
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"from_id": 2,
|
||||
"to_id": 1,
|
||||
"has_dropDown": true,
|
||||
"msg": "Yeah everything is fine. Our next meeting tomorrow at 10.00 AM",
|
||||
"has_images": [],
|
||||
"has_files": [],
|
||||
"datetime": "09:10 am",
|
||||
"isReplied": 2
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"from_id": 2,
|
||||
"to_id": 1,
|
||||
"has_dropDown": true,
|
||||
"msg": "Hey, I'm going to meet a friend of mine at the department store. I have to buy some presents for my parents 🎁.",
|
||||
"has_images": [],
|
||||
"has_files": [],
|
||||
"datetime": "09:12 am",
|
||||
"isReplied": 2
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"from_id": 1,
|
||||
"to_id": 2,
|
||||
"msg": "Wow that's great",
|
||||
"has_dropDown": true,
|
||||
"has_images": [],
|
||||
"has_files": [],
|
||||
"datetime": "09:30 am",
|
||||
"isReplied": 1
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"from_id": 2,
|
||||
"to_id": 1,
|
||||
"msg": null,
|
||||
"has_dropDown": false,
|
||||
"has_images": ["assets/images/small/img-1.jpg","assets/images/small/img-2.jpg"],
|
||||
"has_files": [],
|
||||
"datetime": "10:15 am",
|
||||
"isReplied": 1
|
||||
}
|
||||
],
|
||||
|
||||
"channel_chat" :[
|
||||
{
|
||||
"id": 1,
|
||||
"from_id": 2,
|
||||
"to_id": 1,
|
||||
"msg": "Good morning Everyone",
|
||||
"has_dropDown": true,
|
||||
"has_images": [],
|
||||
"has_files": [],
|
||||
"datetime": "10:07 am",
|
||||
"isReplied": []
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"from_id": 1,
|
||||
"to_id": 2,
|
||||
"has_dropDown": true,
|
||||
"msg": "Good morning, How are you? What about our next meeting?",
|
||||
"has_images": [],
|
||||
"has_files": [],
|
||||
"datetime": "10:12 am",
|
||||
"isReplied": []
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"from_id": 7,
|
||||
"to_id": 6,
|
||||
"msg": "Yeah everything is fine, Our next meeting tomorrow at 10.00 am AM",
|
||||
"has_dropDown": true,
|
||||
"has_images": [],
|
||||
"has_files": [],
|
||||
"datetime": "10:13 am",
|
||||
"isReplied": []
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"from_id": 7,
|
||||
"to_id": 6,
|
||||
"has_dropDown": true,
|
||||
"msg": "Wow that's great",
|
||||
"has_images": [],
|
||||
"has_files": [],
|
||||
"datetime": "10:14 am",
|
||||
"isReplied": []
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"from_id": 1,
|
||||
"to_id": 2,
|
||||
"has_dropDown": true,
|
||||
"msg": "@Jean Berwick, Please Assign AB-123 to me",
|
||||
"has_images": [],
|
||||
"has_files": [],
|
||||
"datetime": "10:14 am",
|
||||
"isReplied": []
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"from_id": 2,
|
||||
"to_id":1,
|
||||
"msg": "Okay, Sure",
|
||||
"has_dropDown": true,
|
||||
"has_images": [],
|
||||
"has_files": [],
|
||||
"datetime": "10:15 am",
|
||||
"isReplied": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
132
resources/json/company-list.json
Executable file
132
resources/json/company-list.json
Executable file
@@ -0,0 +1,132 @@
|
||||
[
|
||||
{
|
||||
"id": "1",
|
||||
"name": "Nesta Technologies",
|
||||
"owner": "Tonya Noble",
|
||||
"industry_type": "Computer Industry",
|
||||
"star_value": "4.5",
|
||||
"location": "Los Angeles, USA",
|
||||
"employee": "10-30",
|
||||
"website": "www.abcd.com",
|
||||
"contact_email": "info@abcd.com",
|
||||
"since": "1995",
|
||||
"image_src": "assets/images/brands/dribbble.png"
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"name": "iTest Factory",
|
||||
"owner": "Thomas Taylor",
|
||||
"industry_type": "Chemical Industries",
|
||||
"star_value": "3.8",
|
||||
"location": "Berlin, Germany",
|
||||
"employee": "10-15",
|
||||
"website": "www.itesttech.com",
|
||||
"contact_email": "info@itesttech.com",
|
||||
"since": "2005",
|
||||
"image_src": "assets/images/brands/bitbucket.png"
|
||||
},
|
||||
{
|
||||
"id": "3",
|
||||
"name": "Force Medicines",
|
||||
"owner": "Glen Matney",
|
||||
"industry_type": "Health Services",
|
||||
"star_value": "3.1",
|
||||
"location": "Phoenix, USA",
|
||||
"employee": "10-15",
|
||||
"website": "www.forcemedicine.com",
|
||||
"contact_email": "info@forcemedicine.com",
|
||||
"since": "1998",
|
||||
"image_src": "assets/images/companies/img-8.png"
|
||||
},
|
||||
{
|
||||
"id": "4",
|
||||
"name": "Digitech Galaxy",
|
||||
"owner": "Alexis Clarke",
|
||||
"industry_type": "Telecommunications Services",
|
||||
"star_value": "3.2",
|
||||
"location": "Bogota, Colombia",
|
||||
"employee": "10-25",
|
||||
"website": "www.digitech.com",
|
||||
"contact_email": "info@digitech.com",
|
||||
"since": "1992",
|
||||
"image_src": "assets/images/companies/img-1.png"
|
||||
},
|
||||
{
|
||||
"id": "5",
|
||||
"name": "Zoetic Fashion",
|
||||
"owner": "James Price",
|
||||
"industry_type": "Textiles: Clothing, Footwear",
|
||||
"star_value": "4.4",
|
||||
"location": "Brasilia, Brazil",
|
||||
"employee": "10-30",
|
||||
"website": "www.zoetic.com",
|
||||
"contact_email": "info@zoetic.com",
|
||||
"since": "1993",
|
||||
"image_src": "assets/images/companies/img-6.png"
|
||||
},
|
||||
{
|
||||
"id": "6",
|
||||
"name": "Micro Design",
|
||||
"owner": "Mary Cousar",
|
||||
"industry_type": "Financial Services",
|
||||
"star_value": "2.7",
|
||||
"location": "Windhoek, Namibia",
|
||||
"employee": "10-20",
|
||||
"website": "www.microdesign.com",
|
||||
"contact_email": "info@microdesign.com",
|
||||
"since": "2005",
|
||||
"image_src": "assets/images/brands/dropbox.png"
|
||||
},
|
||||
{
|
||||
"id": "7",
|
||||
"name": "Syntyce Solutions",
|
||||
"owner": "Michael Morris",
|
||||
"industry_type": "Chemical Industries",
|
||||
"star_value": "4.0",
|
||||
"location": "Damascus, Syria",
|
||||
"employee": "01-15",
|
||||
"website": "www.syntycesolu.com",
|
||||
"contact_email": "info@syntycesolu.com",
|
||||
"since": "1991",
|
||||
"image_src": "assets/images/brands/mail_chimp.png"
|
||||
},
|
||||
{
|
||||
"id": "8",
|
||||
"name": "Meta4Systems",
|
||||
"owner": "Nancy Martino",
|
||||
"industry_type": "Computer Industry",
|
||||
"star_value": "3.3",
|
||||
"location": "London, UK",
|
||||
"employee": "01-10",
|
||||
"website": "www.meta4systems.com",
|
||||
"contact_email": "info@meta4systems.com",
|
||||
"since": "1989",
|
||||
"image_src": "assets/images/companies/img-3.png"
|
||||
},
|
||||
{
|
||||
"id": "9",
|
||||
"name": "Moetic Fashion",
|
||||
"owner": "Timothy Smith",
|
||||
"industry_type": "Textiles: Clothing, Footwear",
|
||||
"star_value": "4.9",
|
||||
"location": "Damascus, Syria",
|
||||
"employee": "05-50",
|
||||
"website": "www.moetic.com",
|
||||
"contact_email": "info@moetic.com",
|
||||
"since": "1975",
|
||||
"image_src": "assets/images/companies/img-4.png"
|
||||
},
|
||||
{
|
||||
"id": "10",
|
||||
"name": "Syntyce Solutions",
|
||||
"owner": "Herbert Stokes",
|
||||
"industry_type": "Health Services",
|
||||
"star_value": "2.9",
|
||||
"location": "Berlin, Germany",
|
||||
"employee": "01-60",
|
||||
"website": "www.syntyce.com",
|
||||
"contact_email": "info@syntyce.com",
|
||||
"since": "2009",
|
||||
"image_src": "assets/images/brands/slack.png"
|
||||
}
|
||||
]
|
||||
112
resources/json/contact-list.json
Executable file
112
resources/json/contact-list.json
Executable file
@@ -0,0 +1,112 @@
|
||||
[
|
||||
{
|
||||
"id": "1",
|
||||
"name": ["assets/images/users/avatar-9.jpg", "Thomas Taylor"],
|
||||
"company_name": "iTest Factory",
|
||||
"designation": "UI / UX Designer",
|
||||
"date": "2012-04-23T18:25:43.511Z",
|
||||
"email_id": "thomastaylor@velzon.com",
|
||||
"phone": "580-464-4694",
|
||||
"lead_score": "236",
|
||||
"tags": ["Partner"]
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"name": ["assets/images/users/avatar-2.jpg", "Nancy Martino"],
|
||||
"company_name": "Force Medicines",
|
||||
"designation": "PHP Developer",
|
||||
"date": "2019-03-20T18:25:43.511Z",
|
||||
"email_id": "786-253-9927",
|
||||
"phone": "786-253-9927",
|
||||
"lead_score": "197",
|
||||
"tags": ["Long-term", "Lead"]
|
||||
},
|
||||
{
|
||||
"id": "3",
|
||||
"name": ["assets/images/users/avatar-4.jpg", "Alexis Clarke"],
|
||||
"company_name": "Android Galaxy",
|
||||
"designation": "Asp.Net Developer",
|
||||
"date": "2018-10-11T19:30:43.511Z",
|
||||
"email_id": "alexisclarke@velzon.com",
|
||||
"phone": "515-395-1069",
|
||||
"lead_score": "369",
|
||||
"tags": ["Lead", "Partner"]
|
||||
},
|
||||
{
|
||||
"id": "4",
|
||||
"name": ["assets/images/users/avatar-3.jpg", "James Price"],
|
||||
"company_name": "Themesbrand",
|
||||
"designation": "Lead Developer",
|
||||
"date": "2018-11-12T12:25:50.511Z",
|
||||
"email_id": "jamesprice@velzon.com",
|
||||
"phone": "646-276-2274",
|
||||
"lead_score": "81",
|
||||
"tags": ["Lead"]
|
||||
},
|
||||
{
|
||||
"id": "5",
|
||||
"name": ["assets/images/users/avatar-5.jpg", "Mary Cousar"],
|
||||
"company_name": "Micro Design",
|
||||
"designation": "Full Stack Developer",
|
||||
"date": "2015-03-20T18:25:43.511Z",
|
||||
"email_id": "marycousar@velzon.com",
|
||||
"phone": "540-575-0991",
|
||||
"lead_score": "643",
|
||||
"tags": ["Exiting"]
|
||||
},
|
||||
{
|
||||
"id": "6",
|
||||
"name": ["assets/images/users/avatar-6.jpg", "Herbert Stokes"],
|
||||
"company_name": "Themesbrand",
|
||||
"designation": "Mean Stack Developer",
|
||||
"date": "2012-05-10T10:25:55.511Z",
|
||||
"email_id": "herbertstokes@velzon.com",
|
||||
"phone": "949-791-0614",
|
||||
"lead_score": "784",
|
||||
"tags": ["Exiting", "Lead", "Partner"]
|
||||
},
|
||||
{
|
||||
"id": "7",
|
||||
"name": ["assets/images/users/avatar-7.jpg", "Michael Morris"],
|
||||
"company_name": "Syntyce Solutions",
|
||||
"designation": "NodeJS Developer",
|
||||
"date": "2021-08-12T18:25:43.511Z",
|
||||
"email_id": "timothysmith@velzon.com",
|
||||
"phone": "231-480-8536",
|
||||
"lead_score": "732",
|
||||
"tags": ["Lead", "Partner"]
|
||||
},
|
||||
{
|
||||
"id": "8",
|
||||
"name": ["assets/images/users/avatar-9.jpg", "Timothy Smith"],
|
||||
"company_name": "Digitech Galaxy",
|
||||
"designation": "Assitant Developer",
|
||||
"date": "2017-09-18T18:36:10.511Z",
|
||||
"email_id": "tonyanoble@velzon.com",
|
||||
"phone": "414-453-5725",
|
||||
"lead_score": "154",
|
||||
"tags": ["Partner"]
|
||||
},
|
||||
{
|
||||
"id": "9",
|
||||
"name": ["assets/images/users/avatar-8.jpg", "Kevin Dawson"],
|
||||
"company_name": "Meta4Systems",
|
||||
"designation": "Senoir Developer",
|
||||
"date": "2011-06-09T22:30:43.511Z",
|
||||
"email_id": "kevindawson@velzon.com",
|
||||
"phone": "745-321-9874",
|
||||
"lead_score": "500",
|
||||
"tags": ["Lead"]
|
||||
},
|
||||
{
|
||||
"id": "10",
|
||||
"name": ["assets/images/users/avatar-10.jpg", "Tonya Noble"],
|
||||
"company_name": "Nesta Technologies",
|
||||
"designation": "Lead Designer / Developer",
|
||||
"date": "2012-04-23T18:25:43.511Z",
|
||||
"email_id": "tonyanoble@velzon.com",
|
||||
"phone": "414-453-5725",
|
||||
"lead_score": "225",
|
||||
"tags": ["Lead", "Partner"]
|
||||
}
|
||||
]
|
||||
1532
resources/json/country-list.json
Executable file
1532
resources/json/country-list.json
Executable file
File diff suppressed because it is too large
Load Diff
82
resources/json/customer-list.json
Executable file
82
resources/json/customer-list.json
Executable file
@@ -0,0 +1,82 @@
|
||||
[
|
||||
{
|
||||
"id": "1",
|
||||
"customer_name": "Mary Cousar",
|
||||
"email": "marycousar@velzon.com",
|
||||
"date": "06 Apr, 2021",
|
||||
"phone": "580-464-4694",
|
||||
"status":"Active"
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"customer_name": "Jeff Taylor",
|
||||
"email": "jefftaylor@velzon.com",
|
||||
"date": "15 Feb, 2021",
|
||||
"phone": "863-577-5537",
|
||||
"status":"Active"
|
||||
},
|
||||
{
|
||||
"id": "3",
|
||||
"customer_name": "Robert McMahon",
|
||||
"email": "robertmcmahon@velzon.com",
|
||||
"date": "12 Jan, 2021",
|
||||
"phone": "786-253-9927",
|
||||
"status":"Active"
|
||||
},
|
||||
{
|
||||
"id": "4",
|
||||
"customer_name": "Michael Morris",
|
||||
"email": "michaelmorris@velzon.com",
|
||||
"date": "19 May, 2021",
|
||||
"phone": "805-447-8398",
|
||||
"status":"Block"
|
||||
},
|
||||
{
|
||||
"id": "5",
|
||||
"customer_name": "Kevin Dawson",
|
||||
"email": "kevindawson@velzon.com",
|
||||
"date": "14 Mar, 2021",
|
||||
"phone": "213-741-4294",
|
||||
"status":"Active"
|
||||
},
|
||||
{
|
||||
"id": "6",
|
||||
"customer_name": "Carolyn Jones",
|
||||
"email": "carolynjones@velzon.com",
|
||||
"date": "07 Jun, 2021",
|
||||
"phone": "414-453-5725",
|
||||
"status":"Active"
|
||||
},
|
||||
{
|
||||
"id": "7",
|
||||
"customer_name": "Glen Matney",
|
||||
"email": "glenmatney@velzon.com",
|
||||
"date": "515-395-1069",
|
||||
"phone": "02 Nov, 2021",
|
||||
"status":"Active"
|
||||
},
|
||||
{
|
||||
"id": "8",
|
||||
"customer_name": "Charles Kubik",
|
||||
"email": "charleskubik@velzon.com",
|
||||
"date": "25 Sep, 2021",
|
||||
"phone": "231-480-8536",
|
||||
"status":"Block"
|
||||
},
|
||||
{
|
||||
"id": "9",
|
||||
"customer_name": "Herbert Stokes",
|
||||
"email": "herbertstokes@velzon.com",
|
||||
"date": "20 Jul, 2021",
|
||||
"phone": "312-944-1448",
|
||||
"status":"Block"
|
||||
},
|
||||
{
|
||||
"id": "10",
|
||||
"customer_name": "Timothy Smith",
|
||||
"email": "timothysmith@velzon.com",
|
||||
"date": "13 Dec, 2021",
|
||||
"phone": "973-277-6950",
|
||||
"status":"Active"
|
||||
}
|
||||
]
|
||||
460
resources/json/datatable.json
Executable file
460
resources/json/datatable.json
Executable file
@@ -0,0 +1,460 @@
|
||||
{
|
||||
"data": [
|
||||
[
|
||||
"Tiger Nixon",
|
||||
"System Architect",
|
||||
"Edinburgh",
|
||||
"5421",
|
||||
"2011/04/25",
|
||||
"$320,800"
|
||||
],
|
||||
[
|
||||
"Garrett Winters",
|
||||
"Accountant",
|
||||
"Tokyo",
|
||||
"8422",
|
||||
"2011/07/25",
|
||||
"$170,750"
|
||||
],
|
||||
[
|
||||
"Ashton Cox",
|
||||
"Junior Technical Author",
|
||||
"San Francisco",
|
||||
"1562",
|
||||
"2009/01/12",
|
||||
"$86,000"
|
||||
],
|
||||
[
|
||||
"Cedric Kelly",
|
||||
"Senior Javascript Developer",
|
||||
"Edinburgh",
|
||||
"6224",
|
||||
"2012/03/29",
|
||||
"$433,060"
|
||||
],
|
||||
[
|
||||
"Airi Satou",
|
||||
"Accountant",
|
||||
"Tokyo",
|
||||
"5407",
|
||||
"2008/11/28",
|
||||
"$162,700"
|
||||
],
|
||||
[
|
||||
"Brielle Williamson",
|
||||
"Integration Specialist",
|
||||
"New York",
|
||||
"4804",
|
||||
"2012/12/02",
|
||||
"$372,000"
|
||||
],
|
||||
[
|
||||
"Herrod Chandler",
|
||||
"Sales Assistant",
|
||||
"San Francisco",
|
||||
"9608",
|
||||
"2012/08/06",
|
||||
"$137,500"
|
||||
],
|
||||
[
|
||||
"Rhona Davidson",
|
||||
"Integration Specialist",
|
||||
"Tokyo",
|
||||
"6200",
|
||||
"2010/10/14",
|
||||
"$327,900"
|
||||
],
|
||||
[
|
||||
"Colleen Hurst",
|
||||
"Javascript Developer",
|
||||
"San Francisco",
|
||||
"2360",
|
||||
"2009/09/15",
|
||||
"$205,500"
|
||||
],
|
||||
[
|
||||
"Sonya Frost",
|
||||
"Software Engineer",
|
||||
"Edinburgh",
|
||||
"1667",
|
||||
"2008/12/13",
|
||||
"$103,600"
|
||||
],
|
||||
[
|
||||
"Jena Gaines",
|
||||
"Office Manager",
|
||||
"London",
|
||||
"3814",
|
||||
"2008/12/19",
|
||||
"$90,560"
|
||||
],
|
||||
[
|
||||
"Quinn Flynn",
|
||||
"Support Lead",
|
||||
"Edinburgh",
|
||||
"9497",
|
||||
"2013/03/03",
|
||||
"$342,000"
|
||||
],
|
||||
[
|
||||
"Charde Marshall",
|
||||
"Regional Director",
|
||||
"San Francisco",
|
||||
"6741",
|
||||
"2008/10/16",
|
||||
"$470,600"
|
||||
],
|
||||
[
|
||||
"Haley Kennedy",
|
||||
"Senior Marketing Designer",
|
||||
"London",
|
||||
"3597",
|
||||
"2012/12/18",
|
||||
"$313,500"
|
||||
],
|
||||
[
|
||||
"Tatyana Fitzpatrick",
|
||||
"Regional Director",
|
||||
"London",
|
||||
"1965",
|
||||
"2010/03/17",
|
||||
"$385,750"
|
||||
],
|
||||
[
|
||||
"Michael Silva",
|
||||
"Marketing Designer",
|
||||
"London",
|
||||
"1581",
|
||||
"2012/11/27",
|
||||
"$198,500"
|
||||
],
|
||||
[
|
||||
"Paul Byrd",
|
||||
"Chief Financial Officer (CFO)",
|
||||
"New York",
|
||||
"3059",
|
||||
"2010/06/09",
|
||||
"$725,000"
|
||||
],
|
||||
[
|
||||
"Gloria Little",
|
||||
"Systems Administrator",
|
||||
"New York",
|
||||
"1721",
|
||||
"2009/04/10",
|
||||
"$237,500"
|
||||
],
|
||||
[
|
||||
"Bradley Greer",
|
||||
"Software Engineer",
|
||||
"London",
|
||||
"2558",
|
||||
"2012/10/13",
|
||||
"$132,000"
|
||||
],
|
||||
[
|
||||
"Dai Rios",
|
||||
"Personnel Lead",
|
||||
"Edinburgh",
|
||||
"2290",
|
||||
"2012/09/26",
|
||||
"$217,500"
|
||||
],
|
||||
[
|
||||
"Jenette Caldwell",
|
||||
"Development Lead",
|
||||
"New York",
|
||||
"1937",
|
||||
"2011/09/03",
|
||||
"$345,000"
|
||||
],
|
||||
[
|
||||
"Yuri Berry",
|
||||
"Chief Marketing Officer (CMO)",
|
||||
"New York",
|
||||
"6154",
|
||||
"2009/06/25",
|
||||
"$675,000"
|
||||
],
|
||||
[
|
||||
"Caesar Vance",
|
||||
"Pre-Sales Support",
|
||||
"New York",
|
||||
"8330",
|
||||
"2011/12/12",
|
||||
"$106,450"
|
||||
],
|
||||
[
|
||||
"Doris Wilder",
|
||||
"Sales Assistant",
|
||||
"Sydney",
|
||||
"3023",
|
||||
"2010/09/20",
|
||||
"$85,600"
|
||||
],
|
||||
[
|
||||
"Angelica Ramos",
|
||||
"Chief Executive Officer (CEO)",
|
||||
"London",
|
||||
"5797",
|
||||
"2009/10/09",
|
||||
"$1,200,000"
|
||||
],
|
||||
[
|
||||
"Gavin Joyce",
|
||||
"Developer",
|
||||
"Edinburgh",
|
||||
"8822",
|
||||
"2010/12/22",
|
||||
"$92,575"
|
||||
],
|
||||
[
|
||||
"Jennifer Chang",
|
||||
"Regional Director",
|
||||
"Singapore",
|
||||
"9239",
|
||||
"2010/11/14",
|
||||
"$357,650"
|
||||
],
|
||||
[
|
||||
"Brenden Wagner",
|
||||
"Software Engineer",
|
||||
"San Francisco",
|
||||
"1314",
|
||||
"2011/06/07",
|
||||
"$206,850"
|
||||
],
|
||||
[
|
||||
"Fiona Green",
|
||||
"Chief Operating Officer (COO)",
|
||||
"San Francisco",
|
||||
"2947",
|
||||
"2010/03/11",
|
||||
"$850,000"
|
||||
],
|
||||
[
|
||||
"Shou Itou",
|
||||
"Regional Marketing",
|
||||
"Tokyo",
|
||||
"8899",
|
||||
"2011/08/14",
|
||||
"$163,000"
|
||||
],
|
||||
[
|
||||
"Michelle House",
|
||||
"Integration Specialist",
|
||||
"Sydney",
|
||||
"2769",
|
||||
"2011/06/02",
|
||||
"$95,400"
|
||||
],
|
||||
[
|
||||
"Suki Burks",
|
||||
"Developer",
|
||||
"London",
|
||||
"6832",
|
||||
"2009/10/22",
|
||||
"$114,500"
|
||||
],
|
||||
[
|
||||
"Prescott Bartlett",
|
||||
"Technical Author",
|
||||
"London",
|
||||
"3606",
|
||||
"2011/05/07",
|
||||
"$145,000"
|
||||
],
|
||||
[
|
||||
"Gavin Cortez",
|
||||
"Team Leader",
|
||||
"San Francisco",
|
||||
"2860",
|
||||
"2008/10/26",
|
||||
"$235,500"
|
||||
],
|
||||
[
|
||||
"Martena Mccray",
|
||||
"Post-Sales support",
|
||||
"Edinburgh",
|
||||
"8240",
|
||||
"2011/03/09",
|
||||
"$324,050"
|
||||
],
|
||||
[
|
||||
"Unity Butler",
|
||||
"Marketing Designer",
|
||||
"San Francisco",
|
||||
"5384",
|
||||
"2009/12/09",
|
||||
"$85,675"
|
||||
],
|
||||
[
|
||||
"Howard Hatfield",
|
||||
"Office Manager",
|
||||
"San Francisco",
|
||||
"7031",
|
||||
"2008/12/16",
|
||||
"$164,500"
|
||||
],
|
||||
[
|
||||
"Hope Fuentes",
|
||||
"Secretary",
|
||||
"San Francisco",
|
||||
"6318",
|
||||
"2010/02/12",
|
||||
"$109,850"
|
||||
],
|
||||
[
|
||||
"Vivian Harrell",
|
||||
"Financial Controller",
|
||||
"San Francisco",
|
||||
"9422",
|
||||
"2009/02/14",
|
||||
"$452,500"
|
||||
],
|
||||
[
|
||||
"Timothy Mooney",
|
||||
"Office Manager",
|
||||
"London",
|
||||
"7580",
|
||||
"2008/12/11",
|
||||
"$136,200"
|
||||
],
|
||||
[
|
||||
"Jackson Bradshaw",
|
||||
"Director",
|
||||
"New York",
|
||||
"1042",
|
||||
"2008/09/26",
|
||||
"$645,750"
|
||||
],
|
||||
[
|
||||
"Olivia Liang",
|
||||
"Support Engineer",
|
||||
"Singapore",
|
||||
"2120",
|
||||
"2011/02/03",
|
||||
"$234,500"
|
||||
],
|
||||
[
|
||||
"Bruno Nash",
|
||||
"Software Engineer",
|
||||
"London",
|
||||
"6222",
|
||||
"2011/05/03",
|
||||
"$163,500"
|
||||
],
|
||||
[
|
||||
"Sakura Yamamoto",
|
||||
"Support Engineer",
|
||||
"Tokyo",
|
||||
"9383",
|
||||
"2009/08/19",
|
||||
"$139,575"
|
||||
],
|
||||
[
|
||||
"Thor Walton",
|
||||
"Developer",
|
||||
"New York",
|
||||
"8327",
|
||||
"2013/08/11",
|
||||
"$98,540"
|
||||
],
|
||||
[
|
||||
"Finn Camacho",
|
||||
"Support Engineer",
|
||||
"San Francisco",
|
||||
"2927",
|
||||
"2009/07/07",
|
||||
"$87,500"
|
||||
],
|
||||
[
|
||||
"Serge Baldwin",
|
||||
"Data Coordinator",
|
||||
"Singapore",
|
||||
"8352",
|
||||
"2012/04/09",
|
||||
"$138,575"
|
||||
],
|
||||
[
|
||||
"Zenaida Frank",
|
||||
"Software Engineer",
|
||||
"New York",
|
||||
"7439",
|
||||
"2010/01/04",
|
||||
"$125,250"
|
||||
],
|
||||
[
|
||||
"Zorita Serrano",
|
||||
"Software Engineer",
|
||||
"San Francisco",
|
||||
"4389",
|
||||
"2012/06/01",
|
||||
"$115,000"
|
||||
],
|
||||
[
|
||||
"Jennifer Acosta",
|
||||
"Junior Javascript Developer",
|
||||
"Edinburgh",
|
||||
"3431",
|
||||
"2013/02/01",
|
||||
"$75,650"
|
||||
],
|
||||
[
|
||||
"Cara Stevens",
|
||||
"Sales Assistant",
|
||||
"New York",
|
||||
"3990",
|
||||
"2011/12/06",
|
||||
"$145,600"
|
||||
],
|
||||
[
|
||||
"Hermione Butler",
|
||||
"Regional Director",
|
||||
"London",
|
||||
"1016",
|
||||
"2011/03/21",
|
||||
"$356,250"
|
||||
],
|
||||
[
|
||||
"Lael Greer",
|
||||
"Systems Administrator",
|
||||
"London",
|
||||
"6733",
|
||||
"2009/02/27",
|
||||
"$103,500"
|
||||
],
|
||||
[
|
||||
"Jonas Alexander",
|
||||
"Developer",
|
||||
"San Francisco",
|
||||
"8196",
|
||||
"2010/07/14",
|
||||
"$86,500"
|
||||
],
|
||||
[
|
||||
"Shad Decker",
|
||||
"Regional Director",
|
||||
"Edinburgh",
|
||||
"6373",
|
||||
"2008/11/13",
|
||||
"$183,000"
|
||||
],
|
||||
[
|
||||
"Michael Bruce",
|
||||
"Javascript Developer",
|
||||
"Singapore",
|
||||
"5384",
|
||||
"2011/06/27",
|
||||
"$183,000"
|
||||
],
|
||||
[
|
||||
"Donna Snider",
|
||||
"Customer Support",
|
||||
"New York",
|
||||
"4226",
|
||||
"2011/01/25",
|
||||
"$112,000"
|
||||
]
|
||||
]
|
||||
}
|
||||
47
resources/json/filemanager-filelist.json
Executable file
47
resources/json/filemanager-filelist.json
Executable file
@@ -0,0 +1,47 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"fileName": "logo-dark.png",
|
||||
"filetype": "Media",
|
||||
"fileItem": "01",
|
||||
"fileSize": "1.3 MB",
|
||||
"date": "24 May, 2022",
|
||||
"starred": false
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"fileName": "velzon-invoice.pdf",
|
||||
"filetype": "Documents",
|
||||
"fileItem": "01",
|
||||
"fileSize": "1.1 MB",
|
||||
"date": "05 May, 2022",
|
||||
"starred": true
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"fileName": "Velzon React",
|
||||
"filetype": "Media",
|
||||
"fileItem": "367",
|
||||
"fileSize": "934 MB",
|
||||
"date": "28 Apr, 2022",
|
||||
"starred": false
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"fileName": "html.docx",
|
||||
"filetype": "Documents",
|
||||
"fileItem": "01",
|
||||
"fileSize": "0.3 KB",
|
||||
"date": "19 Apr, 2022",
|
||||
"starred": false
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"fileName": "default.jpg",
|
||||
"filetype": "Media",
|
||||
"fileItem": "01",
|
||||
"fileSize": "1.7 MB",
|
||||
"date": "06 Apr, 2022",
|
||||
"starred": true
|
||||
}
|
||||
]
|
||||
113
resources/json/leads-list.json
Executable file
113
resources/json/leads-list.json
Executable file
@@ -0,0 +1,113 @@
|
||||
[
|
||||
{
|
||||
"id": "1",
|
||||
"image_src": "assets/images/users/avatar-4.jpg",
|
||||
"name": "Alexis Clarke",
|
||||
"company_name": "Force Medicines",
|
||||
"date": "07 Apr, 2021",
|
||||
"leads_score": "147",
|
||||
"phone": "580-464-4694",
|
||||
"location": "Los Angeles, USA",
|
||||
"tags": ["Partner"]
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"image_src": "assets/images/users/avatar-3.jpg",
|
||||
"name": "James Morris",
|
||||
"company_name": "iTest Factory",
|
||||
"date": "15 Feb, 2021",
|
||||
"leads_score": "230",
|
||||
"phone": "863-577-5537",
|
||||
"location": "Phoenix, USA",
|
||||
"tags": ["Long-term", "Lead"]
|
||||
},
|
||||
{
|
||||
"id": "3",
|
||||
"image_src": "assets/images/users/avatar-2.jpg",
|
||||
"name": "Nancy Martino",
|
||||
"company_name": "Syntyce Solutions",
|
||||
"date": "02 Jan, 2022",
|
||||
"leads_score": "159",
|
||||
"phone": "786-253-9927",
|
||||
"location": "London, UK",
|
||||
"tags": ["Lead", "Partner"]
|
||||
},
|
||||
{
|
||||
"id": "4",
|
||||
"image_src": "assets/images/users/avatar-7.jpg",
|
||||
"name": "Michael Morris",
|
||||
"company_name": "Micro Design",
|
||||
"date": "19 May, 2021",
|
||||
"leads_score": "352",
|
||||
"phone": "856-253-9927",
|
||||
"location": "Damascus, Syria",
|
||||
"tags": ["Lead"]
|
||||
},
|
||||
{
|
||||
"id": "5",
|
||||
"image_src": "assets/images/users/avatar-8.jpg",
|
||||
"name": "Kevin Dawson",
|
||||
"company_name": "Nesta Technologies",
|
||||
"date": "14 Apr, 2021",
|
||||
"leads_score": "78",
|
||||
"phone": "213-741-4294",
|
||||
"location": "Bogota, Colombia",
|
||||
"tags": ["Exiting"]
|
||||
},
|
||||
{
|
||||
"id": "6",
|
||||
"image_src": "assets/images/users/avatar-6.jpg",
|
||||
"name": "Herbert Stokes",
|
||||
"company_name": "Zoetic Fashion",
|
||||
"date": "07 Jun, 2020",
|
||||
"leads_score": "85",
|
||||
"phone": "414-453-5725",
|
||||
"location": "Windhoek, Namibia",
|
||||
"tags": ["Exiting", "Lead", "Partner"]
|
||||
},
|
||||
{
|
||||
"id": "7",
|
||||
"image_src": "assets/images/users/avatar-5.jpg",
|
||||
"name": "Glen Matney",
|
||||
"company_name": "Moetic Fashion",
|
||||
"date": "19 May, 2021",
|
||||
"leads_score": "365",
|
||||
"phone": "515-395-1069",
|
||||
"location": "Berlin, Germany",
|
||||
"tags": ["Lead", "Partner"]
|
||||
},
|
||||
{
|
||||
"id": "8",
|
||||
"image_src": "assets/images/users/avatar-1.jpg",
|
||||
"name": "Charles Kubik",
|
||||
"company_name": "Syntyce Solutions",
|
||||
"date": "25 Sep, 2021",
|
||||
"leads_score": "236",
|
||||
"phone": "231-480-8536",
|
||||
"location": "Brasilia, Brazil",
|
||||
"tags": ["Partner"]
|
||||
},
|
||||
{
|
||||
"id": "9",
|
||||
"image_src": "assets/images/users/avatar-9.jpg",
|
||||
"name": "Thomas Taylor",
|
||||
"company_name": "Digitech Galaxy",
|
||||
"date": "28 Feb, 2019",
|
||||
"leads_score": "754",
|
||||
"phone": "536-480-8536",
|
||||
"location": "Windhoek, Namibia",
|
||||
"tags": ["Lead"]
|
||||
},
|
||||
{
|
||||
"id": "10",
|
||||
"image_src": "assets/images/users/avatar-10.jpg",
|
||||
"name": "Tonya Noble",
|
||||
"company_name": "Micro Design",
|
||||
"date": "23 Nov, 2021",
|
||||
"leads_score": "193",
|
||||
"phone": "745-321-9874",
|
||||
"location": "London, UK",
|
||||
"tags": ["Lead", "Partner"]
|
||||
}
|
||||
|
||||
]
|
||||
276
resources/json/mail-list.init.json
Executable file
276
resources/json/mail-list.init.json
Executable file
@@ -0,0 +1,276 @@
|
||||
[
|
||||
{
|
||||
"primary": [
|
||||
{
|
||||
"id": 1,
|
||||
"starred": true,
|
||||
"readed" : true,
|
||||
"name": "Peter, me",
|
||||
"title": "Hello",
|
||||
"description" : "Trip home from Colombo has been arranged, then Jenna will come get me from Stockholm. :)",
|
||||
"date" : "Mar 7",
|
||||
"tabtype" : "Inbox",
|
||||
"userImg": "assets/images/users/avatar-2.jpg",
|
||||
"labeltype": "Support"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"starred": true,
|
||||
"readed" : true,
|
||||
"name": "Susanna",
|
||||
"title": "Freelance - Since you asked... and i'm inconceivably bored at the train station",
|
||||
"description" : "Alright thanks. I'll have to re-book that somehow, i'll get back to you.",
|
||||
"date" : "Mar 7",
|
||||
"tabtype" : "Sent",
|
||||
"userImg": "assets/images/users/avatar-3.jpg",
|
||||
"labeltype": "Freelance"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"starred": false,
|
||||
"readed" : false,
|
||||
"name": "Web Support Dennis",
|
||||
"counted": 7,
|
||||
"title": "Re: New mail settings",
|
||||
"description" : "Will you answer him asap?",
|
||||
"date" : "Mar 5",
|
||||
"tabtype" : "Trash",
|
||||
"userImg": "assets/images/users/avatar-4.jpg",
|
||||
"labeltype": "Social"
|
||||
},{
|
||||
"id": 4,
|
||||
"starred": false,
|
||||
"readed" : true,
|
||||
"name": "Peter",
|
||||
"title": "Support - Off on Thursday",
|
||||
"description" : "Eff that place, you might as well stay here with us instead! Sent from my iPhone 4 4 mar 2014 at 5:55 pm",
|
||||
"date" : "Mar 4",
|
||||
"tabtype" : "Sent",
|
||||
"userImg": "assets/images/users/avatar-5.jpg",
|
||||
"labeltype": "Support"
|
||||
},{
|
||||
"id": 5,
|
||||
"starred": false,
|
||||
"readed" : true,
|
||||
"name": "Medium",
|
||||
"title": "Social - This Week's Top Stories",
|
||||
"description" : "Our top pick for you on Medium this week The Man Who Destroyed America’s Ego",
|
||||
"date" : "Feb 28",
|
||||
"tabtype" : "Inbox",
|
||||
"userImg": "assets/images/users/avatar-6.jpg",
|
||||
"labeltype": "Support"
|
||||
},{
|
||||
"id": 6,
|
||||
"starred": true,
|
||||
"readed" : true,
|
||||
"name": "Death to Stock",
|
||||
"title": "Montly High-Res Photos",
|
||||
"description" : "To create this month's pack, we hosted a party with local musician Jared Mahone here in Columbus, Ohio.",
|
||||
"date" : "Feb 28",
|
||||
"tabtype" : "Inbox",
|
||||
"userImg": "assets/images/users/user-dummy-img.jpg",
|
||||
"labeltype": "Friends"
|
||||
},{
|
||||
"id": 7,
|
||||
"starred": false,
|
||||
"readed" : false,
|
||||
"name": "Miller, me",
|
||||
"counted": 5,
|
||||
"title": "Family - Last pic over my village",
|
||||
"description" : "Yeah i'd like that! Do you remember the video you showed me of your train ride between Colombo and Kandy? The one with the mountain view? I would love to see that one again!",
|
||||
"date" : "Feb 27",
|
||||
"tabtype" : "Inbox",
|
||||
"userImg": "assets/images/users/avatar-8.jpg",
|
||||
"labeltype": "Freelance"
|
||||
},{
|
||||
"id": 7,
|
||||
"starred": false,
|
||||
"readed" : false,
|
||||
"name": "Andrew Zimmer",
|
||||
"counted": 2,
|
||||
"title": "Mochila Beta: Subscription Confirmed",
|
||||
"description" : "You've been confirmed! Welcome to the ruling class of the inbox. For your records, here is a copy of the information you submitted to us...",
|
||||
"date" : "Feb 27",
|
||||
"tabtype" : "Draft",
|
||||
"userImg": "assets/images/users/avatar-9.jpg",
|
||||
"labeltype": "Social"
|
||||
},{
|
||||
"id": 9,
|
||||
"starred": true,
|
||||
"readed" : true,
|
||||
"name": "Infinity HR",
|
||||
"title": "Sveriges Hetaste sommarjobb",
|
||||
"description" : "Hej Nicklas Sandell! Vi vill bjuda in dig till \"First tour 2014\", ett rekryteringsevent som erbjuder jobb på 16 semesterorter iSverige.",
|
||||
"date" : "Feb 27",
|
||||
"tabtype" : "Starred",
|
||||
"userImg": "assets/images/users/avatar-10.jpg",
|
||||
"labeltype": "Support"
|
||||
},{
|
||||
"id": 10,
|
||||
"starred": true,
|
||||
"readed" : true,
|
||||
"name": "Revibe",
|
||||
"title": "Friends - Weekend on Revibe",
|
||||
"description" : "Today's Friday and we thought maybe you want some music inspiration for the weekend. Here are some trending tracks and playlists we think you should give a listen!",
|
||||
"date" : "Feb 26",
|
||||
"tabtype" : "Starred",
|
||||
"userImg": "assets/images/users/user-dummy-img.jpg",
|
||||
"labeltype": "Support"
|
||||
},{
|
||||
"id": 11,
|
||||
"starred": false,
|
||||
"readed" : true,
|
||||
"name": "Erik, me",
|
||||
"title": "Regarding our meeting",
|
||||
"description" : "That's great, see you on Thursday!",
|
||||
"date" : "Feb 25",
|
||||
"tabtype" : "Inbox",
|
||||
"userImg": "assets/images/users/avatar-4.jpg",
|
||||
"labeltype": "Social"
|
||||
},{
|
||||
"id": 12,
|
||||
"starred": false,
|
||||
"readed" : false,
|
||||
"name": "KanbanFlow",
|
||||
"title": "Social - Task assigned: Clone ARP's website",
|
||||
"description" : "You have been assigned a task by Alex@Work on the board Web.",
|
||||
"date" : "Feb 24",
|
||||
"tabtype" : "Inbox",
|
||||
"userImg": "assets/images/users/avatar-5.jpg",
|
||||
"labeltype": "Friends"
|
||||
},{
|
||||
"id": 13,
|
||||
"starred": false,
|
||||
"readed" : false,
|
||||
"name": "Tobias Berggren",
|
||||
"title": "Let's go fishing!",
|
||||
"description" : "Hey, You wanna join me and Fred at the lake tomorrow? It'll be awesome.",
|
||||
"date" : "Feb 23",
|
||||
"tabtype" : "Inbox",
|
||||
"userImg": "assets/images/users/user-dummy-img.jpg",
|
||||
"labeltype": "Family"
|
||||
},{
|
||||
"id": 14,
|
||||
"starred": false,
|
||||
"readed" : true,
|
||||
"name": "Charukaw, me",
|
||||
"title": "Hey man",
|
||||
"description" : "Nah man sorry i don't. Should i get it?",
|
||||
"date" : "Feb 23",
|
||||
"tabtype" : "Important",
|
||||
"userImg": "assets/images/users/avatar-8.jpg",
|
||||
"labeltype": "Support"
|
||||
|
||||
},{
|
||||
"id": 15,
|
||||
"starred": true,
|
||||
"readed" : true,
|
||||
"name": "Peter",
|
||||
"title": "Support - Home again!",
|
||||
"description" : "That's just perfect! See you tomorrow.",
|
||||
"date" : "Feb 21",
|
||||
"tabtype" : "Starred",
|
||||
"userImg": "assets/images/users/avatar-10.jpg",
|
||||
"labeltype": "Freelance"
|
||||
},{
|
||||
"id": 16,
|
||||
"starred": true,
|
||||
"readed" : true,
|
||||
"name": "Stack Exchange",
|
||||
"title": "1 new items in your Stackexchange inbox",
|
||||
"description" : "The following items were added to your Stack Exchange global inbox since you last checked it.",
|
||||
"date" : "Feb 21",
|
||||
"tabtype" : "Starred",
|
||||
"userImg": "assets/images/users/user-dummy-img.jpg",
|
||||
"labeltype": "Freelance"
|
||||
},{
|
||||
"id": 17,
|
||||
"starred": false,
|
||||
"readed" : true,
|
||||
"name": "Google Drive Team",
|
||||
"title": "You can now use your storage in Google Drive",
|
||||
"description" : "Hey Nicklas Sandell! Thank you for purchasing extra storage space in Google Drive.",
|
||||
"date" : "Feb 20",
|
||||
"tabtype" : "Spam",
|
||||
"userImg": "assets/images/users/avatar-6.jpg",
|
||||
"labeltype": "Social"
|
||||
},{
|
||||
"id": 18,
|
||||
"starred": false,
|
||||
"readed" : true,
|
||||
"name": "Susanna",
|
||||
"title": "Train/Bus",
|
||||
"description" : "Yes ok, great! I'm not stuck in Stockholm anymore, we're making progress.",
|
||||
"date" : "Feb 19",
|
||||
"tabtype" : "Draft",
|
||||
"userImg": "assets/images/users/user-dummy-img.jpg",
|
||||
"labeltype": "Friends"
|
||||
}
|
||||
],
|
||||
"social": [
|
||||
{
|
||||
"id": 21,
|
||||
"starred": true,
|
||||
"readed" : false,
|
||||
"name": "Peter, me",
|
||||
"title": "Hello",
|
||||
"description" : "Trip home from Colombo has been arranged, then Jenna will come get me from Stockholm. :)",
|
||||
"date" : "Mar 7",
|
||||
"tabtype" : "Inbox",
|
||||
"userImg": "assets/images/users/avatar-8.jpg",
|
||||
"labeltype": "Social"
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"starred": true,
|
||||
"readed" : false,
|
||||
"name": "Susanna",
|
||||
"title": "Freelance - Since you asked... and i'm inconceivably bored at the train station",
|
||||
"description" : "Alright thanks. I'll have to re-book that somehow, i'll get back to you.",
|
||||
"date" : "Mar 7",
|
||||
"tabtype" : "Sent",
|
||||
"userImg": "assets/images/users/avatar-10.jpg",
|
||||
"labeltype": "Social"
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"starred": false,
|
||||
"readed" : true,
|
||||
"name": "Web Support Dennis",
|
||||
"counted": 7,
|
||||
"title": "Re: New mail settings",
|
||||
"description" : "Will you answer him asap?",
|
||||
"date" : "Mar 5",
|
||||
"tabtype" : "Trash",
|
||||
"userImg": "assets/images/users/avatar-3.jpg",
|
||||
"labeltype": "Social"
|
||||
}
|
||||
],
|
||||
"promotions": [
|
||||
{
|
||||
"id": 24,
|
||||
"starred": false,
|
||||
"readed" : false,
|
||||
"name": "Google Drive Team",
|
||||
"title": "You can now use your storage in Google Drive",
|
||||
"description" : "Hey Nicklas Sandell! Thank you for purchasing extra storage space in Google Drive.",
|
||||
"date" : "Feb 20",
|
||||
"tabtype" : "Spam",
|
||||
"userImg": "assets/images/users/user-dummy-img.jpg",
|
||||
"labeltype": "Social"
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"starred": false,
|
||||
"readed" : true,
|
||||
"name": "Susanna",
|
||||
"title": "Train/Bus",
|
||||
"description" : "Yes ok, great! I'm not stuck in Stockholm anymore, we're making progress.",
|
||||
"date" : "Feb 19",
|
||||
"tabtype" : "Draft",
|
||||
"userImg": "assets/images/users/avatar-3.jpg",
|
||||
"labeltype": "Social"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
152
resources/json/nft-explore-product-list.json
Executable file
152
resources/json/nft-explore-product-list.json
Executable file
@@ -0,0 +1,152 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"productImg": "assets/images/nft/gif/img-3.gif",
|
||||
"like": true,
|
||||
"title": "Walking On Air",
|
||||
"category": "Artwork",
|
||||
"totalLikes": "37.41k",
|
||||
"highBid": "10.35ETH",
|
||||
"price": "14.167"
|
||||
},{
|
||||
"id": 2,
|
||||
"productImg": "assets/images/nft/img-03.jpg",
|
||||
"like": false,
|
||||
"salesType": "On Auction",
|
||||
"title": "Creative Filtered Portrait",
|
||||
"category": "Photography",
|
||||
"totalLikes": "19.29k",
|
||||
"highBid": "75.3ETH",
|
||||
"price": "67.36"
|
||||
},{
|
||||
"id": 3,
|
||||
"productImg": "assets/images/nft/img-02.jpg",
|
||||
"like": true,
|
||||
"salesType": "Has Offers",
|
||||
"title": "The Chirstoper",
|
||||
"category": "Music",
|
||||
"totalLikes": "23.63k",
|
||||
"highBid": "412.30ETH",
|
||||
"price": "394.7"
|
||||
},{
|
||||
"id": 4,
|
||||
"productImg": "assets/images/nft/gif/img-4.gif",
|
||||
"like": false,
|
||||
"salesType": "Has Offers",
|
||||
"title": "Evolved Reality",
|
||||
"category": "Video",
|
||||
"totalLikes": "15.93k",
|
||||
"highBid": "2.75ETH",
|
||||
"price": "3.167"
|
||||
},{
|
||||
"id": 5,
|
||||
"productImg": "assets/images/nft/img-01.jpg",
|
||||
"like": false,
|
||||
"salesType": "Has Offers",
|
||||
"title": "Abstract Face Painting",
|
||||
"category": "Collectibles",
|
||||
"totalLikes": "14.85k",
|
||||
"highBid": "122.34ETH",
|
||||
"price": "97.8"
|
||||
},{
|
||||
"id": 6,
|
||||
"productImg": "assets/images/nft/img-05.jpg",
|
||||
"like": true,
|
||||
"salesType": "On Auction",
|
||||
"title": "Long-tailed Macaque",
|
||||
"category": "Artwork",
|
||||
"totalLikes": "64.10k",
|
||||
"highBid": "874.01ETH",
|
||||
"price": "745.14"
|
||||
},{
|
||||
"id": 7,
|
||||
"productImg": "assets/images/nft/img-06.jpg",
|
||||
"like": true,
|
||||
"salesType": "On Auction",
|
||||
"title": "Robotic Body Art",
|
||||
"category": "Artwork",
|
||||
"totalLikes": "36.42k",
|
||||
"highBid": "41.658 ETH",
|
||||
"price": "34.81"
|
||||
},{
|
||||
"id": 8,
|
||||
"productImg": "assets/images/nft/gif/img-2.gif",
|
||||
"like": false,
|
||||
"salesType": "On Auction",
|
||||
"title": "Trendy Fashion Portraits",
|
||||
"category": "3d Style",
|
||||
"totalLikes": "94.1k",
|
||||
"highBid": "674.92 ETH",
|
||||
"price": "563.81"
|
||||
},{
|
||||
"id": 9,
|
||||
"productImg": "assets/images/nft/img-04.jpg",
|
||||
"like": true,
|
||||
"salesType": "Has Offers",
|
||||
"title": "Smillevers Crypto",
|
||||
"category": "Crypto Card",
|
||||
"totalLikes": "34.12k",
|
||||
"highBid": "41.658 ETH",
|
||||
"price": "34.81"
|
||||
},{
|
||||
"id": 10,
|
||||
"productImg": "assets/images/nft/gif/img-1.gif",
|
||||
"like": false,
|
||||
"salesType": "On Auction",
|
||||
"title": "Patterns Arts & Culture",
|
||||
"category": "Artwork",
|
||||
"totalLikes": "8.42k",
|
||||
"highBid": "9.64ETH",
|
||||
"price": "14.167"
|
||||
},{
|
||||
"id": 11,
|
||||
"productImg": "assets/images/nft/img-03.jpg",
|
||||
"like": false,
|
||||
"salesType": "On Auction",
|
||||
"title": "Creative Filtered Portrait",
|
||||
"category": "Video",
|
||||
"totalLikes": "19.29k",
|
||||
"highBid": "75.3ETH",
|
||||
"price": "267.36"
|
||||
},{
|
||||
"id": 12,
|
||||
"productImg": "assets/images/nft/gif/img-4.gif",
|
||||
"like": false,
|
||||
"salesType": "Has Offers",
|
||||
"title": "Evolved Reality",
|
||||
"category": "Artwork",
|
||||
"totalLikes": "15.93k",
|
||||
"highBid": "2.75ETH",
|
||||
"price": "324.26"
|
||||
},{
|
||||
"id": 13,
|
||||
"productImg": "assets/images/nft/img-01.jpg",
|
||||
"like": false,
|
||||
"salesType": "Has Offers",
|
||||
"title": "Abstract Face Painting",
|
||||
"category": "Photography",
|
||||
"totalLikes": "14.85k",
|
||||
"highBid": "122.34ETH",
|
||||
"price": "245.8"
|
||||
},{
|
||||
"id": 14,
|
||||
"productImg": "assets/images/nft/img-05.jpg",
|
||||
"like": true,
|
||||
"salesType": "On Auction",
|
||||
"title": "Long-tailed Macaque",
|
||||
"category": "Collectibles",
|
||||
"totalLikes": "64.10k",
|
||||
"highBid": "874.01ETH",
|
||||
"price": "340.14"
|
||||
},{
|
||||
"id": 15,
|
||||
"productImg": "assets/images/nft/img-06.jpg",
|
||||
"like": true,
|
||||
"salesType": "On Auction",
|
||||
"title": "Robotic Body Art",
|
||||
"category": "Photography",
|
||||
"totalLikes": "36.42k",
|
||||
"highBid": "41.658 ETH",
|
||||
"price": "121.81"
|
||||
}
|
||||
]
|
||||
99
resources/json/orders-list.init.json
Executable file
99
resources/json/orders-list.init.json
Executable file
@@ -0,0 +1,99 @@
|
||||
[
|
||||
{
|
||||
"id": "1",
|
||||
"customer_name": "Frank Hook",
|
||||
"product_name": "Puma Tshirt",
|
||||
"date": "2022-04-20T16:05",
|
||||
"amount": "$654",
|
||||
"payment": "Mastercard",
|
||||
"status": "Pending"
|
||||
}, {
|
||||
"id": "2",
|
||||
"customer_name": "Rickey Teran",
|
||||
"product_name": "Adidas Sneakers",
|
||||
"date": "2022-04-20T16:05",
|
||||
"amount": "$354",
|
||||
"payment": "Paypal",
|
||||
"status": "Cancelled"
|
||||
}, {
|
||||
"id": "3",
|
||||
"customer_name": "James Price",
|
||||
"product_name": "350 ml Glass Grocery Container",
|
||||
"date": "2022-04-20T16:05",
|
||||
"amount": "$829",
|
||||
"payment": "Visa",
|
||||
"status": "Inprogress"
|
||||
}, {
|
||||
"id": "4",
|
||||
"customer_name": "Nettie Deloatch",
|
||||
"product_name": "American egale outfitters Shirt",
|
||||
"date": "2022-04-20T16:05",
|
||||
"amount": "$142",
|
||||
"payment": "COD",
|
||||
"status": "Pending"
|
||||
}, {
|
||||
"id": "5",
|
||||
"customer_name": "Thomas Taylor",
|
||||
"product_name": "Galaxy Watch4",
|
||||
"date": "2022-04-20T16:05",
|
||||
"amount": "$408",
|
||||
"payment": "Mastercard",
|
||||
"status": "Pickups"
|
||||
}, {
|
||||
"id": "6",
|
||||
"customer_name": "James Price",
|
||||
"product_name": "Apple iPhone 12",
|
||||
"date": "2022-04-20T16:05",
|
||||
"amount": "$1240",
|
||||
"payment": "Visa",
|
||||
"status": "Inprogress"
|
||||
}, {
|
||||
"id": "7",
|
||||
"customer_name": "Nancy Martino",
|
||||
"product_name": "Funky Prints T-shirt",
|
||||
"date": "2022-04-20T16:05",
|
||||
"amount": "$180",
|
||||
"payment": "COD",
|
||||
"status": "Returns"
|
||||
}, {
|
||||
"id": "8",
|
||||
"customer_name": "Alexis Clarke",
|
||||
"product_name": "USB Flash Drive Personalized wi",
|
||||
"date": "2022-04-20T16:05",
|
||||
"amount": "$247",
|
||||
"payment": "Paypal",
|
||||
"status": "Delivered"
|
||||
}, {
|
||||
"id": "9",
|
||||
"customer_name": "Donald Palmer",
|
||||
"product_name": "Oxford Button-Down Shirt",
|
||||
"date": "2022-04-20T16:05",
|
||||
"amount": "$373",
|
||||
"payment": "Visa",
|
||||
"status": "Pickups"
|
||||
}, {
|
||||
"id": "10",
|
||||
"customer_name": "Henry Baird",
|
||||
"product_name": "Classic Short Sleeve Shirt",
|
||||
"date": "2022-04-20T16:05",
|
||||
"amount": "$342",
|
||||
"payment": "Mastercard",
|
||||
"status": "Inprogress"
|
||||
}, {
|
||||
"id": "11",
|
||||
"customer_name": "Diana Kohler",
|
||||
"product_name": "Half Sleeve T-Shirts (Blue)",
|
||||
"date": "2022-04-20T16:05",
|
||||
"amount": "$874",
|
||||
"payment": "Visa",
|
||||
"status": "Delivered"
|
||||
}, {
|
||||
"id": "12",
|
||||
"customer_name": "Alexis Clarke",
|
||||
"product_name": "Noise Evolve Smartwatch",
|
||||
"date": "2022-04-20T16:05",
|
||||
"amount": "$1021",
|
||||
"payment": "Mastercard",
|
||||
"status": "Cancelled"
|
||||
}
|
||||
]
|
||||
130
resources/json/support-tickets-list.json
Executable file
130
resources/json/support-tickets-list.json
Executable file
@@ -0,0 +1,130 @@
|
||||
[
|
||||
{
|
||||
"id": "1",
|
||||
"tasks_name": "Error message when placing an orders?",
|
||||
"client_name": "Alyssa Hendricks",
|
||||
"assignedto": "Pearl Velazquez",
|
||||
"create_date": "2022-01-02",
|
||||
"due_date": "2022-01-05",
|
||||
"priority": "High",
|
||||
"status": "Inprogress"
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"tasks_name": "Issue with finding information about order ?",
|
||||
"client_name": "Azalia Vincent",
|
||||
"assignedto": "Kaseem Logan",
|
||||
"create_date": "2012-01-05",
|
||||
"due_date": "2022-01-12",
|
||||
"priority": "Low",
|
||||
"status": "Open"
|
||||
},
|
||||
{
|
||||
"id": "3",
|
||||
"tasks_name": "Apologize for shopping Error!",
|
||||
"client_name": "Chaim Mcbride",
|
||||
"assignedto": "Breanna Drake",
|
||||
"create_date": "2012-01-06",
|
||||
"due_date": "2022-01-11",
|
||||
"priority": "High",
|
||||
"status": "New"
|
||||
},
|
||||
{
|
||||
"id": "4",
|
||||
"tasks_name": "Post launch reminder/ post list",
|
||||
"client_name": "Cameron Mejia",
|
||||
"assignedto": "Rowan Casey",
|
||||
"create_date": "2012-01-06",
|
||||
"due_date": "2022-01-13",
|
||||
"priority": "Medium",
|
||||
"status": "Open"
|
||||
},
|
||||
{
|
||||
"id": "5",
|
||||
"tasks_name": "Make a creating an account profile",
|
||||
"client_name": "Xavier Monroe",
|
||||
"assignedto": "Tyrone Higgins",
|
||||
"create_date": "2012-01-07",
|
||||
"due_date": "2022-01-12",
|
||||
"priority": "High",
|
||||
"status": "Closed"
|
||||
},
|
||||
{
|
||||
"id": "6",
|
||||
"tasks_name": "Change email option process",
|
||||
"client_name": "Marshall Melendez",
|
||||
"assignedto": "Baker Munoz",
|
||||
"create_date": "2012-01-07",
|
||||
"due_date": "2022-01-17",
|
||||
"priority": "Low",
|
||||
"status": "Inprogress"
|
||||
},
|
||||
{
|
||||
"id": "7",
|
||||
"tasks_name": "User research",
|
||||
"client_name": "Ivory Bush",
|
||||
"assignedto": "Sean Daniel",
|
||||
"create_date": "2012-01-07",
|
||||
"due_date": "2022-01-17",
|
||||
"priority": "Low",
|
||||
"status": "Open"
|
||||
},
|
||||
{
|
||||
"id": "8",
|
||||
"tasks_name": "Benner design for FB & Twitter",
|
||||
"client_name": "Lars Stone",
|
||||
"assignedto": "Kalia Martinez",
|
||||
"create_date": "2012-01-13",
|
||||
"due_date": "2022-01-20",
|
||||
"priority": "Medium",
|
||||
"status": "Closed"
|
||||
},
|
||||
{
|
||||
"id": "9",
|
||||
"tasks_name": "Brand logo design",
|
||||
"client_name": "Nell Ayers",
|
||||
"assignedto": "Forrest Ellis",
|
||||
"create_date": "2012-01-17",
|
||||
"due_date": "2022-01-24",
|
||||
"priority": "Medium",
|
||||
"status": "Inprogress"
|
||||
},
|
||||
{
|
||||
"id": "10",
|
||||
"tasks_name": "Additional Calendar",
|
||||
"client_name": "Lucian Griffith",
|
||||
"assignedto": "Chase Osborne",
|
||||
"create_date": "2012-01-18",
|
||||
"due_date": "2022-01-23",
|
||||
"priority": "High",
|
||||
"status": "Inprogress"
|
||||
},
|
||||
{
|
||||
"id": "11",
|
||||
"tasks_name": "Edit customer testimonial",
|
||||
"client_name": "Nell Potter",
|
||||
"assignedto": "Cathleen Rivas",
|
||||
"create_date": "2012-01-22",
|
||||
"due_date": "2022-02-02",
|
||||
"priority": "Low",
|
||||
"status": "Closed"
|
||||
}, {
|
||||
"id": "12",
|
||||
"tasks_name": "Additional Calendar",
|
||||
"client_name": "Lucian Griffith",
|
||||
"assignedto": "Chase Osborne",
|
||||
"create_date": "2012-01-24",
|
||||
"due_date": "2022-01-29",
|
||||
"priority": "High",
|
||||
"status": "Inprogress"
|
||||
}, {
|
||||
"id": "13",
|
||||
"tasks_name": "Edit customer testimonial",
|
||||
"client_name": "Nell Potter",
|
||||
"assignedto": "Cathleen Rivas",
|
||||
"create_date": "2012-01-29",
|
||||
"due_date": "2022-02-02",
|
||||
"priority": "Low",
|
||||
"status": "Closed"
|
||||
}
|
||||
]
|
||||
82
resources/json/table-customer-list.json
Executable file
82
resources/json/table-customer-list.json
Executable file
@@ -0,0 +1,82 @@
|
||||
[
|
||||
{
|
||||
"id": "1",
|
||||
"customer_name": "Mary Cousar",
|
||||
"email": "marycousar@velzon.com",
|
||||
"date": "06 Apr, 2021",
|
||||
"phone": "580-464-4694",
|
||||
"status":"Active"
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"customer_name": "Jeff Taylor",
|
||||
"email": "jefftaylor@velzon.com",
|
||||
"date": "15 Feb, 2021",
|
||||
"phone": "863-577-5537",
|
||||
"status":"Active"
|
||||
},
|
||||
{
|
||||
"id": "3",
|
||||
"customer_name": "Robert McMahon",
|
||||
"email": "robertmcmahon@velzon.com",
|
||||
"date": "12 Jan, 2021",
|
||||
"phone": "786-253-9927",
|
||||
"status":"Active"
|
||||
},
|
||||
{
|
||||
"id": "4",
|
||||
"customer_name": "Michael Morris",
|
||||
"email": "michaelmorris@velzon.com",
|
||||
"date": "19 May, 2021",
|
||||
"phone": "805-447-8398",
|
||||
"status":"Block"
|
||||
},
|
||||
{
|
||||
"id": "5",
|
||||
"customer_name": "Kevin Dawson",
|
||||
"email": "kevindawson@velzon.com",
|
||||
"date": "14 Mar, 2021",
|
||||
"phone": "213-741-4294",
|
||||
"status":"Active"
|
||||
},
|
||||
{
|
||||
"id": "6",
|
||||
"customer_name": "Carolyn Jones",
|
||||
"email": "carolynjones@velzon.com",
|
||||
"date": "07 Jun, 2021",
|
||||
"phone": "414-453-5725",
|
||||
"status":"Active"
|
||||
},
|
||||
{
|
||||
"id": "7",
|
||||
"customer_name": "Glen Matney",
|
||||
"email": "glenmatney@velzon.com",
|
||||
"date": "515-395-1069",
|
||||
"phone": "02 Nov, 2021",
|
||||
"status":"Active"
|
||||
},
|
||||
{
|
||||
"id": "8",
|
||||
"customer_name": "Charles Kubik",
|
||||
"email": "charleskubik@velzon.com",
|
||||
"date": "25 Sep, 2021",
|
||||
"phone": "231-480-8536",
|
||||
"status":"Block"
|
||||
},
|
||||
{
|
||||
"id": "9",
|
||||
"customer_name": "Herbert Stokes",
|
||||
"email": "herbertstokes@velzon.com",
|
||||
"date": "20 Jul, 2021",
|
||||
"phone": "312-944-1448",
|
||||
"status":"Block"
|
||||
},
|
||||
{
|
||||
"id": "10",
|
||||
"customer_name": "Timothy Smith",
|
||||
"email": "timothysmith@velzon.com",
|
||||
"date": "13 Dec, 2021",
|
||||
"phone": "973-277-6950",
|
||||
"status":"Active"
|
||||
}
|
||||
]
|
||||
122
resources/json/tasks-list.json
Executable file
122
resources/json/tasks-list.json
Executable file
@@ -0,0 +1,122 @@
|
||||
[
|
||||
{
|
||||
"id": "1",
|
||||
"project_name": "Velzon - v1.0.0",
|
||||
"tasks_name": "Profile Page Satructure",
|
||||
"client_name": "Robert McMahon",
|
||||
"assignedto": [
|
||||
"avatar-1.jpg","avatar-3.jpg"
|
||||
],
|
||||
"due_date": "25 Jan, 2022",
|
||||
"status": "Inprogress",
|
||||
"priority": "High"
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"project_name": "Skote - v1.0.0",
|
||||
"tasks_name": "Apologize for shopping Error!",
|
||||
"client_name": "Nathan Cole",
|
||||
"assignedto": [
|
||||
"avatar-5.jpg", "avatar-9.jpg", "avatar-10.jpg"
|
||||
],
|
||||
"due_date": "23 Oct, 2021",
|
||||
"status": "Completed",
|
||||
"priority": "Medium"
|
||||
},
|
||||
{
|
||||
"id": "3",
|
||||
"project_name": "Minia - v1.0.0",
|
||||
"tasks_name": "Post launch reminder/ Post list",
|
||||
"client_name": "Joseph Parker",
|
||||
"assignedto": [
|
||||
"avatar-5.jpg", "avatar-6.jpg", "avatar-7.jpg", "avatar-8.jpg"
|
||||
],
|
||||
"due_date": "05 Oct, 2021",
|
||||
"status": "Pending",
|
||||
"priority": "Low"
|
||||
},
|
||||
{
|
||||
"id": "4",
|
||||
"project_name": "Dason - v1.0.0",
|
||||
"tasks_name": "User research",
|
||||
"client_name": "Donald Palmer",
|
||||
"assignedto": [
|
||||
"avatar-2.jpg"
|
||||
],
|
||||
"due_date": "11 Dec, 2021",
|
||||
"status": "New",
|
||||
"priority": "Low"
|
||||
},
|
||||
{
|
||||
"id": "5",
|
||||
"project_name": "Minible - v1.0.0",
|
||||
"tasks_name": "Make a creating an account profile",
|
||||
"client_name": "Henry Baird",
|
||||
"assignedto": [
|
||||
"avatar-3.jpg", "avatar-10.jpg", "avatar-9.jpg"
|
||||
],
|
||||
"due_date": "11 Jan, 2019",
|
||||
"status": "Inprogress",
|
||||
"priority": "Medium"
|
||||
},
|
||||
{
|
||||
"id": "6",
|
||||
"project_name": "Minimal - v2.1.0",
|
||||
"tasks_name": "Change email option process",
|
||||
"client_name": "Tonya Noble",
|
||||
"assignedto": [
|
||||
"avatar-6.jpg", "avatar-7.jpg"
|
||||
],
|
||||
"due_date": "03 Mar, 2020",
|
||||
"status": "Completed",
|
||||
"priority": "High"
|
||||
},
|
||||
{
|
||||
"id": "7",
|
||||
"project_name": "Dorsin - Landing Page",
|
||||
"tasks_name": "Benner design for FB & Twitter",
|
||||
"client_name": "Carter",
|
||||
"assignedto": [
|
||||
"avatar-3.jpg", "avatar-4.jpg", "avatar-5.jpg"
|
||||
],
|
||||
"due_date": "26 Feb, 2019",
|
||||
"status": "Pending",
|
||||
"priority": "Medium"
|
||||
},
|
||||
{
|
||||
"id": "8",
|
||||
"project_name": "Qexal - Landing Page",
|
||||
"tasks_name": "Brand Logo design",
|
||||
"client_name": "David Nichols",
|
||||
"assignedto": [
|
||||
"avatar-6.jpg", "avatar-7.jpg", "avatar-8.jpg"
|
||||
],
|
||||
"due_date": "29 Dec, 2021",
|
||||
"status": "Pending",
|
||||
"priority": "High"
|
||||
},
|
||||
{
|
||||
"id": "9",
|
||||
"project_name": "Doot - Chat App Template",
|
||||
"tasks_name": "Additional Calendar",
|
||||
"client_name": "Diana Kohler",
|
||||
"assignedto": [
|
||||
"avatar-4.jpg", "avatar-5.jpg"
|
||||
],
|
||||
"due_date": "13 Jun, 2020",
|
||||
"status": "New",
|
||||
"priority": "Low"
|
||||
},
|
||||
{
|
||||
"id": "10",
|
||||
"project_name": "Symox v1.0.0",
|
||||
"tasks_name": "Add Dynamic Contact List",
|
||||
"client_name": "RH Nichols",
|
||||
"assignedto": [
|
||||
"avatar-3.jpg"
|
||||
],
|
||||
"due_date": "15 Dec, 2020",
|
||||
"status": "Inprogress",
|
||||
"priority": "Medium"
|
||||
}
|
||||
]
|
||||
116
resources/json/team-member-list.json
Executable file
116
resources/json/team-member-list.json
Executable file
@@ -0,0 +1,116 @@
|
||||
[
|
||||
{
|
||||
"id": 12,
|
||||
"coverImg": "assets/images/small/img-9.jpg",
|
||||
"bookmark": false,
|
||||
"memberImg": "assets/images/users/avatar-2.jpg",
|
||||
"memberName": "Nancy Martino",
|
||||
"position": "Team Leader & HR",
|
||||
"projects": "225",
|
||||
"tasks": "197"
|
||||
},{
|
||||
"id": 11,
|
||||
"coverImg": "assets/images/small/img-12.jpg",
|
||||
"bookmark": true,
|
||||
"memberImg": "",
|
||||
"nickname": "HB",
|
||||
"memberName": "Henry Baird",
|
||||
"position": "Full Stack Developer",
|
||||
"projects": "352",
|
||||
"tasks": "376"
|
||||
},{
|
||||
"id": 10,
|
||||
"coverImg": "assets/images/small/img-11.jpg",
|
||||
"bookmark": false,
|
||||
"memberImg": "assets/images/users/avatar-3.jpg",
|
||||
"memberName": "Frank Hook",
|
||||
"position": "Project Manager",
|
||||
"projects": "164",
|
||||
"tasks": "182"
|
||||
},{
|
||||
"id": 9,
|
||||
"coverImg": "assets/images/small/img-1.jpg",
|
||||
"bookmark": true,
|
||||
"memberImg": "assets/images/users/avatar-8.jpg",
|
||||
"memberName": "Jennifer Carter",
|
||||
"position": "UI/UX Designer",
|
||||
"projects": "241",
|
||||
"tasks": "204"
|
||||
},{
|
||||
"id": 8,
|
||||
"coverImg": "assets/images/small/img-10.jpg",
|
||||
"bookmark": false,
|
||||
"memberImg": "",
|
||||
"nickname": "ME",
|
||||
"memberName": "Megan Elmore",
|
||||
"position": "Team Leader & Web Developer",
|
||||
"projects": "201",
|
||||
"tasks": "263"
|
||||
},{
|
||||
"id": 7,
|
||||
"coverImg": "assets/images/small/img-2.jpg",
|
||||
"bookmark": false,
|
||||
"memberImg": "assets/images/users/avatar-4.jpg",
|
||||
"memberName": "Alexis Clarke",
|
||||
"position": "Backend Developer",
|
||||
"projects": "132",
|
||||
"tasks": "147"
|
||||
},{
|
||||
"id": 6,
|
||||
"coverImg": "assets/images/small/img-4.jpg",
|
||||
"bookmark": true,
|
||||
"memberImg": "",
|
||||
"nickname": "NC",
|
||||
"memberName": "Nathan Cole",
|
||||
"position": "Front-End Developer",
|
||||
"projects": "352",
|
||||
"tasks": "376"
|
||||
},{
|
||||
"id": 5,
|
||||
"coverImg": "assets/images/small/img-7.jpg",
|
||||
"bookmark": true,
|
||||
"memberImg": "assets/images/users/avatar-6.jpg",
|
||||
"memberName": "Joseph Parker",
|
||||
"position": "Full Stack Developer",
|
||||
"projects": "64",
|
||||
"tasks": "93"
|
||||
},{
|
||||
"id": 4,
|
||||
"coverImg": "assets/images/small/img-3.jpg",
|
||||
"bookmark": false,
|
||||
"memberImg": "assets/images/users/avatar-5.jpg",
|
||||
"memberName": "Erica Kernan",
|
||||
"position": "Web Designer",
|
||||
"projects": "345",
|
||||
"tasks": "298"
|
||||
},{
|
||||
"id": 3,
|
||||
"coverImg": "assets/images/small/img-5.jpg",
|
||||
"bookmark": true,
|
||||
"memberImg": "",
|
||||
"nickname": "DP",
|
||||
"memberName": "Donald Palmer",
|
||||
"position": "Wed Developer",
|
||||
"projects": "97",
|
||||
"tasks": "135"
|
||||
},{
|
||||
"id": 2,
|
||||
"coverImg": "assets/images/small/img-8.jpg",
|
||||
"bookmark": false,
|
||||
"memberImg": "assets/images/users/avatar-7.jpg",
|
||||
"memberName": "Jack Gough",
|
||||
"position": "React Js Developer",
|
||||
"projects": "87",
|
||||
"tasks": "121"
|
||||
},{
|
||||
"id": 1,
|
||||
"coverImg": "assets/images/small/img-6.jpg",
|
||||
"bookmark": false,
|
||||
"memberImg": "",
|
||||
"nickname": "MW",
|
||||
"memberName": "Marie Ward",
|
||||
"position": "Backend Developer",
|
||||
"projects": "145",
|
||||
"tasks": "210"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user