Merge branch '208-p0-auth-05-get-started-screen' of https://github.com/Oloodi/krow-workforce into 208-p0-auth-05-get-started-screen

This commit is contained in:
Achintha Isuru
2026-01-25 17:01:38 -05:00
28 changed files with 21403 additions and 19444 deletions

View File

@@ -48,6 +48,7 @@ class OrderRepositoryMock {
return <OrderItem>[
OrderItem(
id: '1',
orderId: 'order_1',
title: 'Server - Wedding',
clientName: 'Grand Plaza Hotel',
status: 'filled',
@@ -75,6 +76,7 @@ class OrderRepositoryMock {
),
OrderItem(
id: '2',
orderId: 'order_2',
title: 'Bartender - Private Event',
clientName: 'Taste of the Town',
status: 'open',
@@ -101,6 +103,7 @@ class OrderRepositoryMock {
),
OrderItem(
id: '3',
orderId: 'order_3',
title: 'Event Staff',
clientName: 'City Center',
status: 'in_progress',
@@ -125,6 +128,7 @@ class OrderRepositoryMock {
),
OrderItem(
id: '4',
orderId: 'order_4',
title: 'Coat Check',
clientName: 'The Met Museum',
status: 'completed',