feat: Implement rapid order creation via voice and text in mobile app

- Added benefits section with state management
- Refactored home page to include new sections for quick actions, today's shifts, and tomorrow's shifts
- Introduced full-width divider for better layout
- Created reusable section layout widget for consistent UI
- Implemented circular progress indicator for benefits
- Removed deprecated benefits widget and replaced with new structure
- Updated data connection configuration for validation environment
This commit is contained in:
Achintha Isuru
2026-03-03 20:28:12 -05:00
parent 017c0d4823
commit a7d66a1efe
18 changed files with 601 additions and 393 deletions

View File

@@ -20,6 +20,7 @@ class StaffConnectorRepositoryImpl implements StaffConnectorRepository {
@override
Future<bool> getProfileCompletion() async {
return true;
return _service.run(() async {
final String staffId = await _service.getStaffId();