feat: add staff time card feature with localization and repository implementation
- Implemented Spanish translations for time card related strings. - Created TimeCardRepository to fetch time card data based on shifts. - Added use cases for retrieving time cards and payment history. - Developed BLoC for managing time card state and events. - Designed UI components for displaying time card summary and shift history. - Integrated time card navigation within the staff main module. - Updated pubspec.yaml files to include new dependencies and modules.
This commit is contained in:
@@ -1121,6 +1121,13 @@ packages:
|
||||
relative: true
|
||||
source: path
|
||||
version: "0.0.1"
|
||||
staff_time_card:
|
||||
dependency: transitive
|
||||
description:
|
||||
path: "packages/features/staff/profile_sections/finances/time_card"
|
||||
relative: true
|
||||
source: path
|
||||
version: "0.0.1"
|
||||
stream_channel:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user