Files
Krow-workspace/apps/mobile/packages/features/staff/staff_main/pubspec.yaml
Achintha Isuru b31a615092 feat: Migrate staff profile features from Data Connect to V2 REST API
- Removed data_connect package from mobile pubspec.yaml.
- Added documentation for V2 profile migration status and QA findings.
- Implemented new session management with ClientSessionStore and StaffSessionStore.
- Created V2SessionService for handling user sessions via the V2 API.
- Developed use cases for cancelling late worker assignments and submitting worker reviews.
- Added arguments and use cases for payment chart retrieval and profile completion checks.
- Implemented repository interfaces and their implementations for staff main and profile features.
- Ensured proper error handling and validation in use cases.
2026-03-16 22:45:06 -04:00

73 lines
1.7 KiB
YAML

name: staff_main
description: Main shell and navigation for the staff application.
version: 0.0.1
publish_to: none
resolution: workspace
environment:
sdk: '>=3.10.0 <4.0.0'
flutter: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_bloc: ^8.1.0
flutter_modular: ^6.3.0
equatable: ^2.0.5
# Architecture Packages
design_system:
path: ../../../design_system
core_localization:
path: ../../../core_localization
krow_core:
path: ../../../core
krow_domain:
path: ../../../domain
# Features
staff_home:
path: ../home
staff_profile:
path: ../profile
staff_profile_info:
path: ../profile_sections/onboarding/profile_info
staff_emergency_contact:
path: ../profile_sections/onboarding/emergency_contact
staff_profile_experience:
path: ../profile_sections/onboarding/experience
staff_bank_account:
path: ../profile_sections/finances/staff_bank_account
staff_tax_forms:
path: ../profile_sections/compliance/tax_forms
staff_documents:
path: ../profile_sections/compliance/documents
staff_certificates:
path: ../profile_sections/compliance/certificates
staff_attire:
path: ../profile_sections/onboarding/attire
staff_shifts:
path: ../shifts
staff_payments:
path: ../payments
staff_time_card:
path: ../profile_sections/finances/time_card
staff_availability:
path: ../availability
staff_clock_in:
path: ../clock_in
staff_privacy_security:
path: ../profile_sections/support/privacy_security
staff_faqs:
path: ../profile_sections/support/faqs
dev_dependencies:
flutter_test:
sdk: flutter
bloc_test: ^9.1.0
mocktail: ^1.0.0
flutter_lints: ^6.0.0
flutter:
uses-material-design: true