fix(data): align sub_002-005 login company/trade/phone with subcontractor records
This commit is contained in:
+16
-16
@@ -726,53 +726,53 @@ const MOCK_USERS = [
|
|||||||
id: 'sub_002',
|
id: 'sub_002',
|
||||||
type: 'subcontractor',
|
type: 'subcontractor',
|
||||||
username: 'maya',
|
username: 'maya',
|
||||||
email: 'maya@lynkeduppro.com',
|
email: 'maya@skylineroof.com',
|
||||||
password: 'password',
|
password: 'password',
|
||||||
role: 'SUBCONTRACTOR',
|
role: 'SUBCONTRACTOR',
|
||||||
empId: 'LUP-2002',
|
empId: 'LUP-2002',
|
||||||
name: 'Maya Patel',
|
name: 'Maya Patel',
|
||||||
companyName: 'Patel Roofing Solutions',
|
companyName: 'Skyline Roof Crew',
|
||||||
tradeType: 'roofing',
|
tradeType: 'Roofing',
|
||||||
phone: '469-555-2002'
|
phone: '214-555-1247'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'sub_003',
|
id: 'sub_003',
|
||||||
type: 'subcontractor',
|
type: 'subcontractor',
|
||||||
username: 'dwayne',
|
username: 'dwayne',
|
||||||
email: 'dwayne@lynkeduppro.com',
|
email: 'dwayne@hollandpaint.com',
|
||||||
password: 'password',
|
password: 'password',
|
||||||
role: 'SUBCONTRACTOR',
|
role: 'SUBCONTRACTOR',
|
||||||
empId: 'LUP-2003',
|
empId: 'LUP-2003',
|
||||||
name: 'Dwayne Boudreaux',
|
name: 'Dwayne Boudreaux',
|
||||||
companyName: 'Boudreaux General Contracting',
|
companyName: 'Holland Painting Co.',
|
||||||
tradeType: 'general',
|
tradeType: 'Painting',
|
||||||
phone: '469-555-2003'
|
phone: '972-555-8312'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'sub_004',
|
id: 'sub_004',
|
||||||
type: 'subcontractor',
|
type: 'subcontractor',
|
||||||
username: 'jennifer',
|
username: 'jennifer',
|
||||||
email: 'jennifer@lynkeduppro.com',
|
email: 'jenn@wuplumbing.com',
|
||||||
password: 'password',
|
password: 'password',
|
||||||
role: 'SUBCONTRACTOR',
|
role: 'SUBCONTRACTOR',
|
||||||
empId: 'LUP-2004',
|
empId: 'LUP-2004',
|
||||||
name: 'Jennifer Castillo',
|
name: 'Jennifer Castillo',
|
||||||
companyName: 'Castillo Plumbing & HVAC',
|
companyName: 'Wu Plumbing',
|
||||||
tradeType: 'plumbing',
|
tradeType: 'Plumbing',
|
||||||
phone: '469-555-2004'
|
phone: '469-555-3340'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'sub_005',
|
id: 'sub_005',
|
||||||
type: 'subcontractor',
|
type: 'subcontractor',
|
||||||
username: 'greg',
|
username: 'greg',
|
||||||
email: 'greg@lynkeduppro.com',
|
email: 'greg@alstonwindows.com',
|
||||||
password: 'password',
|
password: 'password',
|
||||||
role: 'SUBCONTRACTOR',
|
role: 'SUBCONTRACTOR',
|
||||||
empId: 'LUP-2005',
|
empId: 'LUP-2005',
|
||||||
name: 'Greg Alston',
|
name: 'Greg Alston',
|
||||||
companyName: 'Alston Masonry & Siding',
|
companyName: 'Alston Window Pros',
|
||||||
tradeType: 'masonry',
|
tradeType: 'Windows & Glazing',
|
||||||
phone: '469-555-2005'
|
phone: '214-555-0299'
|
||||||
},
|
},
|
||||||
// Vendor (Supplier)
|
// Vendor (Supplier)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user