add 8-tab review page, review controller, updateDriverToActive handles new fields, drivers_cant_register navigates to review

This commit is contained in:
Hamza-Ayed
2026-06-25 17:05:11 +03:00
parent d4db89f04e
commit 28b8558b6d
5 changed files with 1100 additions and 15 deletions

View File

@@ -181,6 +181,7 @@ class AppLink {
static String getComplaintAllData = "$serviceApp/getComplaintAllData.php";
static String getComplaintAllDataForDriver =
"$serviceApp/getComplaintAllDataForDriver.php";
static String rejectDriver = "$serviceApp/rejectDriver.php";
static String addCriminalDocuments = "$authCaptin/addCriminalDocuments.php";
static String ride = '$server/ride';
static String addRegisrationCar = "$ride/RegisrationCar/add.php";