Achintha Isuru
277b4b81ca
Reapply "Merge pull request #373 from Oloodi/368-sub-task-provision-and-copy-validation-database-instance"
...
This reverts commit eb149f680b .
2026-02-05 00:19:00 -05:00
Achintha Isuru
eb149f680b
Revert "Merge pull request #373 from Oloodi/368-sub-task-provision-and-copy-validation-database-instance"
...
This reverts commit 8deb293158 , reversing
changes made to fbab4f729d .
2026-02-05 00:18:34 -05:00
José Salazar
cf2433774d
solving problem to move to search from home
2026-02-04 10:37:12 +09:00
Achintha Isuru
5625e353c8
feat: update navigation paths for worker profile and shifts in HomeNavigator
2026-02-02 13:58:12 -05:00
Achintha Isuru
476d697dc3
feat: Integrate ShiftAdapter for mapping application data to Shift entities and update status handling in Coverage and Shifts repositories
2026-02-01 22:18:07 -05:00
Achintha Isuru
6d0d7dcbd2
feat: Refactor PhoneInput to use StatefulWidget and improve phone number handling
2026-02-01 21:45:40 -05:00
Achintha Isuru
56dbf7728f
feat: Enhance shift filtering logic and update header text style for improved UI
2026-02-01 02:46:30 -05:00
Achintha Isuru
3ed1add2cc
feat: Integrate staff name retrieval and display in home header
2026-02-01 02:38:28 -05:00
Achintha Isuru
3ecc89fcb2
feat: Update Timestamp extension to use DateTimeUtils for improved date conversion
2026-02-01 02:24:39 -05:00
Achintha Isuru
4b5a3d1304
feat: Refactor imports and enhance navigation for shift details in staff home feature
2026-02-01 02:06:28 -05:00
Achintha Isuru
a8e44046f9
feat: integrate Google Maps Places Autocomplete for hub address validation and remove mock service
2026-01-30 17:56:54 -05:00
Achintha Isuru
a17736e5b9
refactor: update generated file timestamp and clean up imports in various files
2026-01-30 14:28:52 -05:00
Suriya
ac7874c634
feat: implement staff availability, clock-in, payments and fix UI navigation
2026-01-30 21:46:44 +05:30
Achintha Isuru
2a820b3e4f
feat: Implement staff availability feature with BLoC architecture
...
- Created AvailabilityPage with UI for managing staff availability.
- Integrated BLoC for state management, including LoadAvailability and ToggleDayStatus events.
- Added quick set options for availability (All Week, Weekdays, Weekends, Clear All).
- Implemented week navigation and day selection with visual feedback.
- Developed time slot management for each day, allowing toggling of availability.
- Established StaffAvailabilityModule for dependency injection and routing.
- Updated pubspec.yaml with necessary dependencies for the feature.
2026-01-25 22:35:09 -05:00
Achintha Isuru
e6e2783a5a
feat: Implement bank account management feature with UI, BLoC integration, and repository setup
2026-01-24 22:36:29 -05:00
Achintha Isuru
5039743c03
Revert "feat: Add placeholder for unimplemented features in Get Started, Home, and Profile modules"
...
This reverts commit 8f8c6ff2d2 .
2026-01-24 15:36:09 -05:00
Achintha Isuru
8f8c6ff2d2
feat: Add placeholder for unimplemented features in Get Started, Home, and Profile modules
...
feat: Add placeholder for Rapid Order success view and comment out Rapid action card
2026-01-24 15:35:11 -05:00
Achintha Isuru
633af6fab0
feat: enhance staff home page with new widgets and improved UI consistency
2026-01-24 13:26:44 -05:00
Achintha Isuru
bcd3a9d670
refactor: replace model with entity for shift and update imports
2026-01-24 12:58:21 -05:00
Achintha Isuru
67749ba1a8
refactor(staff_home): refactor worker home page
...
- Extracted widgets to smaller components in presentation/widgets/home_page
- Converted WorkerHomePage to StatelessWidget
- Moved local state (autoMatchEnabled) to HomeCubit
- Improved code organization and readability
2026-01-24 12:34:56 -05:00
Achintha Isuru
b16d0733de
fix(staff): resolve dependency injection and navigation issues
...
- Registered HomeRepository in StaffHomeModule to fix UnregisteredInstance error
- Updated WorkerHomePage to use Modular DI for HomeCubit
- Added trailing slash to home navigation to resolve Modular warning
2026-01-24 12:23:15 -05:00
Achintha Isuru
5c82ea0483
fix(staff_home): fix compilation errors
...
- Removed flutter_riverpod dependency and usage
- Removed go_router dependency and usage (replaced with Modular)
- Fixed syntax errors in WorkerHomePage
- Updated dependencies (google_fonts, intl)
- Fixed undefined identifier errors by moving localization access
- Removed unused methods in ShiftCard
2026-01-24 12:19:32 -05:00
Achintha Isuru
13265d844e
feat(staff): integrate staff_home feature
...
- Created staff_main package with module, bloc, and pages
- Integrated staff_home into staff_main
- Updated route constants to use /worker-main
- Fixed intl version conflict
2026-01-24 12:11:25 -05:00