Update: 2026-06-11 13:47:39
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# PROJECT_OVERVIEW — Siro (Intaleq) Ride-Hailing Platform
|
||||
# PROJECT_OVERVIEW — Siro (Siro) Ride-Hailing Platform
|
||||
|
||||
## Business Purpose
|
||||
|
||||
Siro (Intaleq) is a multi-region ride-hailing platform connecting passengers with drivers (captains). It operates across Syria, Jordan, and Egypt. The platform supports multiple car types (Speed, Comfort, Family, Delivery, Electric, Van, Bike) with dynamic pricing via a "Kazan" percentage-based commission system.
|
||||
Siro (Siro) is a multi-region ride-hailing platform connecting passengers with drivers (captains). It operates across Syria, Jordan, and Egypt. The platform supports multiple car types (Speed, Comfort, Family, Delivery, Electric, Van, Bike) with dynamic pricing via a "Kazan" percentage-based commission system.
|
||||
|
||||
### Core Ride-Hailing Workflow
|
||||
1. Passenger requests ride → System searches nearby drivers → Driver accepts → Navigate to pickup → Ride begins → Ride completes → Payment processed → Rating submitted
|
||||
@@ -103,7 +103,7 @@ Siro (Intaleq) is a multi-region ride-hailing platform connecting passengers wit
|
||||
│ Backend Servers (PHP) │
|
||||
│ ┌──────────┐ ┌──────────┐ ┌───────────────────┐ │
|
||||
│ │ Main API │ │ Ride API │ │ Payment Server │ │
|
||||
│ │ intaleq_v3│ │ rides. │ │ walletintaleq.xyz│ │
|
||||
│ │ siro_v3│ │ rides. │ │ walletintaleq.xyz│ │
|
||||
│ └──────────┘ └──────────┘ └───────────────────┘ │
|
||||
│ ┌──────────┐ ┌──────────┐ ┌───────────────────┐ │
|
||||
│ │ Location │ │ Socket │ │ Map SaaS │ │
|
||||
@@ -128,7 +128,7 @@ Siro (Intaleq) is a multi-region ride-hailing platform connecting passengers wit
|
||||
| Backend | PHP (native, no framework) |
|
||||
| Database | MySQL 8.0 with GIS (SPATIAL indexes, POINT columns) |
|
||||
| Realtime | PHP WebSockets (Socket.IO compatible) |
|
||||
| Maps | Google Maps (primary), Intaleq Maps (custom), OSRM routing |
|
||||
| Maps | Google Maps (primary), Siro Maps (custom), OSRM routing |
|
||||
| Payments | PayMob, custom wallet server |
|
||||
| Auth | JWT, Firebase Auth, Google Sign-In, Apple Sign-In |
|
||||
| Storage | GetStorage (local), FlutterSecureStorage |
|
||||
|
||||
Reference in New Issue
Block a user