feat: Update application status handling and improve build configuration
- Added handling for the COMPLETED application status in the CoverageRepositoryImpl to return 'confirmed'. - Updated mobile client build and run commands in the makefile to include `--dart-define-from-file=../../config.dev.json` for better configuration management.
This commit is contained in:
@@ -186,6 +186,7 @@ class CoverageRepositoryImpl implements CoverageRepository {
|
||||
case dc.ApplicationStatus.PENDING:
|
||||
case dc.ApplicationStatus.REJECTED:
|
||||
case dc.ApplicationStatus.NO_SHOW:
|
||||
case dc.ApplicationStatus.COMPLETED:
|
||||
return 'confirmed';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user