Add client view orders feature module
Introduces the client 'View Orders' feature, including domain entity, repository, use case, Cubit, state, navigation extension, UI page, and widget. Integrates the feature into the client main module, updates localization files for English and Spanish, and adds supporting icons to the design system. Also updates the mock repository to provide sample order data.
This commit is contained in:
@@ -311,6 +311,35 @@
|
||||
"orders": "Orders",
|
||||
"reports": "Reports"
|
||||
}
|
||||
},
|
||||
"client_view_orders": {
|
||||
"title": "Orders",
|
||||
"post_button": "Post",
|
||||
"post_order": "Post an Order",
|
||||
"no_orders": "No orders for $date",
|
||||
"tabs": {
|
||||
"up_next": "Up Next",
|
||||
"active": "Active",
|
||||
"completed": "Completed"
|
||||
},
|
||||
"card": {
|
||||
"open": "OPEN",
|
||||
"filled": "FILLED",
|
||||
"confirmed": "CONFIRMED",
|
||||
"in_progress": "IN PROGRESS",
|
||||
"completed": "COMPLETED",
|
||||
"cancelled": "CANCELLED",
|
||||
"get_direction": "Get direction",
|
||||
"total": "Total",
|
||||
"hrs": "HRS",
|
||||
"workers": "workers",
|
||||
"clock_in": "CLOCK IN",
|
||||
"clock_out": "CLOCK OUT",
|
||||
"coverage": "Coverage",
|
||||
"workers_label": "$filled/$needed Workers",
|
||||
"confirmed_workers": "Workers Confirmed",
|
||||
"no_workers": "No workers confirmed yet."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -311,5 +311,34 @@
|
||||
"orders": "Órdenes",
|
||||
"reports": "Reportes"
|
||||
}
|
||||
},
|
||||
"client_view_orders": {
|
||||
"title": "Órdenes",
|
||||
"post_button": "Publicar",
|
||||
"post_order": "Publicar una Orden",
|
||||
"no_orders": "No hay órdenes para $date",
|
||||
"tabs": {
|
||||
"up_next": "Próximos",
|
||||
"active": "Activos",
|
||||
"completed": "Completados"
|
||||
},
|
||||
"card": {
|
||||
"open": "ABIERTO",
|
||||
"filled": "LLENO",
|
||||
"confirmed": "CONFIRMADO",
|
||||
"in_progress": "EN PROGRESO",
|
||||
"completed": "COMPLETADO",
|
||||
"cancelled": "CANCELADO",
|
||||
"get_direction": "Obtener dirección",
|
||||
"total": "Total",
|
||||
"hrs": "HRS",
|
||||
"workers": "trabajadores",
|
||||
"clock_in": "ENTRADA",
|
||||
"clock_out": "SALIDA",
|
||||
"coverage": "Cobertura",
|
||||
"workers_label": "$filled/$needed Trabajadores",
|
||||
"confirmed_workers": "Trabajadores Confirmados",
|
||||
"no_workers": "Ningún trabajador confirmado aún."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user