Production Checklist
Architecture
Android
Backend
Secrets
Release
Operational readiness
Final go/no-go
Do not approve production release while any of these remain true:
- Placeholder API endpoint is active.
- Authentication is absent.
- Admin authorization is client-only.
- Backend is not the source of truth.
- Financial/transaction state changes are not atomic.
- Backups cannot be restored.
- Release signing credentials are uncontrolled.