Files
Krow-workspace/backend/dataconnect/functions/seed.gql
2026-02-26 15:13:26 -05:00

1932 lines
59 KiB
GraphQL

mutation seedAll @transaction {
# Users
user_1: user_insert(
data: {
id: "dvpWnaBjT6UksS5lo04hfMTyq1q1"
email: "legendary@krowd.com"
fullName: "KROW Payements"
role: USER
userRole: "BUSINESS"
}
)
user_2: user_insert(
data: {
id: "hWjFHY11K3X1MChMseVVaCDfAl32"
email: "mariana.torres@gmail.com"
fullName: "Mariana"
role: USER
userRole: "STAFF"
}
)
# Business
business_1: business_insert(
data: {
id: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
businessName: "KROW"
userId: "dvpWnaBjT6UksS5lo04hfMTyq1q1"
contactName: "KROW Payements"
email: "legendary@krowd.com"
phone: "+1-818-555-0148"
address: "5000 San Jose Street, Granada Hills, CA, USA"
city: "Los Angeles"
state: "CA"
street: "San Jose Street"
country: "US"
placeId: "Eiw1MDAwIFNhbiBKb3NlIFN0cmVldCwgR3JhbmFkYSBIaWxscywgQ0EsIFVTQSIuKiwKFAoSCYNJZBTdmsKAEddGOfBj8LvTEhQKEglnNXI0zZrCgBEjR6om62lcVw"
latitude: 34.2611486
longitude: -118.5010287
area: SOUTHERN_CALIFORNIA
sector: OTHER
rateGroup: PREMIUM
status: ACTIVE
}
)
# Team
team_1: team_insert(
data: {
id: "9508c187-7612-4084-90de-4ece4a63773f"
teamName: "KROW"
ownerId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
ownerName: "KROW"
ownerRole: "ADMIN"
totalHubs: 3
}
)
# Team Hubs
team_hub_1: teamHub_insert(
data: {
id: "22a0b119-e6dc-4011-9043-d857cd4c12f3"
teamId: "9508c187-7612-4084-90de-4ece4a63773f"
hubName: "City Operations Center"
address: "5000 San Jose Street, Granada Hills, CA, USA"
city: "Los Angeles"
state: "CA"
street: "San Jose Street"
country: "US"
placeId: "Eiw1MDAwIFNhbiBKb3NlIFN0cmVldCwgR3JhbmFkYSBIaWxscywgQ0EsIFVTQSIuKiwKFAoSCYNJZBTdmsKAEddGOfBj8LvTEhQKEglnNXI0zZrCgBEjR6om62lcVw"
latitude: 34.2611486
longitude: -118.5010287
isActive: true
}
)
team_hub_2: teamHub_insert(
data: {
id: "9c8eb9c6-c186-4d55-877e-35be852c3e86"
teamId: "9508c187-7612-4084-90de-4ece4a63773f"
hubName: "Central Operations Hub"
address: "4000 San Jose Street, Granada Hills, CA, USA"
city: "Los Angeles"
state: "CA"
street: "San Jose Street"
country: "US"
placeId: "Eiw0MDAwIFNhbiBKb3NlIFN0cmVldCwgR3JhbmFkYSBIaWxscywgQ0EsIFVTQSIuKiwKFAoSCYNJZBTdmsKAEddGOfBj8LvTEhQKEglnNXI0zZrCgBEjR6om62lcVw"
latitude: 34.2611486
longitude: -118.5010287
isActive: true
}
)
team_hub_3: teamHub_insert(
data: {
id: "75c70d83-1680-4b28-ab61-2fe64a74fc5f"
teamId: "9508c187-7612-4084-90de-4ece4a63773f"
hubName: "Downtown Operations Hub"
address: "6800 San Jose Street, Granada Hills, CA, USA"
city: "Los Angeles"
state: "CA"
street: "San Jose Street"
country: "US"
placeId: "Eiw2ODAwIFNhbiBKb3NlIFN0cmVldCwgR3JhbmFkYSBIaWxscywgQ0EsIFVTQSIuKiwKFAoSCYNJZBTdmsKAEddGOfBj8LvTEhQKEglnNXI0zZrCgBEjR6om62lcVw"
latitude: 34.2611486
longitude: -118.5010287
isActive: true
}
)
# Vendor
vendor_1: vendor_insert(
data: {
id: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
userId: "xP7mQ2rL8vK5tR1nC3yH6uJ9wA0"
companyName: "Golden Gate Event Services"
legalName: "Golden Gate Event Services LLC"
doingBusinessAs: "GGE Services"
email: "hello@ggevents.com"
phone: "+1-415-555-0136"
address: "2100 Sunset Blvd, Los Angeles, CA 90026"
city: "Los Angeles"
state: "CA"
street: "Sunset Boulevard"
country: "US"
placeId: "ChIJq5C1n4S_woARcKx0v1z8x7k"
latitude: 34.077643
longitude: -118.259278
billingAddress: "2100 Sunset Blvd, Los Angeles, CA 90026"
region: "Southern California"
timezone: "America/Los_Angeles"
serviceSpecialty: "Event staffing and concessions"
approvalStatus: APPROVED
isActive: true
markup: 0.25
fee: 2.5
csat: 4.7
tier: PREFERRED
}
)
# Role Categories
role_category_1: roleCategory_insert(
data: { id: "a8716f27-9e4c-4141-9ae2-6c9b91083b94", roleName: "Kitchen & Culinary", category: KITCHEN_AND_CULINARY }
)
role_category_2: roleCategory_insert(
data: { id: "cb256793-50a5-4e0f-8464-e4092b25b6ab", roleName: "Concessions", category: CONCESSIONS }
)
role_category_3: roleCategory_insert(
data: { id: "19e5e945-658f-4889-89b2-9fb14082650b", roleName: "Facilities", category: FACILITIES }
)
role_category_4: roleCategory_insert(
data: { id: "291dd656-e801-4c69-aac1-90e4c22480d6", roleName: "Bartending", category: BARTENDING }
)
role_category_5: roleCategory_insert(
data: { id: "4b4622c9-cc55-4b1a-970f-a01643fdb01c", roleName: "Security", category: SECURITY }
)
role_category_6: roleCategory_insert(
data: { id: "2f8bf4ab-854b-4094-ac1c-cfd08fc79d9b", roleName: "Event Staff", category: EVENT_STAFF }
)
role_category_7: roleCategory_insert(
data: { id: "143dee86-d7d4-476d-a5b0-e9c6fff0b64a", roleName: "Management", category: MANAGEMENT }
)
role_category_8: roleCategory_insert(
data: { id: "2042d478-695d-4577-9781-47215188572a", roleName: "Technical", category: TECHNICAL }
)
role_category_9: roleCategory_insert(
data: { id: "2951c364-202e-4a62-adf9-2270842150ab", roleName: "Other", category: OTHER }
)
# Roles
role_1: role_insert(
data: {
id: "e51f3553-f2ee-400b-91e6-92b534239697"
name: "Cook"
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
roleCategoryId: "a8716f27-9e4c-4141-9ae2-6c9b91083b94"
costPerHour: 24
}
)
role_2: role_insert(
data: {
id: "7de956ce-743b-4271-b826-73313a5f07f5"
name: "Bartender"
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
roleCategoryId: "291dd656-e801-4c69-aac1-90e4c22480d6"
costPerHour: 26
}
)
role_3: role_insert(
data: {
id: "73fdb09b-ecbd-402e-8eb4-e7d79237d017"
name: "Event Staff"
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
roleCategoryId: "2f8bf4ab-854b-4094-ac1c-cfd08fc79d9b"
costPerHour: 20
}
)
role_4: role_insert(
data: {
id: "67ab1dcb-5b54-4dd9-aeb5-9cc58bdda0ed"
name: "Security Guard"
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
roleCategoryId: "4b4622c9-cc55-4b1a-970f-a01643fdb01c"
costPerHour: 28
}
)
# Staff (6 total)
staff_1: staff_insert(
data: {
id: "633df3ce-b92c-473f-90d8-38dd027fdf57"
userId: "hWjFHY11K3X1MChMseVVaCDfAl32"
fullName: "Mariana Torres"
email: "mariana.torres@gmail.com"
phone: "+1-818-555-0101"
ownerId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
addres: "11430 Chandler Blvd, North Hollywood, CA 91601, USA"
city: "Los Angeles"
state: "CA"
street: "Chandler Boulevard"
country: "US"
placeId: "ChIJz2yGJ9O_woARy9K7mQ0cJ3E"
latitude: 34.16836
longitude: -118.37886
englishRequired: true
isRecommended: true
totalShifts: 4
averageRating: 4.5
onTimeRate: 100
noShowCount: 0
cancellationCount: 1
reliabilityScore: 95
}
)
staff_2: staff_insert(
data: {
id: "9631581a-1601-4e06-8e5e-600e9f305bcf"
userId: "V7mQ2pL8sKx5tR1nC3yH6uJ9wA0"
fullName: "Ethan Walker"
email: "ethan.walker@gmail.com"
phone: "+1-818-555-0102"
ownerId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
addres: "275 E Olive Ave, Burbank, CA 91502, USA"
city: "Burbank"
state: "CA"
street: "East Olive Avenue"
country: "US"
placeId: "ChIJq6qqq7q_woAR3y5Wm8pR5nI"
latitude: 34.18084
longitude: -118.30900
englishRequired: true
}
)
staff_3: staff_insert(
data: {
id: "2b678a6d-b8cd-4d5e-95ae-f35e4569f92c"
userId: "aB3cD5eF7gH9iJ2kL4mN6pQ8rS1"
fullName: "Sofia Ramirez"
email: "sofia.ramirez@gmail.com"
phone: "+1-818-555-0103"
ownerId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
addres: "613 E Broadway, Glendale, CA 91206, USA"
city: "Glendale"
state: "CA"
street: "East Broadway"
country: "US"
placeId: "ChIJz1dJx9u_woARxY9g7x7yW1E"
latitude: 34.14251
longitude: -118.24786
englishRequired: true
}
)
staff_4: staff_insert(
data: {
id: "d62605f9-366d-42c5-8f3b-f276c0d27ea3"
userId: "Z9yX7wV5uT3sR1qP8nM6lK4jH2"
fullName: "Lucas Chen"
email: "lucas.chen@gmail.com"
phone: "+1-818-555-0104"
ownerId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
addres: "100 N Garfield Ave, Pasadena, CA 91101, USA"
city: "Pasadena"
state: "CA"
street: "North Garfield Avenue"
country: "US"
placeId: "ChIJm0K4ZKq_woAR5d9kJm8v5nQ"
latitude: 34.14778
longitude: -118.14452
englishRequired: true
}
)
staff_5: staff_insert(
data: {
id: "c6428f90-9c29-4e5c-b362-dc67a9a8cbba"
userId: "mN2bV5cX7zL9kJ4hG6fD1sA3qW8"
fullName: "Priya Patel"
email: "priya.patel@gmail.com"
phone: "+1-818-555-0105"
ownerId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
addres: "4024 Radford Ave, Studio City, CA 91604, USA"
city: "Los Angeles"
state: "CA"
street: "Radford Avenue"
country: "US"
placeId: "ChIJQ0n0J9W_woAR1Zp9GJtQkYk"
latitude: 34.14459
longitude: -118.39174
englishRequired: true
}
)
staff_6: staff_insert(
data: {
id: "56d7178c-f4ab-4c50-9b1f-d6efe25ba50b"
userId: "tR8yU6iO4pL2kJ9hG7fD5sA3qW1"
fullName: "Miguel Alvarez"
email: "miguel.alvarez@gmail.com"
phone: "+1-818-555-0106"
ownerId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
addres: "16730 Chatsworth St, Granada Hills, CA 91344, USA"
city: "Los Angeles"
state: "CA"
street: "Chatsworth Street"
country: "US"
placeId: "ChIJv4Z0m6C_woARxZ7p6XJz3fE"
latitude: 34.26403
longitude: -118.50841
englishRequired: true
}
)
# Orders (20 total)
order_01: order_insert(
data: {
id: "0e3b8fbb-ffd7-496d-a20a-2375b9205f54"
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
orderType: ONE_TIME
status: COMPLETED
eventName: "KROW Opening Night"
teamHubId: "22a0b119-e6dc-4011-9043-d857cd4c12f3"
date: "2026-01-26T05:00:00Z"
requested: 1
total: 192
}
)
order_02: order_insert(
data: {
id: "8927e7c7-7e99-400b-ba26-3e94d7039605"
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
orderType: ONE_TIME
status: COMPLETED
eventName: "Downtown Launch Mixer"
teamHubId: "9c8eb9c6-c186-4d55-877e-35be852c3e86"
date: "2026-01-26T05:00:00Z"
requested: 1
total: 208
}
)
order_03: order_insert(
data: {
id: "8bb46c96-74cd-48d6-bbb1-287823376e30"
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
orderType: ONE_TIME
status: COMPLETED
eventName: "Community Night Market"
teamHubId: "75c70d83-1680-4b28-ab61-2fe64a74fc5f"
date: "2026-01-27T05:00:00Z"
requested: 1
total: 160
}
)
order_04: order_insert(
data: {
id: "83b7dd83-2223-4585-a75f-b247368ebfcb"
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
orderType: ONE_TIME
status: COMPLETED
eventName: "KROW Partner Showcase"
teamHubId: "22a0b119-e6dc-4011-9043-d857cd4c12f3"
date: "2026-01-28T05:00:00Z"
requested: 1
total: 224
}
)
order_05: order_insert(
data: {
id: "1f7589f3-5bac-4174-82ed-844995ffb36e"
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
orderType: ONE_TIME
status: COMPLETED
eventName: "Vendor Appreciation Lunch"
teamHubId: "9c8eb9c6-c186-4d55-877e-35be852c3e86"
date: "2026-01-28T05:00:00Z"
requested: 1
total: 192
}
)
order_06: order_insert(
data: {
id: "df585e06-05f9-4859-865f-de23d8fa29fe"
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
orderType: ONE_TIME
status: COMPLETED
eventName: "Operations Wrap-Up"
teamHubId: "75c70d83-1680-4b28-ab61-2fe64a74fc5f"
date: "2026-01-29T05:00:00Z"
requested: 1
total: 208
}
)
order_07: order_insert(
data: {
id: "c3c5dca6-c8f9-4948-bb8c-10d8129914b3"
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
orderType: ONE_TIME
status: COMPLETED
eventName: "KROW Friday Preview"
teamHubId: "22a0b119-e6dc-4011-9043-d857cd4c12f3"
date: "2026-01-30T05:00:00Z"
requested: 2
total: 320
}
)
order_08: order_insert(
data: {
id: "a1fe2d34-cd5e-4372-bd73-e220a1840e1d"
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
orderType: ONE_TIME
status: COMPLETED
eventName: "Saturday Security Detail"
teamHubId: "9c8eb9c6-c186-4d55-877e-35be852c3e86"
date: "2026-01-30T05:00:00Z"
requested: 1
total: 224
}
)
order_09: order_insert(
data: {
id: "858753bc-dfa3-46fd-b383-ecd38de40b05"
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
orderType: ONE_TIME
status: COMPLETED
eventName: "Weekend Brunch"
teamHubId: "75c70d83-1680-4b28-ab61-2fe64a74fc5f"
date: "2026-01-31T05:00:00Z"
requested: 1
total: 192
}
)
order_10: order_insert(
data: {
id: "634386c5-45f3-46a0-a267-9971f0c19728"
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
orderType: ONE_TIME
status: COMPLETED
eventName: "Sunday Service"
teamHubId: "22a0b119-e6dc-4011-9043-d857cd4c12f3"
date: "2026-02-01T05:00:00Z"
requested: 2
total: 416
}
)
order_11: order_insert(
data: {
id: "43d593ed-0c58-4675-ae12-34aa27cb0d0c"
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
orderType: ONE_TIME
status: COMPLETED
eventName: "Monday Concessions"
teamHubId: "9c8eb9c6-c186-4d55-877e-35be852c3e86"
date: "2026-02-02T05:00:00Z"
requested: 2
total: 320
}
)
order_12: order_insert(
data: {
id: "7abf0183-a989-4c2a-b420-e959663da61b"
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
orderType: ONE_TIME
status: COMPLETED
eventName: "Night Security Coverage"
teamHubId: "75c70d83-1680-4b28-ab61-2fe64a74fc5f"
date: "2026-02-02T05:00:00Z"
requested: 1
total: 224
}
)
order_13: order_insert(
data: {
id: "2d2d1d8a-1771-4499-831c-2146207105c2"
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
orderType: ONE_TIME
status: POSTED
eventName: "Tuesday Kitchen Prep"
teamHubId: "22a0b119-e6dc-4011-9043-d857cd4c12f3"
date: "2026-02-03T05:00:00Z"
requested: 1
total: 192
}
)
order_14: order_insert(
data: {
id: "fb29987a-945d-434c-84e4-9870d04146e7"
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
orderType: ONE_TIME
status: PARTIAL_STAFFED
eventName: "Midweek Bar Service"
teamHubId: "9c8eb9c6-c186-4d55-877e-35be852c3e86"
date: "2026-02-04T05:00:00Z"
requested: 2
total: 416
}
)
order_15: order_insert(
data: {
id: "baee688f-6eb9-41cf-a88c-b5c4826767a5"
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
orderType: ONE_TIME
status: PARTIAL_STAFFED
eventName: "Community Volunteer Night"
teamHubId: "75c70d83-1680-4b28-ab61-2fe64a74fc5f"
date: "2026-02-04T05:00:00Z"
requested: 2
total: 320
}
)
order_16: order_insert(
data: {
id: "724eb236-aee2-4529-b702-65c8dfc7dcc0"
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
orderType: ONE_TIME
status: POSTED
eventName: "Thursday Security Watch"
teamHubId: "22a0b119-e6dc-4011-9043-d857cd4c12f3"
date: "2026-02-05T05:00:00Z"
requested: 1
total: 224
}
)
order_17: order_insert(
data: {
id: "ed2f36a7-1198-4515-8a24-f2495cf95dda"
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
orderType: ONE_TIME
status: PARTIAL_STAFFED
eventName: "Friday Kitchen Support"
teamHubId: "9c8eb9c6-c186-4d55-877e-35be852c3e86"
date: "2026-02-06T05:00:00Z"
requested: 2
total: 384
}
)
order_18: order_insert(
data: {
id: "5cf4ca96-fdf4-4d08-bcee-79fae59812b6"
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
orderType: ONE_TIME
status: POSTED
eventName: "Friday Bar Coverage"
teamHubId: "75c70d83-1680-4b28-ab61-2fe64a74fc5f"
date: "2026-02-06T05:00:00Z"
requested: 1
total: 208
}
)
order_19: order_insert(
data: {
id: "60307e4b-d9d8-4cd1-9516-8c52227072da"
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
orderType: ONE_TIME
status: PARTIAL_STAFFED
eventName: "Saturday Event Support"
teamHubId: "22a0b119-e6dc-4011-9043-d857cd4c12f3"
date: "2026-02-07T05:00:00Z"
requested: 2
total: 320
}
)
order_20: order_insert(
data: {
id: "700d75e6-4ad8-4ed2-8c52-4f23e0a1bd4c"
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
orderType: ONE_TIME
status: POSTED
eventName: "Sunday Security Patrol"
teamHubId: "9c8eb9c6-c186-4d55-877e-35be852c3e86"
date: "2026-02-08T05:00:00Z"
requested: 1
total: 224
}
)
# Shifts (1 per order)
shift_01: shift_insert(
data: {
id: "97475714-44d9-4a52-8486-672977689bc0"
title: "KROW Opening Night Shift"
orderId: "0e3b8fbb-ffd7-496d-a20a-2375b9205f54"
date: "2026-01-26T05:00:00Z"
startTime: "2026-01-26T14:00:00Z"
endTime: "2026-01-26T22:00:00Z"
hours: 8
cost: 192
locationAddress: "5000 San Jose Street, Granada Hills, CA, USA"
city: "Los Angeles"
state: "CA"
street: "San Jose Street"
country: "US"
placeId: "Eiw1MDAwIFNhbiBKb3NlIFN0cmVldCwgR3JhbmFkYSBIaWxscywgQ0EsIFVTQSIuKiwKFAoSCYNJZBTdmsKAEddGOfBj8LvTEhQKEglnNXI0zZrCgBEjR6om62lcVw"
latitude: 34.2611486
longitude: -118.5010287
status: COMPLETED
workersNeeded: 1
filled: 1
}
)
shift_02: shift_insert(
data: {
id: "50493c45-ad80-4a7b-993b-cd54a9bb1cbf"
title: "Downtown Launch Mixer Shift"
orderId: "8927e7c7-7e99-400b-ba26-3e94d7039605"
date: "2026-01-26T05:00:00Z"
startTime: "2026-01-26T14:00:00Z"
endTime: "2026-01-26T22:00:00Z"
hours: 8
cost: 208
locationAddress: "4000 San Jose Street, Granada Hills, CA, USA"
city: "Los Angeles"
state: "CA"
street: "San Jose Street"
country: "US"
placeId: "Eiw0MDAwIFNhbiBKb3NlIFN0cmVldCwgR3JhbmFkYSBIaWxscywgQ0EsIFVTQSIuKiwKFAoSCYNJZBTdmsKAEddGOfBj8LvTEhQKEglnNXI0zZrCgBEjR6om62lcVw"
latitude: 34.2611486
longitude: -118.5010287
status: COMPLETED
workersNeeded: 1
filled: 1
}
)
shift_03: shift_insert(
data: {
id: "05101aa0-48b5-4f6e-8327-3c3679fd59dd"
title: "Community Night Market Shift"
orderId: "8bb46c96-74cd-48d6-bbb1-287823376e30"
date: "2026-01-27T05:00:00Z"
startTime: "2026-01-27T14:00:00Z"
endTime: "2026-01-27T22:00:00Z"
hours: 8
cost: 160
locationAddress: "6800 San Jose Street, Granada Hills, CA, USA"
city: "Los Angeles"
state: "CA"
street: "San Jose Street"
country: "US"
placeId: "Eiw2ODAwIFNhbiBKb3NlIFN0cmVldCwgR3JhbmFkYSBIaWxscywgQ0EsIFVTQSIuKiwKFAoSCYNJZBTdmsKAEddGOfBj8LvTEhQKEglnNXI0zZrCgBEjR6om62lcVw"
latitude: 34.2611486
longitude: -118.5010287
status: COMPLETED
workersNeeded: 1
filled: 1
}
)
shift_04: shift_insert(
data: {
id: "dafa7ede-5245-436c-af4a-1d1f20d68ab5"
title: "KROW Partner Showcase Shift"
orderId: "83b7dd83-2223-4585-a75f-b247368ebfcb"
date: "2026-01-28T05:00:00Z"
startTime: "2026-01-28T14:00:00Z"
endTime: "2026-01-28T22:00:00Z"
hours: 8
cost: 224
locationAddress: "5000 San Jose Street, Granada Hills, CA, USA"
city: "Los Angeles"
state: "CA"
street: "San Jose Street"
country: "US"
placeId: "Eiw1MDAwIFNhbiBKb3NlIFN0cmVldCwgR3JhbmFkYSBIaWxscywgQ0EsIFVTQSIuKiwKFAoSCYNJZBTdmsKAEddGOfBj8LvTEhQKEglnNXI0zZrCgBEjR6om62lcVw"
latitude: 34.2611486
longitude: -118.5010287
status: COMPLETED
workersNeeded: 1
filled: 1
}
)
shift_05: shift_insert(
data: {
id: "ab51c851-8d93-4a7c-907a-d768d6908b7f"
title: "Vendor Appreciation Lunch Shift"
orderId: "1f7589f3-5bac-4174-82ed-844995ffb36e"
date: "2026-01-28T05:00:00Z"
startTime: "2026-01-28T14:00:00Z"
endTime: "2026-01-28T22:00:00Z"
hours: 8
cost: 192
locationAddress: "4000 San Jose Street, Granada Hills, CA, USA"
city: "Los Angeles"
state: "CA"
street: "San Jose Street"
country: "US"
placeId: "Eiw0MDAwIFNhbiBKb3NlIFN0cmVldCwgR3JhbmFkYSBIaWxscywgQ0EsIFVTQSIuKiwKFAoSCYNJZBTdmsKAEddGOfBj8LvTEhQKEglnNXI0zZrCgBEjR6om62lcVw"
latitude: 34.2611486
longitude: -118.5010287
status: COMPLETED
workersNeeded: 1
filled: 1
}
)
shift_06: shift_insert(
data: {
id: "dbb94e32-7f51-4fd4-bfc9-148a90867437"
title: "Operations Wrap-Up Shift"
orderId: "df585e06-05f9-4859-865f-de23d8fa29fe"
date: "2026-01-29T05:00:00Z"
startTime: "2026-01-29T14:00:00Z"
endTime: "2026-01-29T22:00:00Z"
hours: 8
cost: 208
locationAddress: "6800 San Jose Street, Granada Hills, CA, USA"
city: "Los Angeles"
state: "CA"
street: "San Jose Street"
country: "US"
placeId: "Eiw2ODAwIFNhbiBKb3NlIFN0cmVldCwgR3JhbmFkYSBIaWxscywgQ0EsIFVTQSIuKiwKFAoSCYNJZBTdmsKAEddGOfBj8LvTEhQKEglnNXI0zZrCgBEjR6om62lcVw"
latitude: 34.2611486
longitude: -118.5010287
status: COMPLETED
workersNeeded: 1
filled: 1
}
)
shift_07: shift_insert(
data: {
id: "7dc230cb-5680-4799-b45a-8a8269675a42"
title: "KROW Friday Preview Shift"
orderId: "c3c5dca6-c8f9-4948-bb8c-10d8129914b3"
date: "2026-01-30T05:00:00Z"
startTime: "2026-01-30T14:00:00Z"
endTime: "2026-01-30T22:00:00Z"
hours: 8
cost: 320
locationAddress: "5000 San Jose Street, Granada Hills, CA, USA"
city: "Los Angeles"
state: "CA"
street: "San Jose Street"
country: "US"
placeId: "Eiw1MDAwIFNhbiBKb3NlIFN0cmVldCwgR3JhbmFkYSBIaWxscywgQ0EsIFVTQSIuKiwKFAoSCYNJZBTdmsKAEddGOfBj8LvTEhQKEglnNXI0zZrCgBEjR6om62lcVw"
latitude: 34.2611486
longitude: -118.5010287
status: COMPLETED
workersNeeded: 2
filled: 2
}
)
shift_08: shift_insert(
data: {
id: "5e4cc4e0-51a4-406b-82cd-39bfa3a0970a"
title: "Saturday Security Detail Shift"
orderId: "a1fe2d34-cd5e-4372-bd73-e220a1840e1d"
date: "2026-01-30T05:00:00Z"
startTime: "2026-01-30T14:00:00Z"
endTime: "2026-01-30T22:00:00Z"
hours: 8
cost: 224
locationAddress: "4000 San Jose Street, Granada Hills, CA, USA"
city: "Los Angeles"
state: "CA"
street: "San Jose Street"
country: "US"
placeId: "Eiw0MDAwIFNhbiBKb3NlIFN0cmVldCwgR3JhbmFkYSBIaWxscywgQ0EsIFVTQSIuKiwKFAoSCYNJZBTdmsKAEddGOfBj8LvTEhQKEglnNXI0zZrCgBEjR6om62lcVw"
latitude: 34.2611486
longitude: -118.5010287
status: COMPLETED
workersNeeded: 1
filled: 1
}
)
shift_09: shift_insert(
data: {
id: "07be57d0-a580-46b7-b98e-1e29249cff63"
title: "Weekend Brunch Shift"
orderId: "858753bc-dfa3-46fd-b383-ecd38de40b05"
date: "2026-01-31T05:00:00Z"
startTime: "2026-01-31T14:00:00Z"
endTime: "2026-01-31T22:00:00Z"
hours: 8
cost: 192
locationAddress: "6800 San Jose Street, Granada Hills, CA, USA"
city: "Los Angeles"
state: "CA"
street: "San Jose Street"
country: "US"
placeId: "Eiw2ODAwIFNhbiBKb3NlIFN0cmVldCwgR3JhbmFkYSBIaWxscywgQ0EsIFVTQSIuKiwKFAoSCYNJZBTdmsKAEddGOfBj8LvTEhQKEglnNXI0zZrCgBEjR6om62lcVw"
latitude: 34.2611486
longitude: -118.5010287
status: COMPLETED
workersNeeded: 1
filled: 1
}
)
shift_10: shift_insert(
data: {
id: "845b366b-3ec6-4322-b3cf-b386e6ad8ba5"
title: "Sunday Service Shift"
orderId: "634386c5-45f3-46a0-a267-9971f0c19728"
date: "2026-02-01T05:00:00Z"
startTime: "2026-02-01T14:00:00Z"
endTime: "2026-02-01T22:00:00Z"
hours: 8
cost: 416
locationAddress: "5000 San Jose Street, Granada Hills, CA, USA"
city: "Los Angeles"
state: "CA"
street: "San Jose Street"
country: "US"
placeId: "Eiw1MDAwIFNhbiBKb3NlIFN0cmVldCwgR3JhbmFkYSBIaWxscywgQ0EsIFVTQSIuKiwKFAoSCYNJZBTdmsKAEddGOfBj8LvTEhQKEglnNXI0zZrCgBEjR6om62lcVw"
latitude: 34.2611486
longitude: -118.5010287
status: COMPLETED
workersNeeded: 2
filled: 2
}
)
shift_11: shift_insert(
data: {
id: "940ae08f-a9f4-4fe4-ab8b-a219c53f3bfa"
title: "Monday Concessions Shift"
orderId: "43d593ed-0c58-4675-ae12-34aa27cb0d0c"
date: "2026-02-02T05:00:00Z"
startTime: "2026-02-02T14:00:00Z"
endTime: "2026-02-02T22:00:00Z"
hours: 8
cost: 320
locationAddress: "4000 San Jose Street, Granada Hills, CA, USA"
city: "Los Angeles"
state: "CA"
street: "San Jose Street"
country: "US"
placeId: "Eiw0MDAwIFNhbiBKb3NlIFN0cmVldCwgR3JhbmFkYSBIaWxscywgQ0EsIFVTQSIuKiwKFAoSCYNJZBTdmsKAEddGOfBj8LvTEhQKEglnNXI0zZrCgBEjR6om62lcVw"
latitude: 34.2611486
longitude: -118.5010287
status: COMPLETED
workersNeeded: 2
filled: 2
}
)
shift_12: shift_insert(
data: {
id: "738cd678-9179-4360-bf24-426700651a37"
title: "Night Security Coverage Shift"
orderId: "7abf0183-a989-4c2a-b420-e959663da61b"
date: "2026-02-02T05:00:00Z"
startTime: "2026-02-02T14:00:00Z"
endTime: "2026-02-02T22:00:00Z"
hours: 8
cost: 224
locationAddress: "6800 San Jose Street, Granada Hills, CA, USA"
city: "Los Angeles"
state: "CA"
street: "San Jose Street"
country: "US"
placeId: "Eiw2ODAwIFNhbiBKb3NlIFN0cmVldCwgR3JhbmFkYSBIaWxscywgQ0EsIFVTQSIuKiwKFAoSCYNJZBTdmsKAEddGOfBj8LvTEhQKEglnNXI0zZrCgBEjR6om62lcVw"
latitude: 34.2611486
longitude: -118.5010287
status: COMPLETED
workersNeeded: 1
filled: 1
}
)
shift_13: shift_insert(
data: {
id: "c08dd45c-ce93-4f98-948a-5ba6a8f15296"
title: "Tuesday Kitchen Prep Shift"
orderId: "2d2d1d8a-1771-4499-831c-2146207105c2"
date: "2026-02-03T05:00:00Z"
startTime: "2026-02-03T14:00:00Z"
endTime: "2026-02-03T22:00:00Z"
hours: 8
cost: 192
locationAddress: "5000 San Jose Street, Granada Hills, CA, USA"
city: "Los Angeles"
state: "CA"
street: "San Jose Street"
country: "US"
placeId: "Eiw1MDAwIFNhbiBKb3NlIFN0cmVldCwgR3JhbmFkYSBIaWxscywgQ0EsIFVTQSIuKiwKFAoSCYNJZBTdmsKAEddGOfBj8LvTEhQKEglnNXI0zZrCgBEjR6om62lcVw"
latitude: 34.2611486
longitude: -118.5010287
status: OPEN
workersNeeded: 1
filled: 0
}
)
shift_14: shift_insert(
data: {
id: "38b194b2-55f4-4af7-991d-38d46c95916c"
title: "Midweek Bar Service Shift"
orderId: "fb29987a-945d-434c-84e4-9870d04146e7"
date: "2026-02-04T05:00:00Z"
startTime: "2026-02-04T14:00:00Z"
endTime: "2026-02-04T22:00:00Z"
hours: 8
cost: 416
locationAddress: "4000 San Jose Street, Granada Hills, CA, USA"
city: "Los Angeles"
state: "CA"
street: "San Jose Street"
country: "US"
placeId: "Eiw0MDAwIFNhbiBKb3NlIFN0cmVldCwgR3JhbmFkYSBIaWxscywgQ0EsIFVTQSIuKiwKFAoSCYNJZBTdmsKAEddGOfBj8LvTEhQKEglnNXI0zZrCgBEjR6om62lcVw"
latitude: 34.2611486
longitude: -118.5010287
status: OPEN
workersNeeded: 2
filled: 1
}
)
shift_15: shift_insert(
data: {
id: "9cdd54c7-7e48-4149-bb79-0cd142550328"
title: "Community Volunteer Night Shift"
orderId: "baee688f-6eb9-41cf-a88c-b5c4826767a5"
date: "2026-02-04T05:00:00Z"
startTime: "2026-02-04T14:00:00Z"
endTime: "2026-02-04T22:00:00Z"
hours: 8
cost: 320
locationAddress: "6800 San Jose Street, Granada Hills, CA, USA"
city: "Los Angeles"
state: "CA"
street: "San Jose Street"
country: "US"
placeId: "Eiw2ODAwIFNhbiBKb3NlIFN0cmVldCwgR3JhbmFkYSBIaWxscywgQ0EsIFVTQSIuKiwKFAoSCYNJZBTdmsKAEddGOfBj8LvTEhQKEglnNXI0zZrCgBEjR6om62lcVw"
latitude: 34.2611486
longitude: -118.5010287
status: OPEN
workersNeeded: 2
filled: 1
}
)
shift_16: shift_insert(
data: {
id: "96896f2c-525f-4a71-980a-843007b6115b"
title: "Thursday Security Watch Shift"
orderId: "724eb236-aee2-4529-b702-65c8dfc7dcc0"
date: "2026-02-05T05:00:00Z"
startTime: "2026-02-05T14:00:00Z"
endTime: "2026-02-05T22:00:00Z"
hours: 8
cost: 224
locationAddress: "5000 San Jose Street, Granada Hills, CA, USA"
city: "Los Angeles"
state: "CA"
street: "San Jose Street"
country: "US"
placeId: "Eiw1MDAwIFNhbiBKb3NlIFN0cmVldCwgR3JhbmFkYSBIaWxscywgQ0EsIFVTQSIuKiwKFAoSCYNJZBTdmsKAEddGOfBj8LvTEhQKEglnNXI0zZrCgBEjR6om62lcVw"
latitude: 34.2611486
longitude: -118.5010287
status: OPEN
workersNeeded: 1
filled: 0
}
)
shift_17: shift_insert(
data: {
id: "1cd2e3d1-42d5-4c04-8778-171d599fe157"
title: "Friday Kitchen Support Shift"
orderId: "ed2f36a7-1198-4515-8a24-f2495cf95dda"
date: "2026-02-06T05:00:00Z"
startTime: "2026-02-06T14:00:00Z"
endTime: "2026-02-06T22:00:00Z"
hours: 8
cost: 384
locationAddress: "4000 San Jose Street, Granada Hills, CA, USA"
city: "Los Angeles"
state: "CA"
street: "San Jose Street"
country: "US"
placeId: "Eiw0MDAwIFNhbiBKb3NlIFN0cmVldCwgR3JhbmFkYSBIaWxscywgQ0EsIFVTQSIuKiwKFAoSCYNJZBTdmsKAEddGOfBj8LvTEhQKEglnNXI0zZrCgBEjR6om62lcVw"
latitude: 34.2611486
longitude: -118.5010287
status: OPEN
workersNeeded: 2
filled: 1
}
)
shift_18: shift_insert(
data: {
id: "fa6e2567-bbcc-4eee-a4ac-16cca06283ad"
title: "Friday Bar Coverage Shift"
orderId: "5cf4ca96-fdf4-4d08-bcee-79fae59812b6"
date: "2026-02-06T05:00:00Z"
startTime: "2026-02-06T14:00:00Z"
endTime: "2026-02-06T22:00:00Z"
hours: 8
cost: 208
locationAddress: "6800 San Jose Street, Granada Hills, CA, USA"
city: "Los Angeles"
state: "CA"
street: "San Jose Street"
country: "US"
placeId: "Eiw2ODAwIFNhbiBKb3NlIFN0cmVldCwgR3JhbmFkYSBIaWxscywgQ0EsIFVTQSIuKiwKFAoSCYNJZBTdmsKAEddGOfBj8LvTEhQKEglnNXI0zZrCgBEjR6om62lcVw"
latitude: 34.2611486
longitude: -118.5010287
status: OPEN
workersNeeded: 1
filled: 0
}
)
shift_19: shift_insert(
data: {
id: "0f451a6b-610f-4b50-8617-d8b668227ec7"
title: "Saturday Event Support Shift"
orderId: "60307e4b-d9d8-4cd1-9516-8c52227072da"
date: "2026-02-07T05:00:00Z"
startTime: "2026-02-07T14:00:00Z"
endTime: "2026-02-07T22:00:00Z"
hours: 8
cost: 320
locationAddress: "5000 San Jose Street, Granada Hills, CA, USA"
city: "Los Angeles"
state: "CA"
street: "San Jose Street"
country: "US"
placeId: "Eiw1MDAwIFNhbiBKb3NlIFN0cmVldCwgR3JhbmFkYSBIaWxscywgQ0EsIFVTQSIuKiwKFAoSCYNJZBTdmsKAEddGOfBj8LvTEhQKEglnNXI0zZrCgBEjR6om62lcVw"
latitude: 34.2611486
longitude: -118.5010287
status: OPEN
workersNeeded: 2
filled: 1
}
)
shift_20: shift_insert(
data: {
id: "5f70a60f-283d-4cb6-a666-ae2691f46ddc"
title: "Sunday Security Patrol Shift"
orderId: "700d75e6-4ad8-4ed2-8c52-4f23e0a1bd4c"
date: "2026-02-08T05:00:00Z"
startTime: "2026-02-08T14:00:00Z"
endTime: "2026-02-08T22:00:00Z"
hours: 8
cost: 224
locationAddress: "4000 San Jose Street, Granada Hills, CA, USA"
city: "Los Angeles"
state: "CA"
street: "San Jose Street"
country: "US"
placeId: "Eiw0MDAwIFNhbiBKb3NlIFN0cmVldCwgR3JhbmFkYSBIaWxscywgQ0EsIFVTQSIuKiwKFAoSCYNJZBTdmsKAEddGOfBj8LvTEhQKEglnNXI0zZrCgBEjR6om62lcVw"
latitude: 34.2611486
longitude: -118.5010287
status: OPEN
workersNeeded: 1
filled: 0
}
)
# Shift Roles (1 per shift)
shift_role_01: shiftRole_insert(
data: {
id: "29b997e3-8d76-4031-ac0b-c6cb85c9dda0"
shiftId: "97475714-44d9-4a52-8486-672977689bc0"
roleId: "e51f3553-f2ee-400b-91e6-92b534239697"
count: 1
assigned: 1
startTime: "2026-01-26T14:00:00Z"
endTime: "2026-01-26T22:00:00Z"
hours: 8
breakType: MIN_30
totalValue: 192
}
)
shift_role_02: shiftRole_insert(
data: {
id: "6c72edc0-2bb5-45e2-b38a-f17685b243ad"
shiftId: "50493c45-ad80-4a7b-993b-cd54a9bb1cbf"
roleId: "7de956ce-743b-4271-b826-73313a5f07f5"
count: 1
assigned: 1
startTime: "2026-01-26T14:00:00Z"
endTime: "2026-01-26T22:00:00Z"
hours: 8
breakType: MIN_30
totalValue: 208
}
)
shift_role_03: shiftRole_insert(
data: {
id: "74567266-347d-476a-83f4-e95b4f7cd25c"
shiftId: "05101aa0-48b5-4f6e-8327-3c3679fd59dd"
roleId: "73fdb09b-ecbd-402e-8eb4-e7d79237d017"
count: 1
assigned: 1
startTime: "2026-01-27T14:00:00Z"
endTime: "2026-01-27T22:00:00Z"
hours: 8
breakType: MIN_30
totalValue: 160
}
)
shift_role_04: shiftRole_insert(
data: {
id: "6b07d4e3-e9f2-4d6c-8aef-31668d834ff0"
shiftId: "dafa7ede-5245-436c-af4a-1d1f20d68ab5"
roleId: "67ab1dcb-5b54-4dd9-aeb5-9cc58bdda0ed"
count: 1
assigned: 1
startTime: "2026-01-28T14:00:00Z"
endTime: "2026-01-28T22:00:00Z"
hours: 8
breakType: MIN_30
totalValue: 224
}
)
shift_role_05: shiftRole_insert(
data: {
id: "0e081523-a8a3-497d-8221-26ddad17c75a"
shiftId: "ab51c851-8d93-4a7c-907a-d768d6908b7f"
roleId: "e51f3553-f2ee-400b-91e6-92b534239697"
count: 1
assigned: 1
startTime: "2026-01-28T14:00:00Z"
endTime: "2026-01-28T22:00:00Z"
hours: 8
breakType: MIN_30
totalValue: 192
}
)
shift_role_06: shiftRole_insert(
data: {
id: "cfa2d60e-f96c-49e9-bd4d-a112ff01485c"
shiftId: "dbb94e32-7f51-4fd4-bfc9-148a90867437"
roleId: "7de956ce-743b-4271-b826-73313a5f07f5"
count: 1
assigned: 1
startTime: "2026-01-29T14:00:00Z"
endTime: "2026-01-29T22:00:00Z"
hours: 8
breakType: MIN_30
totalValue: 208
}
)
shift_role_07: shiftRole_insert(
data: {
id: "27481670-6f28-4d37-8b2d-8768f650c561"
shiftId: "7dc230cb-5680-4799-b45a-8a8269675a42"
roleId: "73fdb09b-ecbd-402e-8eb4-e7d79237d017"
count: 2
assigned: 2
startTime: "2026-01-30T14:00:00Z"
endTime: "2026-01-30T22:00:00Z"
hours: 8
breakType: MIN_30
totalValue: 320
}
)
shift_role_08: shiftRole_insert(
data: {
id: "2ddb7112-b9de-41b6-9637-48f12c7cf63e"
shiftId: "5e4cc4e0-51a4-406b-82cd-39bfa3a0970a"
roleId: "67ab1dcb-5b54-4dd9-aeb5-9cc58bdda0ed"
count: 1
assigned: 1
startTime: "2026-01-30T14:00:00Z"
endTime: "2026-01-30T22:00:00Z"
hours: 8
breakType: MIN_30
totalValue: 224
}
)
shift_role_09: shiftRole_insert(
data: {
id: "25718f64-ae53-4c28-813a-26d6af1bb533"
shiftId: "07be57d0-a580-46b7-b98e-1e29249cff63"
roleId: "e51f3553-f2ee-400b-91e6-92b534239697"
count: 1
assigned: 1
startTime: "2026-01-31T14:00:00Z"
endTime: "2026-01-31T22:00:00Z"
hours: 8
breakType: MIN_30
totalValue: 192
}
)
shift_role_10: shiftRole_insert(
data: {
id: "944bc40d-bdab-44e7-8ca9-c4ec23f235cb"
shiftId: "845b366b-3ec6-4322-b3cf-b386e6ad8ba5"
roleId: "7de956ce-743b-4271-b826-73313a5f07f5"
count: 2
assigned: 2
startTime: "2026-02-01T14:00:00Z"
endTime: "2026-02-01T22:00:00Z"
hours: 8
breakType: MIN_30
totalValue: 416
}
)
shift_role_11: shiftRole_insert(
data: {
id: "443052d5-d0c7-4948-8607-e42520a6d069"
shiftId: "940ae08f-a9f4-4fe4-ab8b-a219c53f3bfa"
roleId: "73fdb09b-ecbd-402e-8eb4-e7d79237d017"
count: 2
assigned: 2
startTime: "2026-02-02T14:00:00Z"
endTime: "2026-02-02T22:00:00Z"
hours: 8
breakType: MIN_30
totalValue: 320
}
)
shift_role_12: shiftRole_insert(
data: {
id: "bdd79b68-f4ab-4039-b7b0-c89e3a29bb9a"
shiftId: "738cd678-9179-4360-bf24-426700651a37"
roleId: "67ab1dcb-5b54-4dd9-aeb5-9cc58bdda0ed"
count: 1
assigned: 1
startTime: "2026-02-02T14:00:00Z"
endTime: "2026-02-02T22:00:00Z"
hours: 8
breakType: MIN_30
totalValue: 224
}
)
shift_role_13: shiftRole_insert(
data: {
id: "59ce3054-ac51-44bd-9b67-1fb9ffc01c79"
shiftId: "c08dd45c-ce93-4f98-948a-5ba6a8f15296"
roleId: "e51f3553-f2ee-400b-91e6-92b534239697"
count: 1
assigned: 0
startTime: "2026-02-03T14:00:00Z"
endTime: "2026-02-03T22:00:00Z"
hours: 8
breakType: MIN_30
totalValue: 192
}
)
shift_role_14: shiftRole_insert(
data: {
id: "7731be5a-780f-4fed-8bc4-963d84a8f14f"
shiftId: "38b194b2-55f4-4af7-991d-38d46c95916c"
roleId: "7de956ce-743b-4271-b826-73313a5f07f5"
count: 2
assigned: 1
startTime: "2026-02-04T14:00:00Z"
endTime: "2026-02-04T22:00:00Z"
hours: 8
breakType: MIN_30
totalValue: 416
}
)
shift_role_15: shiftRole_insert(
data: {
id: "8a9ca09f-fe02-4a31-aba3-8920da941bcc"
shiftId: "9cdd54c7-7e48-4149-bb79-0cd142550328"
roleId: "73fdb09b-ecbd-402e-8eb4-e7d79237d017"
count: 2
assigned: 1
startTime: "2026-02-04T14:00:00Z"
endTime: "2026-02-04T22:00:00Z"
hours: 8
breakType: MIN_30
totalValue: 320
}
)
shift_role_16: shiftRole_insert(
data: {
id: "184be03d-257f-4e6b-b796-a9d0da89b2cc"
shiftId: "96896f2c-525f-4a71-980a-843007b6115b"
roleId: "67ab1dcb-5b54-4dd9-aeb5-9cc58bdda0ed"
count: 1
assigned: 0
startTime: "2026-02-05T14:00:00Z"
endTime: "2026-02-05T22:00:00Z"
hours: 8
breakType: MIN_30
totalValue: 224
}
)
shift_role_17: shiftRole_insert(
data: {
id: "0ae7fa52-ffea-43b7-a2a5-03c5a7cc0c4f"
shiftId: "1cd2e3d1-42d5-4c04-8778-171d599fe157"
roleId: "e51f3553-f2ee-400b-91e6-92b534239697"
count: 2
assigned: 1
startTime: "2026-02-06T14:00:00Z"
endTime: "2026-02-06T22:00:00Z"
hours: 8
breakType: MIN_30
totalValue: 384
}
)
shift_role_18: shiftRole_insert(
data: {
id: "812b9b83-2913-4d59-92d9-e110b4f4c0ad"
shiftId: "fa6e2567-bbcc-4eee-a4ac-16cca06283ad"
roleId: "7de956ce-743b-4271-b826-73313a5f07f5"
count: 1
assigned: 0
startTime: "2026-02-06T14:00:00Z"
endTime: "2026-02-06T22:00:00Z"
hours: 8
breakType: MIN_30
totalValue: 208
}
)
shift_role_19: shiftRole_insert(
data: {
id: "fb27127e-7162-43ec-a98d-220517f5c326"
shiftId: "0f451a6b-610f-4b50-8617-d8b668227ec7"
roleId: "73fdb09b-ecbd-402e-8eb4-e7d79237d017"
count: 2
assigned: 1
startTime: "2026-02-07T14:00:00Z"
endTime: "2026-02-07T22:00:00Z"
hours: 8
breakType: MIN_30
totalValue: 320
}
)
shift_role_20: shiftRole_insert(
data: {
id: "360616bf-8083-4dff-8d22-82380304d838"
shiftId: "5f70a60f-283d-4cb6-a666-ae2691f46ddc"
roleId: "67ab1dcb-5b54-4dd9-aeb5-9cc58bdda0ed"
count: 1
assigned: 0
startTime: "2026-02-08T14:00:00Z"
endTime: "2026-02-08T22:00:00Z"
hours: 8
breakType: MIN_30
totalValue: 224
}
)
# Applications
application_01: application_insert(
data: {
id: "89f99e27-999b-41e4-a8d8-c918759a5638"
shiftId: "97475714-44d9-4a52-8486-672977689bc0"
staffId: "633df3ce-b92c-473f-90d8-38dd027fdf57"
roleId: "e51f3553-f2ee-400b-91e6-92b534239697"
status: COMPLETED
origin: STAFF
}
)
application_02: application_insert(
data: {
id: "fc772ef9-eb2c-4f03-a594-7e439b6ca74e"
shiftId: "50493c45-ad80-4a7b-993b-cd54a9bb1cbf"
staffId: "9631581a-1601-4e06-8e5e-600e9f305bcf"
roleId: "7de956ce-743b-4271-b826-73313a5f07f5"
status: COMPLETED
origin: STAFF
}
)
application_03: application_insert(
data: {
id: "a8090a7c-56ca-4164-9f1f-1c3ed9aa80de"
shiftId: "05101aa0-48b5-4f6e-8327-3c3679fd59dd"
staffId: "2b678a6d-b8cd-4d5e-95ae-f35e4569f92c"
roleId: "73fdb09b-ecbd-402e-8eb4-e7d79237d017"
status: COMPLETED
origin: STAFF
}
)
application_04: application_insert(
data: {
id: "245c496f-19f7-4a6a-a913-2b741f998c14"
shiftId: "dafa7ede-5245-436c-af4a-1d1f20d68ab5"
staffId: "d62605f9-366d-42c5-8f3b-f276c0d27ea3"
roleId: "67ab1dcb-5b54-4dd9-aeb5-9cc58bdda0ed"
status: COMPLETED
origin: STAFF
}
)
application_05: application_insert(
data: {
id: "b28c4cd4-372a-43b2-9b27-13afec1be3a0"
shiftId: "ab51c851-8d93-4a7c-907a-d768d6908b7f"
staffId: "c6428f90-9c29-4e5c-b362-dc67a9a8cbba"
roleId: "e51f3553-f2ee-400b-91e6-92b534239697"
status: COMPLETED
origin: STAFF
}
)
application_06: application_insert(
data: {
id: "0ec8cf17-d56b-4d19-bda5-3e5e1aa86c3f"
shiftId: "dbb94e32-7f51-4fd4-bfc9-148a90867437"
staffId: "56d7178c-f4ab-4c50-9b1f-d6efe25ba50b"
roleId: "7de956ce-743b-4271-b826-73313a5f07f5"
status: COMPLETED
origin: STAFF
}
)
application_07: application_insert(
data: {
id: "e59efae5-5fda-4a45-b26a-608ccd014c8f"
shiftId: "7dc230cb-5680-4799-b45a-8a8269675a42"
staffId: "633df3ce-b92c-473f-90d8-38dd027fdf57"
roleId: "73fdb09b-ecbd-402e-8eb4-e7d79237d017"
status: COMPLETED
origin: STAFF
}
)
application_08: application_insert(
data: {
id: "37259af7-27b9-48d5-b762-3ce8abf61316"
shiftId: "845b366b-3ec6-4322-b3cf-b386e6ad8ba5"
staffId: "9631581a-1601-4e06-8e5e-600e9f305bcf"
roleId: "7de956ce-743b-4271-b826-73313a5f07f5"
status: COMPLETED
origin: STAFF
}
)
application_09: application_insert(
data: {
id: "7bc24537-2a03-4ac2-a6d8-2f3441c479af"
shiftId: "940ae08f-a9f4-4fe4-ab8b-a219c53f3bfa"
staffId: "2b678a6d-b8cd-4d5e-95ae-f35e4569f92c"
roleId: "73fdb09b-ecbd-402e-8eb4-e7d79237d017"
status: COMPLETED
origin: STAFF
}
)
application_10: application_insert(
data: {
id: "a6d76379-7634-4bee-a3c2-9e8b81fae6ac"
shiftId: "38b194b2-55f4-4af7-991d-38d46c95916c"
staffId: "d62605f9-366d-42c5-8f3b-f276c0d27ea3"
roleId: "7de956ce-743b-4271-b826-73313a5f07f5"
status: CONFIRMED
origin: STAFF
}
)
application_11: application_insert(
data: {
id: "8ece3010-2da7-4bda-a97d-fa4bd5113760"
shiftId: "9cdd54c7-7e48-4149-bb79-0cd142550328"
staffId: "c6428f90-9c29-4e5c-b362-dc67a9a8cbba"
roleId: "73fdb09b-ecbd-402e-8eb4-e7d79237d017"
status: CONFIRMED
origin: STAFF
}
)
application_12: application_insert(
data: {
id: "da453bf7-a25d-462b-930c-f0a490e29890"
shiftId: "1cd2e3d1-42d5-4c04-8778-171d599fe157"
staffId: "56d7178c-f4ab-4c50-9b1f-d6efe25ba50b"
roleId: "e51f3553-f2ee-400b-91e6-92b534239697"
status: CONFIRMED
origin: STAFF
}
)
application_13: application_insert(
data: {
id: "661e1078-aa64-4188-b438-5088b3dfb75a"
shiftId: "0f451a6b-610f-4b50-8617-d8b668227ec7"
staffId: "633df3ce-b92c-473f-90d8-38dd027fdf57"
roleId: "73fdb09b-ecbd-402e-8eb4-e7d79237d017"
status: CONFIRMED
origin: STAFF
}
)
application_14: application_insert(
data: {
id: "f5a68adc-6bd3-4fe2-b156-09375c5761e5"
shiftId: "7dc230cb-5680-4799-b45a-8a8269675a42"
staffId: "d62605f9-366d-42c5-8f3b-f276c0d27ea3"
roleId: "73fdb09b-ecbd-402e-8eb4-e7d79237d017"
status: COMPLETED
origin: STAFF
}
)
application_15: application_insert(
data: {
id: "89a62213-06b3-49fd-8ed6-54baa595862f"
shiftId: "5e4cc4e0-51a4-406b-82cd-39bfa3a0970a"
staffId: "9631581a-1601-4e06-8e5e-600e9f305bcf"
roleId: "67ab1dcb-5b54-4dd9-aeb5-9cc58bdda0ed"
status: COMPLETED
origin: STAFF
}
)
application_16: application_insert(
data: {
id: "beb9770e-2e1c-41d7-80bf-4a2f6acb33d3"
shiftId: "07be57d0-a580-46b7-b98e-1e29249cff63"
staffId: "2b678a6d-b8cd-4d5e-95ae-f35e4569f92c"
roleId: "e51f3553-f2ee-400b-91e6-92b534239697"
status: COMPLETED
origin: STAFF
}
)
application_17: application_insert(
data: {
id: "94578e49-9ecb-475c-825b-6bf5a4642f13"
shiftId: "845b366b-3ec6-4322-b3cf-b386e6ad8ba5"
staffId: "c6428f90-9c29-4e5c-b362-dc67a9a8cbba"
roleId: "7de956ce-743b-4271-b826-73313a5f07f5"
status: COMPLETED
origin: STAFF
}
)
application_18: application_insert(
data: {
id: "22b93790-36a6-405c-b0c7-546d2cfd4411"
shiftId: "940ae08f-a9f4-4fe4-ab8b-a219c53f3bfa"
staffId: "56d7178c-f4ab-4c50-9b1f-d6efe25ba50b"
roleId: "73fdb09b-ecbd-402e-8eb4-e7d79237d017"
status: COMPLETED
origin: STAFF
}
)
application_19: application_insert(
data: {
id: "b8c4b723-346d-4bcd-9667-35944ba5dbbd"
shiftId: "738cd678-9179-4360-bf24-426700651a37"
staffId: "633df3ce-b92c-473f-90d8-38dd027fdf57"
roleId: "67ab1dcb-5b54-4dd9-aeb5-9cc58bdda0ed"
status: COMPLETED
origin: STAFF
}
)
# Invoices (for completed orders)
invoice_01: invoice_insert(
data: {
id: "16e27caa-9d1e-44de-afed-e7bd4546e35e"
status: PAID
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
orderId: "0e3b8fbb-ffd7-496d-a20a-2375b9205f54"
paymentTerms: NET_30
invoiceNumber: "INV-2026-0001"
issueDate: "2026-01-26T05:00:00Z"
dueDate: "2026-02-25T05:00:00Z"
amount: 192
staffCount: 1
chargesCount: 1
}
)
invoice_02: invoice_insert(
data: {
id: "fde8af05-374c-44ea-a5ed-75bc8088bd5f"
status: PAID
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
orderId: "8927e7c7-7e99-400b-ba26-3e94d7039605"
paymentTerms: NET_30
invoiceNumber: "INV-2026-0002"
issueDate: "2026-01-26T05:00:00Z"
dueDate: "2026-02-25T05:00:00Z"
amount: 208
staffCount: 1
chargesCount: 1
}
)
invoice_03: invoice_insert(
data: {
id: "ba0529be-7906-417f-8ec7-c866d0633fee"
status: PAID
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
orderId: "8bb46c96-74cd-48d6-bbb1-287823376e30"
paymentTerms: NET_30
invoiceNumber: "INV-2026-0003"
issueDate: "2026-01-27T05:00:00Z"
dueDate: "2026-02-26T05:00:00Z"
amount: 160
staffCount: 1
chargesCount: 1
}
)
invoice_04: invoice_insert(
data: {
id: "8cfdce8b-f794-454a-8c05-aa1b3af5dbc6"
status: APPROVED
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
orderId: "83b7dd83-2223-4585-a75f-b247368ebfcb"
paymentTerms: NET_30
invoiceNumber: "INV-2026-0004"
issueDate: "2026-01-28T05:00:00Z"
dueDate: "2026-02-27T05:00:00Z"
amount: 224
staffCount: 1
chargesCount: 1
}
)
invoice_05: invoice_insert(
data: {
id: "c473807f-f77c-4ea4-8ee0-dbd7430704b2"
status: APPROVED
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
orderId: "1f7589f3-5bac-4174-82ed-844995ffb36e"
paymentTerms: NET_30
invoiceNumber: "INV-2026-0005"
issueDate: "2026-01-28T05:00:00Z"
dueDate: "2026-02-27T05:00:00Z"
amount: 192
staffCount: 1
chargesCount: 1
}
)
invoice_06: invoice_insert(
data: {
id: "24826ae1-d18f-4b7b-9a1f-3a73aff11412"
status: APPROVED
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
orderId: "df585e06-05f9-4859-865f-de23d8fa29fe"
paymentTerms: NET_30
invoiceNumber: "INV-2026-0006"
issueDate: "2026-01-29T05:00:00Z"
dueDate: "2026-02-28T05:00:00Z"
amount: 208
staffCount: 1
chargesCount: 1
}
)
invoice_07: invoice_insert(
data: {
id: "2d7fd51e-b9ca-439a-abbd-c3bd382232eb"
status: APPROVED
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
orderId: "c3c5dca6-c8f9-4948-bb8c-10d8129914b3"
paymentTerms: NET_30
invoiceNumber: "INV-2026-0007"
issueDate: "2026-01-30T05:00:00Z"
dueDate: "2026-03-01T05:00:00Z"
amount: 320
staffCount: 2
chargesCount: 1
}
)
invoice_08: invoice_insert(
data: {
id: "dfc9ea8e-17fc-474e-9948-df14ed24cd79"
status: APPROVED
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
orderId: "a1fe2d34-cd5e-4372-bd73-e220a1840e1d"
paymentTerms: NET_30
invoiceNumber: "INV-2026-0008"
issueDate: "2026-01-30T05:00:00Z"
dueDate: "2026-03-01T05:00:00Z"
amount: 224
staffCount: 1
chargesCount: 1
}
)
invoice_09: invoice_insert(
data: {
id: "10a71d9a-4d35-476c-9f6a-d491e699b657"
status: APPROVED
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
orderId: "858753bc-dfa3-46fd-b383-ecd38de40b05"
paymentTerms: NET_30
invoiceNumber: "INV-2026-0009"
issueDate: "2026-01-31T05:00:00Z"
dueDate: "2026-03-02T05:00:00Z"
amount: 192
staffCount: 1
chargesCount: 1
}
)
invoice_10: invoice_insert(
data: {
id: "76d7647f-eb9d-4b3d-adb2-637be41123d2"
status: APPROVED
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
orderId: "634386c5-45f3-46a0-a267-9971f0c19728"
paymentTerms: NET_30
invoiceNumber: "INV-2026-0010"
issueDate: "2026-02-01T05:00:00Z"
dueDate: "2026-03-03T05:00:00Z"
amount: 416
staffCount: 2
chargesCount: 1
}
)
invoice_11: invoice_insert(
data: {
id: "43b63f62-105b-4de3-b59e-bd8c9f334417"
status: APPROVED
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
orderId: "43d593ed-0c58-4675-ae12-34aa27cb0d0c"
paymentTerms: NET_30
invoiceNumber: "INV-2026-0011"
issueDate: "2026-02-02T05:00:00Z"
dueDate: "2026-03-04T05:00:00Z"
amount: 320
staffCount: 2
chargesCount: 1
}
)
invoice_12: invoice_insert(
data: {
id: "c23f3ed2-7fa1-43f5-88e9-4227e34cb5eb"
status: APPROVED
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
businessId: "ef69e942-d6e5-48e5-a8bc-69d3faa63b2f"
orderId: "7abf0183-a989-4c2a-b420-e959663da61b"
paymentTerms: NET_30
invoiceNumber: "INV-2026-0012"
issueDate: "2026-02-02T05:00:00Z"
dueDate: "2026-03-04T05:00:00Z"
amount: 224
staffCount: 1
chargesCount: 1
}
)
# Recent Payments (only for PAID invoices)
recent_payment_01: recentPayment_insert(
data: {
id: "2297f0e5-a99b-476c-9c65-69743ec7788f"
workedTime: "8h"
status: PAID
staffId: "633df3ce-b92c-473f-90d8-38dd027fdf57"
applicationId: "89f99e27-999b-41e4-a8d8-c918759a5638"
invoiceId: "16e27caa-9d1e-44de-afed-e7bd4546e35e"
}
)
recent_payment_02: recentPayment_insert(
data: {
id: "949fbd9e-041b-405a-bba1-04216fa778b8"
workedTime: "8h"
status: PAID
staffId: "9631581a-1601-4e06-8e5e-600e9f305bcf"
applicationId: "fc772ef9-eb2c-4f03-a594-7e439b6ca74e"
invoiceId: "fde8af05-374c-44ea-a5ed-75bc8088bd5f"
}
)
recent_payment_03: recentPayment_insert(
data: {
id: "4d45192e-34fe-4e07-a4f9-708e7591a9a5"
workedTime: "8h"
status: PAID
staffId: "2b678a6d-b8cd-4d5e-95ae-f35e4569f92c"
applicationId: "a8090a7c-56ca-4164-9f1f-1c3ed9aa80de"
invoiceId: "ba0529be-7906-417f-8ec7-c866d0633fee"
}
)
# Attire Options (Required)
attire_1: attireOption_insert(
data: {
id: "4bce6592-e38e-4d90-a478-d1ce0f286146"
itemId: "shoes_non_slip"
label: "Non Slip Shoes"
description: "Black, closed-toe, non-slip work shoes."
imageUrl: "https://images.unsplash.com/photo-1549298916-b41d501d3772?auto=format&fit=crop&q=80&w=400&h=400"
isMandatory: true
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
}
)
attire_2: attireOption_insert(
data: {
id: "786e9761-b398-42bd-b363-91a40938864e"
itemId: "pants_black"
label: "Black Pants"
description: "Professional black slacks or trousers. No jeans."
imageUrl: "https://images.unsplash.com/photo-1594633312681-425c7b97ccd1?auto=format&fit=crop&q=80&w=400&h=400"
isMandatory: true
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
}
)
attire_3: attireOption_insert(
data: {
id: "17b135e6-b8f0-4541-b12b-505e95de31ef"
itemId: "socks_black"
label: "Black Socks"
description: "Solid black dress or crew socks."
imageUrl: "https://images.unsplash.com/photo-1582966298431-99c6a1e8d44e?auto=format&fit=crop&q=80&w=400&h=400"
isMandatory: true
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
}
)
attire_4: attireOption_insert(
data: {
id: "bbff61b3-3f99-4637-9a2f-1d4c6fa61517"
itemId: "shirt_white_button_up"
label: "White Button Up"
description: "Clean, pressed, long-sleeve white button-up shirt."
imageUrl: "https://images.unsplash.com/photo-1521572163474-6864f9cf17ab?auto=format&fit=crop&q=80&w=400&h=400"
isMandatory: true
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
}
)
# Attire Options (Non-Essential)
attire_5: attireOption_insert(
data: {
id: "32e77813-24f5-495b-98de-872e33073820"
itemId: "pants_blue_jeans"
label: "Blue Jeans"
description: "Standard blue denim jeans, no rips or tears."
imageUrl: "https://images.unsplash.com/photo-1542272604-787c3835535d?auto=format&fit=crop&q=80&w=400&h=400"
isMandatory: false
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
}
)
attire_6: attireOption_insert(
data: {
id: "de3c5a90-2c88-4c87-bb00-b62c6460d506"
itemId: "shirt_white_polo"
label: "White Polo"
description: "White polo shirt with collar."
imageUrl: "https://images.unsplash.com/photo-1581655353564-df123a1eb820?auto=format&fit=crop&q=80&w=400&h=400"
isMandatory: false
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
}
)
attire_7: attireOption_insert(
data: {
id: "64149864-b886-4a00-9aa2-09903a401b5b"
itemId: "shirt_catering"
label: "Catering Shirt"
description: "Company approved catering staff shirt."
imageUrl: "https://images.unsplash.com/photo-1559339352-11d035aa65de?auto=format&fit=crop&q=80&w=400&h=400"
isMandatory: false
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
}
)
attire_8: attireOption_insert(
data: {
id: "9b2e493e-e95c-4dcd-9073-e42dbcf77076"
itemId: "banquette"
label: "Banquette"
description: "Standard banquette or event setup uniform."
imageUrl: "https://images.unsplash.com/photo-1514362545857-3bc16c4c7d1b?auto=format&fit=crop&q=80&w=400&h=400"
isMandatory: false
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
}
)
attire_9: attireOption_insert(
data: {
id: "2e30cde5-5acd-4dd0-b8e9-af6d6b59b248"
itemId: "hat_black_cap"
label: "Black Cap"
description: "Plain black baseball cap, no logos."
imageUrl: "https://images.unsplash.com/photo-1588850561407-ed78c282e89b?auto=format&fit=crop&q=80&w=400&h=400"
isMandatory: false
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
}
)
attire_10: attireOption_insert(
data: {
id: "90d912ed-1227-44ef-ae75-bc7ca2c491c6"
itemId: "chef_coat"
label: "Chef Coat"
description: "Standard white double-breasted chef coat."
imageUrl: "https://images.unsplash.com/photo-1583394293214-28ded15ee548?auto=format&fit=crop&q=80&w=400&h=400"
isMandatory: false
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
}
)
attire_11: attireOption_insert(
data: {
id: "d857d96b-5bf4-4648-bb9c-f909436729fd"
itemId: "shirt_black_button_up"
label: "Black Button Up"
description: "Clean, pressed, long-sleeve black button-up shirt."
imageUrl: "https://images.unsplash.com/photo-1598033129183-c4f50c7176c8?auto=format&fit=crop&q=80&w=400&h=400"
isMandatory: false
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
}
)
attire_12: attireOption_insert(
data: {
id: "1f61267b-1f7a-43f1-bfd7-2a018347285b"
itemId: "shirt_black_polo"
label: "Black Polo"
description: "Black polo shirt with collar."
imageUrl: "https://images.unsplash.com/photo-1583743814966-8936f5b7be1a?auto=format&fit=crop&q=80&w=400&h=400"
isMandatory: false
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
}
)
attire_13: attireOption_insert(
data: {
id: "16192098-e5ec-4bf2-86d3-c693663BA687"
itemId: "all_black_bistro"
label: "All Black Bistro"
description: "Full black bistro uniform including apron."
imageUrl: "https://images.unsplash.com/photo-1551632432-c735e8399527?auto=format&fit=crop&q=80&w=400&h=400"
isMandatory: false
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
}
)
attire_14: attireOption_insert(
data: {
id: "6be15ab9-6c73-453b-950b-d4ba35d875de"
itemId: "white_black_bistro"
label: "White and Black Bistro"
description: "White shirt with black pants and bistro apron."
imageUrl: "https://images.unsplash.com/photo-1600565193348-f74bd3c7ccdf?auto=format&fit=crop&q=80&w=400&h=400"
isMandatory: false
vendorId: "c3b25c47-0ebd-4402-a9b1-b8a875a7f71a"
}
)
}
#v.3