Dashboard
The dashboard is the signed-in landing page — a single screen answering "what has my operation done, and what is it doing right now?" It shows headline counts, thirty days of trend charts, who on your team is online, and the latest activity, all scoped to the account you're switched into.
The header reads "Dashboard" alongside today's date.
KPI tiles
Five tiles across the top. Every tile is a link, so each headline number is one click from the rows behind it.
| Tile | Value | Sub-line | Links to |
|---|---|---|---|
| Assets | Total machines in inventory | "N active this week" — machines whose last boot was within 7 days | /inventory |
| Wipes | Total wipe results | "N in last 30 days" | /wipes |
| Passed | Wipes minus failed | "N% pass rate" | /wipes |
| Failed | Wipes whose status is neither empty nor completed | "N% fail rate" | — |
| Certificates | Certificates fully generated | "signed & verifiable" | — |
30-day charts
Four charts cover the trailing thirty days. They are rendered server-side as inline SVG — no client charting library, nothing to load.
- Inventory Insights — machines added and machines re-reported per day. Carries a trend pill comparing the last 15 days against the prior 15, a "+N today" figure, the peak day, and the average per day.
- Certificate coverage — a donut of Issued vs Awaiting certificates, with the coverage percentage in the centre.
- Wipe activity — a line chart of wipes per day.
- Wipe outcomes — a donut of Passed vs Failed, with the pass rate in the centre.
Team presence
Every member of the account is listed with their avatar, an Admin badge where applicable, and a presence dot:
| State | Threshold | Dot | Shows |
|---|---|---|---|
| Online | Seen under 5 minutes ago | Green | What they're doing, e.g. "Browsing inventory" |
| Away | Seen under 30 minutes ago | Amber | — |
| Offline | Longer ago (or never) | Grey | "Last seen X ago", or "Hasn't signed in yet" |
Presence is stamped on each request a user makes, throttled to once per 60 seconds — so "online" means actively using the app within the last few minutes, not merely having a tab open from this morning.
Latest activity
A feed of the ten most recent events in the account, each with verbatim copy by kind:
| Kind | Entry |
|---|---|
| Wipe passed | "<drive> erased" |
| Wipe failed | "<drive> wipe failed" |
| Certificate | "Certificate #N issued" |
| Download | "AVERASE ISO downloaded" / "AVERASE Hotswap ISO downloaded" |
| Boot | "<Vendor Model> booted the kiosk" |
Recent panels
Two compact panels round out the page:
- Recent wipes — the five most recent wipe results, each with its Pass/Fail badge.
- Recently Updated Inventory — the five most recently updated machines.
Both are trailheads into the full grids.