From ef048219cdc4957c1647009e27c54f5400cdcac1 Mon Sep 17 00:00:00 2001 From: Mortezakoohjani Date: Mon, 27 Jul 2026 21:10:50 +0330 Subject: [PATCH] docs: record official platform deploy on 192.168.10.162 Co-authored-by: Cursor --- docs/next-steps.md | 4 ++++ docs/phase-handover/phase-10-8.md | 15 +++++++++++++++ docs/phase-handover/phase-experience-fe-11-5.md | 9 +++++++++ docs/progress.md | 12 ++++++++++++ docs/project-status.yaml | 17 ++++++++++++++++- docs/service-snapshots/delivery.yaml | 9 +++++++++ docs/service-snapshots/experience-frontend.yaml | 7 +++++++ docs/service-snapshots/payment.yaml | 8 ++++++++ 8 files changed, 80 insertions(+), 1 deletion(-) diff --git a/docs/next-steps.md b/docs/next-steps.md index dcb0c25..f255fc2 100644 --- a/docs/next-steps.md +++ b/docs/next-steps.md @@ -2,6 +2,10 @@ > Immediate next milestone only. History → [progress.md](progress.md). Future map → [roadmap.md](roadmap.md). +## Last official deploy (2026-07-27) + +Deployed/verified on `192.168.10.162`: Delivery backend **0.10.8.0**, Experience FE hub, Payment **0.14.5.0** + FE. See [progress.md](progress.md) Official Platform Deployment. No business-code changes in that deploy. + ## Payment Platform — MVP complete (Torbat Pay) Phases **payment-14.0 through payment-14.5** backend (v**0.14.5.0**) per [phase-handover/phase-14-5.md](phase-handover/phase-14-5.md). **Payment frontend (payment-frontend)** complete per [phase-handover/phase-payment-frontend.md](phase-handover/phase-payment-frontend.md) and [service-snapshots/payment-frontend.yaml](service-snapshots/payment-frontend.yaml). diff --git a/docs/phase-handover/phase-10-8.md b/docs/phase-handover/phase-10-8.md index 477b647..8467a86 100644 --- a/docs/phase-handover/phase-10-8.md +++ b/docs/phase-handover/phase-10-8.md @@ -87,6 +87,20 @@ This handover covers the sequential backend implementation from Fleet through Se | Blockers | None for backend; requires Communication contracts | | **STOP** | This execution stopped at 10.8 per scope | +## Official Deployment (2026-07-27) + +| Field | Value | +| --- | --- | +| Host | `192.168.10.162` | +| Commit | `7207790` | +| Version | `0.10.8.0` | +| Migration head | `0008_phase_107_108_tracking_settlement` | +| Health | `GET /health` → ok | +| OpenAPI | `GET /openapi.json` → 200 | +| Caps | phase `10.8`, settlement/tracking features true | + +Ops note: `delivery_db.alembic_version.version_num` widened to `varchar(128)` on deploy host so long revision ids apply. + ## Completion Sign-Off - [x] Quality gates passed @@ -95,6 +109,7 @@ This handover covers the sequential backend implementation from Fleet through Se - [x] Service snapshot created - [x] project-status.yaml updated - [x] No TODO/placeholder/fake implementations in delivered phases +- [x] Official deploy verified on 192.168.10.162 ## Related Documents diff --git a/docs/phase-handover/phase-experience-fe-11-5.md b/docs/phase-handover/phase-experience-fe-11-5.md index 0283f5e..0c5fd10 100644 --- a/docs/phase-handover/phase-experience-fe-11-5.md +++ b/docs/phase-handover/phase-experience-fe-11-5.md @@ -56,5 +56,14 @@ npm run typecheck - FE-11.6+ registry engines - Payment, booking, QR, short links, cards, marketplace, checkout, ticketing, learning UI +## Official Deployment (2026-07-27) + +| Field | Value | +| --- | --- | +| Host | `192.168.10.162` | +| Commit | `0eec9f7` | +| Frontend hub | `GET /experience/hub` → 200 | +| Container | `superapp_frontend` recreated | + ## Next when scoped - `experience-fe-11.6` — Publish Target Registry UI, official publish_id consumption diff --git a/docs/progress.md b/docs/progress.md index 4f84fee..fca3e08 100644 --- a/docs/progress.md +++ b/docs/progress.md @@ -1105,6 +1105,18 @@ Remaining (honest): frontend phase gates for fleet/dispatch/tracking/settlement --- +## Official Platform Deployment — 2026-07-27 ✅ + +Host: `192.168.10.162` · Branch: `cursor/communication-frontend-sms-mvp` + +- [x] **Delivery backend 10.2–10.8** committed (`7207790`), pushed, deployed — v`0.10.8.0`, alembic `0008_phase_107_108_tracking_settlement` (head), `/health` + `/capabilities` + OpenAPI OK +- [x] **Experience frontend FE-11.0–11.5** committed (`0eec9f7`), pushed, deployed — `/experience/hub` HTTP 200 +- [x] **Payment** (backend 14.0–14.5 + frontend) verified live — v`0.14.5.0`, alembic `0006_phase_145_ledger`, `/payment/hub` HTTP 200 +- [x] Platform health sweep: Core, Identity, Accounting, CRM, Loyalty, Communication, Sports, Delivery, Experience, Hospitality, Healthcare, Beauty, Payment all `/health` 200 +- [x] Status docs updated: `project-status.yaml`, snapshots, handovers, next-steps + +--- + ## Related Documents - [Next Steps](next-steps.md) diff --git a/docs/project-status.yaml b/docs/project-status.yaml index 0de9721..5028128 100644 --- a/docs/project-status.yaml +++ b/docs/project-status.yaml @@ -10,6 +10,19 @@ schema_version: 2 project_version: "0.14.5-platform" last_updated: "2026-07-27" last_completed_phase: payment-frontend +last_official_deploy: + date: "2026-07-27" + host: "192.168.10.162" + branch: cursor/communication-frontend-sms-mvp + commits: + - "7207790 feat(delivery): deploy backend phases 10.2-10.8 through settlement" + - "0eec9f7 feat(experience): deploy Experience frontend FE-11.0-11.5 portal" + - "4451b32 feat(payment-frontend): ship Torbat Pay admin portal for MVP 14.0-14.5" + services_deployed: + - delivery + - experience-frontend + - payment # verified already live + # --- Resume Rules (mandatory for every AI execution) --- resume_rules: @@ -462,6 +475,7 @@ services: tests: COMPLETE documentation: COMPLETE production_ready: IN_PROGRESS + notes: "Official deploy 2026-07-27 on 192.168.10.162 — delivery-service v0.10.8.0 healthy; alembic head 0008_phase_107_108_tracking_settlement. Remaining 10.9–10.10." - name: Enterprise Experience Platform service_identifier: experience @@ -500,7 +514,7 @@ services: tests: COMPLETE documentation: COMPLETE production_ready: IN_PROGRESS - notes: Backend 11.0–11.10 complete. Frontend FE-11.0–11.5 complete (stop). Architecture COMPLETE (ADR-022). production_ready IN_PROGRESS until publish registry. + notes: "Backend 11.0–11.10 complete. Frontend FE-11.0–11.5 complete (stop). Architecture COMPLETE (ADR-022). Official deploy 2026-07-27 — /experience/hub HTTP 200 on 192.168.10.162. production_ready IN_PROGRESS until publish registry (FE-11.6)." - name: Hospitality Platform service_identifier: hospitality @@ -651,6 +665,7 @@ services: tests: COMPLETE documentation: COMPLETE production_ready: IN_PROGRESS + notes: "Official deploy verified 2026-07-27 — payment-service v0.14.5.0 + /payment/hub HTTP 200 on 192.168.10.162. Alembic head 0006_phase_145_ledger. Remaining 14.6–14.10." - name: Ecommerce service_identifier: ecommerce diff --git a/docs/service-snapshots/delivery.yaml b/docs/service-snapshots/delivery.yaml index b447cbf..6f053fb 100644 --- a/docs/service-snapshots/delivery.yaml +++ b/docs/service-snapshots/delivery.yaml @@ -181,6 +181,15 @@ known_limitations: - Fleet analytics and AI hooks deferred to 10.10 - Outbox drain worker not yet implemented - Frontend phase gates for new APIs pending frontend update + - Ops note: delivery_db.alembic_version.version_num widened to varchar(128) on deploy host (revision id length) + +deployment: + host: "192.168.10.162" + date: "2026-07-27" + version: "0.10.8.0" + migration_head: "0008_phase_107_108_tracking_settlement" + health: ok + openapi: ok open_todos: [] diff --git a/docs/service-snapshots/experience-frontend.yaml b/docs/service-snapshots/experience-frontend.yaml index 513cd6c..e7f5048 100644 --- a/docs/service-snapshots/experience-frontend.yaml +++ b/docs/service-snapshots/experience-frontend.yaml @@ -74,5 +74,12 @@ open_todos: - Payment / booking / QR / short link / card / marketplace UI (explicitly out of scope) - Fine-grained experience.* permission catalog from identity service +deployment: + host: "192.168.10.162" + date: "2026-07-27" + routes_verified: + - /experience/hub=200 + frontend_container: superapp_frontend + last_handover_reference: docs/phase-handover/phase-experience-fe-11-5.md last_updated: "2026-07-27" diff --git a/docs/service-snapshots/payment.yaml b/docs/service-snapshots/payment.yaml index 71b10e0..72162d9 100644 --- a/docs/service-snapshots/payment.yaml +++ b/docs/service-snapshots/payment.yaml @@ -251,5 +251,13 @@ known_limitations: open_todos: [] +deployment: + host: "192.168.10.162" + date: "2026-07-27" + version: "0.14.5.0" + migration_head: "0006_phase_145_ledger" + health: ok + frontend_hub: /payment/hub=200 + last_handover_reference: docs/phase-handover/phase-14-5.md last_updated: "2026-07-27"