[Feature] Aggregated statistics should drill down to their underlying data where useful #264

Open
opened 2026-07-14 20:08:39 +02:00 by zemion · 0 comments
Owner

Problem / User Need

Aggregated numbers in the UI should not be dead ends when users naturally need to inspect the represented records. Where it makes sense, clicking a statistic should show the detailed data behind it.

Acceptance Criteria

  • Define a shared design principle for clickable aggregate statistics and drill-down affordances.
  • Provide a reusable UI pattern for statistic drill-downs: overlay, filtered table, or navigation target.
  • Document when a statistic should be clickable and when it should remain informational only.
  • Apply the pattern to campaign statistics where attachment/recipient/detail counts need inspection.

Notes / Decisions

This is a cross-module design rule. It should avoid making every number clickable by default; the interaction should be reserved for cases where detailed data helps a user act.

## Problem / User Need Aggregated numbers in the UI should not be dead ends when users naturally need to inspect the represented records. Where it makes sense, clicking a statistic should show the detailed data behind it. ## Acceptance Criteria - Define a shared design principle for clickable aggregate statistics and drill-down affordances. - Provide a reusable UI pattern for statistic drill-downs: overlay, filtered table, or navigation target. - Document when a statistic should be clickable and when it should remain informational only. - Apply the pattern to campaign statistics where attachment/recipient/detail counts need inspection. ## Notes / Decisions This is a cross-module design rule. It should avoid making every number clickable by default; the interaction should be reserved for cases where detailed data helps a user act.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: add-ideas/govoplan-core#264
No description provided.