Production Review Detail
A live production-readiness review showing consent handling, billing ownership, webhook health, and the final issues still blocking go-live.
The detail page should show the actual release blocker instead of a vague pending badge.
Billing readiness should be visible on the same screen as consent and webhook checks.
The operator should not have to open another surface to confirm the serving key posture.
That gives engineering, compliance, and billing the same answer when they ask whether live traffic is actually ready to begin.
The point is to make the final approval explainable instead of forcing reviewers to reconstruct the state from scattered tools.
That keeps the review lane connected to the real operating dashboard that takes over after launch.
{
"review_id": "prd_rev_northstar_live_review",
"state": "waiting_on_final_webhook_check",
"consent_review": "passed",
"billing_owner": "confirmed",
"key_hygiene": "healthy",
"next_step": "verify_last_signed_delivery"
}Production review detail should keep blocking checks and the next release action visible until the lane is fully cleared.
The live review page should show the real blocker instead of a vague pending state.
Consent handling belongs on the same detail lane as the webhook and billing checks.
The exact next release action should remain visible until the lane is fully cleared.
A production review detail page should show the exact go-live state for one organization or project, including which checks are complete and which still block the release.
That gives engineering, compliance, and billing the same answer when they ask whether live traffic is actually ready to begin.
Consent handling, webhook signatures, billing ownership, key hygiene, audit exports, and customer-data safeguards should all remain visible in one production review lane.
The point is to make the final approval explainable instead of forcing reviewers to reconstruct the state from scattered tools.
Once the final blocking checks are resolved, the production review page should hand the team directly into the live workspace and the first production usage view.
That keeps the review lane connected to the real operating dashboard that takes over after launch.