refactor: إعادة تسمية التطبيقات الأربعة siro_* → intaleq_*

المجلدات وأسماء حزم dart واستيراداتها:
  siro_rider → intaleq_rider    siro_driver  → intaleq_driver
  siro_admin → intaleq_admin    siro_service → intaleq_service

شمل ذلك `name:` في كل pubspec وكل `package:siro_*` في الاستيرادات
(115 ملفاً في rider وحده)، وإشارات أسماء المجلدات في docs/ وتعليق في
backend/Admin/notifications/broadcast.php. لم تبقَ إشارة واحدة (تحقّقت).

+ ضُمّت حزم get و get_storage داخل intaleq_driver/packages/ وحُوّلت
مساراتها الثلاثة من `../../Intaleq/packages/*` إلى `./packages/*`. كانت
تُحل عرضاً إلى مجلد App/Intaleq القديم المجاور — تبعية خارج المستودع
تنكسر بأول نقل. لم يبقَ في أي تطبيق تبعية مسار خارج الشجرة.

⚠️ لم تُمسّ بعد: هويات المتاجر (applicationId · PRODUCT_BUNDLE_IDENTIFIER ·
shorebird app_id) ولا الألوان ولا النصوص المرئية ولا النطاقات — كل منها
كوميت منفصل، والهويات تحتاج قرار المالك.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Hamza-Ayed
2026-07-27 16:10:58 +03:00
co-authored by Claude Opus 5
parent 92dc6b3641
commit 0aab85c732
3137 changed files with 65294 additions and 1950 deletions
+4 -4
View File
@@ -51,7 +51,7 @@
┌────────────────────────────────────────────────────────────────────┐
│ FLUTTER APPS │
│ ┌──────────────┐ ┌──────────────┐ ┌────────────┐ ┌─────────┐ │
│ │ siro_rider │ │ siro_driver │ │ siro_admin │ │ service │ │
│ │ intaleq_rider │ │ intaleq_driver │ │ intaleq_admin │ │ service │ │
│ │ (Passenger) │ │ (Captain) │ │ (Web/PWA) │ │ (Agent) │ │
│ └───────┬──────┘ └──────┬───────┘ └─────┬──────┘ └────┬────┘ │
└──────────┼─────────────────┼─────────────────┼──────────────┼──────┘
@@ -109,7 +109,7 @@
## 3. All Features Matrix
### Passenger Features (siro_rider)
### Passenger Features (intaleq_rider)
| Category | Feature | Status | Competitive Value |
|----------|---------|--------|-------------------|
@@ -165,7 +165,7 @@
| **Other** | App shortcuts (quick actions) | ✅ Live | ⭐⭐⭐ |
| **Other** | Multiple themes | ✅ Live | ⭐⭐⭐ |
### Driver/Captain Features (siro_driver)
### Driver/Captain Features (intaleq_driver)
| Category | Feature | Status | Competitive Value |
|----------|---------|--------|-------------------|
@@ -230,7 +230,7 @@
| **Profile** | Using app guide | ✅ Live | ⭐⭐⭐ |
| **Profile** | Video tutorials | ✅ Live | ⭐⭐⭐ |
### Admin Features (siro_admin)
### Admin Features (intaleq_admin)
| Category | Feature | Status | Competitive Value |
|----------|---------|--------|-------------------|