feat(api): complete unified v2 mobile surface
This commit is contained in:
@@ -108,6 +108,11 @@ export const V2DemoFixture = {
|
||||
number: 'ORD-V2-COMP-1002',
|
||||
title: 'Completed catering shift',
|
||||
},
|
||||
active: {
|
||||
id: 'b6132d7a-45c3-4879-b349-46b2fd518003',
|
||||
number: 'ORD-V2-ACT-1003',
|
||||
title: 'Live staffing operations',
|
||||
},
|
||||
},
|
||||
shifts: {
|
||||
open: {
|
||||
@@ -120,6 +125,26 @@ export const V2DemoFixture = {
|
||||
code: 'SHIFT-V2-COMP-1',
|
||||
title: 'Completed catering shift',
|
||||
},
|
||||
available: {
|
||||
id: '6e7dadad-99e4-45bb-b0da-7bb617954003',
|
||||
code: 'SHIFT-V2-OPEN-2',
|
||||
title: 'Available lunch shift',
|
||||
},
|
||||
assigned: {
|
||||
id: '6e7dadad-99e4-45bb-b0da-7bb617954004',
|
||||
code: 'SHIFT-V2-ASSIGNED-1',
|
||||
title: 'Assigned espresso shift',
|
||||
},
|
||||
cancelled: {
|
||||
id: '6e7dadad-99e4-45bb-b0da-7bb617954005',
|
||||
code: 'SHIFT-V2-CANCELLED-1',
|
||||
title: 'Cancelled hospitality shift',
|
||||
},
|
||||
noShow: {
|
||||
id: '6e7dadad-99e4-45bb-b0da-7bb617954006',
|
||||
code: 'SHIFT-V2-NOSHOW-1',
|
||||
title: 'No-show breakfast shift',
|
||||
},
|
||||
},
|
||||
shiftRoles: {
|
||||
openBarista: {
|
||||
@@ -128,6 +153,18 @@ export const V2DemoFixture = {
|
||||
completedBarista: {
|
||||
id: '4dd35b2b-4aaf-4c28-a91f-7bda05e2b002',
|
||||
},
|
||||
availableBarista: {
|
||||
id: '4dd35b2b-4aaf-4c28-a91f-7bda05e2b003',
|
||||
},
|
||||
assignedBarista: {
|
||||
id: '4dd35b2b-4aaf-4c28-a91f-7bda05e2b004',
|
||||
},
|
||||
cancelledBarista: {
|
||||
id: '4dd35b2b-4aaf-4c28-a91f-7bda05e2b005',
|
||||
},
|
||||
noShowBarista: {
|
||||
id: '4dd35b2b-4aaf-4c28-a91f-7bda05e2b006',
|
||||
},
|
||||
},
|
||||
applications: {
|
||||
openAna: {
|
||||
@@ -138,6 +175,15 @@ export const V2DemoFixture = {
|
||||
completedAna: {
|
||||
id: 'f1d3f738-a132-4863-b222-4f9cb25aa001',
|
||||
},
|
||||
assignedAna: {
|
||||
id: 'f1d3f738-a132-4863-b222-4f9cb25aa002',
|
||||
},
|
||||
cancelledAna: {
|
||||
id: 'f1d3f738-a132-4863-b222-4f9cb25aa003',
|
||||
},
|
||||
noShowAna: {
|
||||
id: 'f1d3f738-a132-4863-b222-4f9cb25aa004',
|
||||
},
|
||||
},
|
||||
timesheets: {
|
||||
completedAna: {
|
||||
@@ -166,6 +212,10 @@ export const V2DemoFixture = {
|
||||
},
|
||||
},
|
||||
documents: {
|
||||
governmentId: {
|
||||
id: 'e6fd0183-34d9-4c23-9a9a-bf98da995000',
|
||||
name: 'Government ID',
|
||||
},
|
||||
foodSafety: {
|
||||
id: 'e6fd0183-34d9-4c23-9a9a-bf98da995001',
|
||||
name: 'Food Handler Card',
|
||||
@@ -174,27 +224,42 @@ export const V2DemoFixture = {
|
||||
id: 'e6fd0183-34d9-4c23-9a9a-bf98da995002',
|
||||
name: 'Black Shirt',
|
||||
},
|
||||
taxFormW9: {
|
||||
taxFormI9: {
|
||||
id: 'e6fd0183-34d9-4c23-9a9a-bf98da995003',
|
||||
name: 'W-9 Tax Form',
|
||||
name: 'I-9',
|
||||
},
|
||||
taxFormW4: {
|
||||
id: 'e6fd0183-34d9-4c23-9a9a-bf98da995004',
|
||||
name: 'W-4',
|
||||
},
|
||||
},
|
||||
staffDocuments: {
|
||||
governmentId: {
|
||||
id: '4b157236-a4b0-4c44-b199-7d4ea1f95000',
|
||||
},
|
||||
foodSafety: {
|
||||
id: '4b157236-a4b0-4c44-b199-7d4ea1f95001',
|
||||
},
|
||||
attireBlackShirt: {
|
||||
id: '4b157236-a4b0-4c44-b199-7d4ea1f95002',
|
||||
},
|
||||
taxFormW9: {
|
||||
taxFormI9: {
|
||||
id: '4b157236-a4b0-4c44-b199-7d4ea1f95003',
|
||||
},
|
||||
taxFormW4: {
|
||||
id: '4b157236-a4b0-4c44-b199-7d4ea1f95004',
|
||||
},
|
||||
},
|
||||
certificates: {
|
||||
foodSafety: {
|
||||
id: 'df6452dc-4ec7-4d54-876d-26bf8ce5b001',
|
||||
},
|
||||
},
|
||||
emergencyContacts: {
|
||||
primary: {
|
||||
id: '8bb1e0c0-59bb-4ce7-8f0f-27674e0b2001',
|
||||
},
|
||||
},
|
||||
accounts: {
|
||||
businessPrimary: {
|
||||
id: '5d98e0ba-8e89-4ffb-aafd-df6bbe2fe001',
|
||||
|
||||
Reference in New Issue
Block a user