Speed Guardrails
{{ snapshot.performance.guardrails.message }}
Workflow Optimization
{% for key, value in snapshot.workflow.items() %}{{ 'Enabled' if value else 'Disabled' }}
Offline Speed Continuity
{% for key, value in snapshot.continuity.items() %}{{ value }}
Operational Confidence
{% for key, value in snapshot.confidence.items() %}{{ value }}
Enterprise Runtime
{{ snapshot.transaction_states|length }} transaction state record(s), global state handled by runtime APIs.
Barcode, cart, sync, receipt, alert, and recovery events publish through a lightweight runtime bus.
Checkout, barcode, inventory integrity, sync safety, analytics, and reporting are prioritized in that order.
Carts, transactions, reports, sync state, and workflows can checkpoint for replay-safe recovery.
Cashier Productivity
{% for tip in snapshot.productivity.coaching %}Recent POS Latency
| Type | Average | Maximum | Budget | Status |
|---|---|---|---|---|
| {{ group.event_type }} | {{ group.avg_latency }}ms | {{ group.max_latency }}ms | {{ group.budget_ms }}ms | {{ group.budget_status }} |
| No latency samples yet. Use POS once and this fills automatically. | ||||