Skip to Content
Welcome to the new Haccpy docs! đź‘‹
User GuideDashboard

Dashboard

Overview

The Dashboard (/{tenant}/dashboard) is the default landing page for the tenant. It gives a high-level view of activity and metrics.

Stats cards

Three summary cards at the top of the page:

  • Today’s total violations — count of violations detected since midnight.
  • Comparison to yesterday — percentage change with a trend arrow (up/down) indicating whether today’s count is higher or lower than the same point yesterday.
  • Top use case — the detection use case with the highest violation count today.

Charts

Hourly Violations

An area chart comparing today’s violation distribution against yesterday’s, hour by hour (00:00–23:00). Two overlapping shaded areas in different colours with a legend identifying Today and Yesterday. If neither day has any violations the chart shows an empty state message.

Violations by Use Case

A donut chart showing the proportion of violations per detection use case over the last 7 days. Each segment is coloured distinctly and labelled with the use case name.

Violations by Location

A donut chart showing violations per location over the last 7 days. Hover a segment to see the exact count for that location.

Usage

  • Use the dashboard to spot trends — peak violation hours, problem locations, or a spike in a specific use case.
  • Drill down by opening the relevant section (e.g. Violations, System Health, Checklists) from the sidebar or from links on the dashboard.

URL

  • Dashboard: /{tenant}/dashboard

Replace {tenant} with the tenant slug (e.g. acme).

Last updated on