Commit completed Torbat Pages admin frontend module, BFF proxy, routes, and validation artifacts for official platform deploy. Co-authored-by: Cursor <cursoragent@cursor.com>
37 lines
1.5 KiB
Markdown
37 lines
1.5 KiB
Markdown
# Experience Frontend — Enterprise Phase Discovery (FE-11.0 → FE-11.5)
|
|
|
|
| Field | Value |
|
|
| --- | --- |
|
|
| Service | `experience` / Torbat Pages |
|
|
| Backend | Complete through `experience-11.10` (`0.11.10.0`) |
|
|
| Architecture | **COMPLETE** ([ADR-022](architecture/adr/ADR-022.md)) |
|
|
| Frontend progress | **COMPLETE through FE-11.5** — stop boundary |
|
|
| Scope | FE-11.0 … FE-11.5 only |
|
|
| Stop after | FE-11.5 |
|
|
|
|
## Inputs used
|
|
|
|
- Project Index · Service snapshot · Architecture freeze handover
|
|
- ADR-022 · Published Resource / Action / Access / Embed contracts
|
|
- Delivery frontend module as reference implementation
|
|
- Backend APIs on port **8008** (`/api/v1/*`, `/health`, `/capabilities`, `/metrics`)
|
|
|
|
## Gap analysis (resolved)
|
|
|
|
| Capability | Backend | Frontend |
|
|
| --- | --- | --- |
|
|
| Workspaces / sites / pages / templates | ✅ | ✅ FE-11.2 |
|
|
| Components / themes / layouts / builder | ✅ | ✅ FE-11.3 |
|
|
| Forms / surveys / submissions | ✅ | ✅ FE-11.4 |
|
|
| Publishing / SEO / analytics / embed | ✅ | ✅ FE-11.5 |
|
|
| Design system module | N/A | ✅ light/dark, brand, RTL/LTR, charts/maps/tables/timeline/kanban, playground |
|
|
| Seed data | ✅ `scripts/seed_experience.py` | UI consumes APIs only |
|
|
|
|
## Out of scope (hard stop)
|
|
|
|
Checkout · Payment UI · Booking UI · QR · Short Links · Card Builder · Ticketing · Learning · Marketplace · Future products · FE-11.6+ registry engines
|
|
|
|
## Data rule
|
|
|
|
UI consumes Experience APIs only. Seed script populates DB via APIs (no fake frontend-only JSON).
|