docs: record official platform deploy on 192.168.10.162

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Mortezakoohjani 2026-07-27 21:10:50 +03:30
parent 0eec9f729b
commit ef048219cd
8 changed files with 80 additions and 1 deletions

View File

@ -2,6 +2,10 @@
> Immediate next milestone only. History → [progress.md](progress.md). Future map → [roadmap.md](roadmap.md). > 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) ## 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). 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).

View File

@ -87,6 +87,20 @@ This handover covers the sequential backend implementation from Fleet through Se
| Blockers | None for backend; requires Communication contracts | | Blockers | None for backend; requires Communication contracts |
| **STOP** | This execution stopped at 10.8 per scope | | **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 ## Completion Sign-Off
- [x] Quality gates passed - [x] Quality gates passed
@ -95,6 +109,7 @@ This handover covers the sequential backend implementation from Fleet through Se
- [x] Service snapshot created - [x] Service snapshot created
- [x] project-status.yaml updated - [x] project-status.yaml updated
- [x] No TODO/placeholder/fake implementations in delivered phases - [x] No TODO/placeholder/fake implementations in delivered phases
- [x] Official deploy verified on 192.168.10.162
## Related Documents ## Related Documents

View File

@ -56,5 +56,14 @@ npm run typecheck
- FE-11.6+ registry engines - FE-11.6+ registry engines
- Payment, booking, QR, short links, cards, marketplace, checkout, ticketing, learning UI - 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 ## Next when scoped
- `experience-fe-11.6` — Publish Target Registry UI, official publish_id consumption - `experience-fe-11.6` — Publish Target Registry UI, official publish_id consumption

View File

@ -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.210.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.011.5** committed (`0eec9f7`), pushed, deployed — `/experience/hub` HTTP 200
- [x] **Payment** (backend 14.014.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 ## Related Documents
- [Next Steps](next-steps.md) - [Next Steps](next-steps.md)

View File

@ -10,6 +10,19 @@ schema_version: 2
project_version: "0.14.5-platform" project_version: "0.14.5-platform"
last_updated: "2026-07-27" last_updated: "2026-07-27"
last_completed_phase: payment-frontend 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 (mandatory for every AI execution) ---
resume_rules: resume_rules:
@ -462,6 +475,7 @@ services:
tests: COMPLETE tests: COMPLETE
documentation: COMPLETE documentation: COMPLETE
production_ready: IN_PROGRESS 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.910.10."
- name: Enterprise Experience Platform - name: Enterprise Experience Platform
service_identifier: experience service_identifier: experience
@ -500,7 +514,7 @@ services:
tests: COMPLETE tests: COMPLETE
documentation: COMPLETE documentation: COMPLETE
production_ready: IN_PROGRESS production_ready: IN_PROGRESS
notes: Backend 11.011.10 complete. Frontend FE-11.011.5 complete (stop). Architecture COMPLETE (ADR-022). production_ready IN_PROGRESS until publish registry. notes: "Backend 11.011.10 complete. Frontend FE-11.011.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 - name: Hospitality Platform
service_identifier: hospitality service_identifier: hospitality
@ -651,6 +665,7 @@ services:
tests: COMPLETE tests: COMPLETE
documentation: COMPLETE documentation: COMPLETE
production_ready: IN_PROGRESS 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.614.10."
- name: Ecommerce - name: Ecommerce
service_identifier: ecommerce service_identifier: ecommerce

View File

@ -181,6 +181,15 @@ known_limitations:
- Fleet analytics and AI hooks deferred to 10.10 - Fleet analytics and AI hooks deferred to 10.10
- Outbox drain worker not yet implemented - Outbox drain worker not yet implemented
- Frontend phase gates for new APIs pending frontend update - 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: [] open_todos: []

View File

@ -74,5 +74,12 @@ open_todos:
- Payment / booking / QR / short link / card / marketplace UI (explicitly out of scope) - Payment / booking / QR / short link / card / marketplace UI (explicitly out of scope)
- Fine-grained experience.* permission catalog from identity service - 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_handover_reference: docs/phase-handover/phase-experience-fe-11-5.md
last_updated: "2026-07-27" last_updated: "2026-07-27"

View File

@ -251,5 +251,13 @@ known_limitations:
open_todos: [] 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_handover_reference: docs/phase-handover/phase-14-5.md
last_updated: "2026-07-27" last_updated: "2026-07-27"