بناء من الصفر على باك إند NestJS، بقرار المالك 2026-08-04 الذي يعكس قرارَي نقل GetX (2026-07-21) واعتماد باك إند PHP (2026-07-27). لا يُورَّث سطر دارت من apps/*-archive-cubit، وسيرو مرجع بصري وسلوكي لا مصدر نسخ. الوثائق: - docs/37: الخطة الكاملة بستّ مراحل وبواباتها - docs/38: عقد الـAPI من 37 controller، معظمه متحقَّق حيّاً من السيرفر المنشور - docs/39: جرد 202 شاشة في تطبيقَي سيرو، مصنّفة داخل/خارج النطاق الطبقة الأصلية منقولة من *-archive-cubit وحدها لأنها هوية النشر: - rider_new → com.mobileapp.store.ride · shorebird 496cb3ac - driver_new → com.sefer_driver (أندرويد) · com.sefer.driver (iOS) · 68cc9345 - أُصلح تعارض: هدف RunnerTests في driver_new كان يحمل bundle الراكب الأصول مصدرها *-archive-cubit لا سيرو: أصول الأرشيف مجموعة أشمل (كل صور سيرو + صور تريبز) وخطوطها هي خطوط docs/26. استُكمل السائق بعشرة ملفات ناقصة من سيرو (شعارات مزوّدي الدفع + صوتان). lib/ مكتوب من الصفر (11 ملف لكل تطبيق): - AppConfig بأعلام const — أساس نموذج lite/pro/max - TokenStore على التخزين الآمن، يقرأ exp محليّاً بلا حزمة خارجية - AuthInterceptor بتجديد استباقي وطلقة واحدة — عمر التوكن 15 دقيقة فقط - ApiClient و ApiException يفهم مصفوفة message في NestJS flutter analyze نظيف في التطبيقين. البناء الفعلي لم يُجرَّب بعد: بوابة المرحلة 1 تتطلّب البناء على السيرفر، والوصول إليه غير متاح حالياً. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
15 lines
772 B
YAML
Executable File
15 lines
772 B
YAML
Executable File
# This file is used to configure the Shorebird updater used by your app.
|
|
# Learn more at https://docs.shorebird.dev
|
|
# This file does not contain any sensitive information and should be checked into version control.
|
|
|
|
# Your app_id is the unique identifier assigned to your app.
|
|
# It is used to identify your app when requesting patches from Shorebird's servers.
|
|
# It is not a secret and can be shared publicly.
|
|
app_id: 68cc9345-6270-439e-ae58-437fb195836d
|
|
|
|
# auto_update controls if Shorebird should automatically update in the background on launch.
|
|
# If auto_update: false, you will need to use package:shorebird_code_push to trigger updates.
|
|
# https://pub.dev/packages/shorebird_code_push
|
|
# Uncomment the following line to disable automatic updates.
|
|
# auto_update: false
|