Implement profile completion checks in shift details flow and update UI accordingly

This commit is contained in:
Achintha Isuru
2026-03-04 16:48:49 -05:00
parent 020b541ed1
commit 856e7545f6
7 changed files with 72 additions and 27 deletions

View File

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