Skip to content

Dashboard Triage View

Artifact — instantiates Attention Budgeting

Arranges many visible signals into a triage path — ordered by risk, urgency, age, and owner — so a glance lands attention on the item that needs it next.

Version
v1 · 2026-08-24 · History
Mechanism #
2373
Type
Artifact
Form family
Interface, Display & Cue
Solution family
Attention, Salience & Focus
Problem family
Information Overload, Search & Attention Failure
Problem subfamily
Scarce Attention, Continuity & Span
Origin domain
Human-Computer Interaction
Also from
Data Science & Analytics, Medicine & Healthcare
Instantiates
Attention Budgeting

A Dashboard Triage View budgets attention through arrangement: it takes a field of already-visible signals and structures how they appear so that the eye is guided, in order, to the item that most needs attention right now. Its distinctive move is the triage path — every item is sorted and styled by risk, urgency, age, and ownership, and the layout makes the top of that ordering unmissable while keeping the rest present but quiet. It is not a limit on how many signals exist and not a rule about what may interrupt; it is a representation that turns a flat wall of equally-loud information into a ranked, scannable queue where a five-second glance reliably finds the next thing to work and the next thing to ignore.

Example

An emergency department has a patient-tracking board showing forty patients at once. Before the triage view, every row looked the same — name, room, chief complaint — so the charge nurse had to read all forty to find the two who were deteriorating, and sometimes found them late. The redesigned board sorts rows by an acuity score and time-since-last-assessment, colors the top band red, and puts each patient's next required action — labs pending, awaiting disposition, needs reassessment — in a dedicated column. Now the charge nurse's glance lands first on the sickest, longest-unseen patient, and the column tells her what that patient is waiting on without opening the chart. The same forty patients are visible as before; what changed is that the board now spends the nurse's attention in priority order instead of leaving her to spend it by scanning.

How it works

  • Gather the field. Pull every relevant signal into one view so nothing important lives off-screen in a separate tab — the board is the inventory of current demands.
  • Score and sort. Rank items by a composite of risk, urgency, age, and owner, so ordering carries meaning rather than arrival time or alphabetical accident.
  • Encode the ranking visually. Foreground items look and behave like foreground — color band, position, size — while lower-priority items stay visible but recede; salience matches the score.
  • Attach the next action. Each item shows what to do about it, so a triaged glance produces a decision, not just awareness.

The view earns its name by making the display itself do the triage, so the reader's scarce attention is pre-sorted before they spend any of it.

Tuning parameters

  • Sort key weighting — how much risk versus age versus urgency drives the ordering. Over-weighting urgency buries important-but-slow items; over-weighting age surfaces stale trivia.
  • Salience contrast — how sharply top items are distinguished from the rest. Strong contrast guides the eye fast but, if everything trends red, restores the flat wall it replaced.
  • Field breadth — how many signals the view admits. Wider coverage misses less but crowds the display; narrower views are cleaner but risk hiding a lane.
  • Refresh rate — how often the ranking recomputes. Faster refresh tracks a fast-moving situation but can make the top of the list churn distractingly.
  • Action-column specificity — whether the next-action field is a precise instruction or a vague status. Specific actions speed response but need upstream data to populate them.

When it helps, and when it misleads

Its strength is that it fixes the gap between visible and attended: information can be fully on-screen and still missed when nothing tells the eye where to look, and a triage ordering closes that gap without adding or removing a single signal. It is the right tool when the problem is not too many alerts but a flat display that forces the reader to do the sorting in their head.

It misleads when the ranking is wrong or gamed, because a confident visual order is believed — a mis-scored board sends attention precisely away from what matters, and does so with the authority of a red band. This is the trap of inattentional blindness turned inside out: people trust the salient item and stop looking for the unmarked one, so a signal the board fails to rank simply vanishes.[n1] The classic misuse is a board where every tile eventually turns red or urgent, collapsing the hierarchy back into noise. The guarding discipline is to audit the scoring against real outcomes, keep a deliberate low-salience lane for the unranked so nothing is invisible, and resist the pressure to promote everyone's item to the top band.

How it implements the components

  • attention_demand_inventory — consolidating every relevant signal into one view is the enumeration of what is currently claiming attention.
  • priority_weighting_rule — the composite risk/urgency/age/owner score is the explicit rule for why one item outranks another.
  • salience_hierarchy — the layout encodes that ranking so foreground items look foreground and background items recede without disappearing.
  • action_link — the next-action column ties each triaged item to a concrete response.

It does not cap how many signals may interrupt (attention_budget, interruption_policy) — that's Alert Budget; it arranges the signals that exist rather than limiting them.

Editorial Notes

Form Classification

Form family: Interface, Display & Cue

Rationale: The view scores, sorts, and visually foregrounds current demands by risk, urgency, age, and owner while exposing the next action, so its operative form is an attention-shaping triage surface.

Nearest alternative: Decision, Gate & Allocation — The display pre-sorts what deserves attention, but a user still decides and acts; the mechanism does not itself allocate or dispose of the cases.

Review outcome: Adjudicated after independent review; high confidence.

Origin Attribution

Primary origin: Human-Computer Interaction

Origin pattern: Cross-disciplinary synthesis

Present-day reach: Multi-domain

Rationale: Operational interface design cohered risk- and urgency-ranked views that guide selective attention through a live field while keeping lower-priority items visible but quiet.

Related originating lineages:

  • Data Science & Analytics — Dashboard analytics supplied sortable risk, age, ownership, and urgency fields.
  • Medicine & Healthcare — Clinical triage supplied the priority-ordering logic for directing scarce attention to the next consequential case.

Review resolution: Operational interface design cohered risk- and urgency-ranked views that guide selective attention through a live field while keeping lower-priority items visible but quiet.

Encyclopedia synthesis: The exact catalogued form synthesizes established practice rather than reproducing a single standard historical label.

Review outcome: Reconciled after independent review; high confidence.

Notes

[n1] Inattentional blindness — Simons and Chabris's finding that people focused on one salient task can fail to notice an obvious unexpected event in plain view. A triage board exploits selective attention deliberately, which is also its risk: an item the board does not surface can be looked at and still not seen.