27 lines
895 B
Markdown
27 lines
895 B
Markdown
# 11 Going Live Audit
|
|
|
|
Source checked: Uber Eats "Going Live" section shared by you.
|
|
|
|
## Implemented Now
|
|
|
|
- Go-live readiness metric endpoint for pilot gating:
|
|
- `GET /api/v1/metrics/go-live-readiness`
|
|
- computes 3-day injection success and evaluates against configurable threshold (default 98%)
|
|
- Existing production readiness controls already present:
|
|
- webhook security (signature + optional basic auth)
|
|
- OAuth domain pairing checks
|
|
- injection success monitoring endpoint
|
|
|
|
## Existing Before
|
|
|
|
- Menu upload and POS integration activation APIs
|
|
- Provisioning and de-provisioning flow endpoints
|
|
- Webhook ingestion and order action APIs
|
|
|
|
## Pending (Operational / Process)
|
|
|
|
- Scheduling formal joint verification run with Uber support team
|
|
- Production app creation and scope whitelisting workflow in dashboard
|
|
- Pilot launch operational communication workflow outside API service
|
|
|