feat(data): add login records for sub_002-005 so each subcontractor inbox is reachable

This commit is contained in:
Satyam Rastogi
2026-05-29 04:13:52 +05:30
parent cb6695aa94
commit 2399b40926
+52
View File
@@ -722,6 +722,58 @@ const MOCK_USERS = [
tradeType: 'electrical', tradeType: 'electrical',
phone: '469-555-9012' phone: '469-555-9012'
}, },
{
id: 'sub_002',
type: 'subcontractor',
username: 'maya',
email: 'maya@lynkeduppro.com',
password: 'password',
role: 'SUBCONTRACTOR',
empId: 'LUP-2002',
name: 'Maya Patel',
companyName: 'Patel Roofing Solutions',
tradeType: 'roofing',
phone: '469-555-2002'
},
{
id: 'sub_003',
type: 'subcontractor',
username: 'dwayne',
email: 'dwayne@lynkeduppro.com',
password: 'password',
role: 'SUBCONTRACTOR',
empId: 'LUP-2003',
name: 'Dwayne Boudreaux',
companyName: 'Boudreaux General Contracting',
tradeType: 'general',
phone: '469-555-2003'
},
{
id: 'sub_004',
type: 'subcontractor',
username: 'jennifer',
email: 'jennifer@lynkeduppro.com',
password: 'password',
role: 'SUBCONTRACTOR',
empId: 'LUP-2004',
name: 'Jennifer Castillo',
companyName: 'Castillo Plumbing & HVAC',
tradeType: 'plumbing',
phone: '469-555-2004'
},
{
id: 'sub_005',
type: 'subcontractor',
username: 'greg',
email: 'greg@lynkeduppro.com',
password: 'password',
role: 'SUBCONTRACTOR',
empId: 'LUP-2005',
name: 'Greg Alston',
companyName: 'Alston Masonry & Siding',
tradeType: 'masonry',
phone: '469-555-2005'
},
// Vendor (Supplier) // Vendor (Supplier)
{ {
id: 'ven_001', id: 'ven_001',