Skip to content

refactor(case-detail): drop the three duplicate KPI cards from the bottom row - #1701

Merged
rubenvdlinde merged 1 commit into
developmentfrom
fix/case-detail-drop-duplicate-kpi-cards
Sep 3, 2026
Merged

refactor(case-detail): drop the three duplicate KPI cards from the bottom row#1701
rubenvdlinde merged 1 commit into
developmentfrom
fix/case-detail-drop-duplicate-kpi-cards

Conversation

@rubenvdlinde

Copy link
Copy Markdown
Contributor

Open tasks, Documents and Sub-cases were stats-block widgets in the bottom layout row (gridY: 19), each showing a count of something the page already lists in full a few centimetres away: the tab strip carries the Files and Sub-cases panels, and the right column carries Tasks. Every one counted rows the reader can already see, so the row cost a screenful of height and told them nothing new.

Hours booked stays. It is the one stats-block whose number is not derivable from anything else on the page: it sums humaniq TimeEntry rows, which the case detail does not list.

Scope

Both the widget definitions and their layout entries go, 88 lines, 0 lines added. Nothing else referenced them: the two surviving mentions are historical prose in a _note and in a test comment, both describing what the page used to carry.

Verification

  • npm run check:manifest: Ajv PASS, 0 errors against schema 2.28.0
  • Built and deployed to a live instance; the served bundle no longer contains case-kpis-open-tasks
  • Playwright case-detail-kpis-and-tabs.spec.ts + deelzaak-support.spec.ts against that build: 10 passed, 2 skipped, 0 failed. The KPI spec asserts the Case type and Completed cards and the right column (Hours booked, Flow runs, Tasks), none of which this touches.

…ttom row

`Open tasks`, `Documents` and `Sub-cases` were `stats-block` widgets sitting in
the bottom layout row (gridY 19), each showing a count of something the page
already lists in full a few centimetres away: the tab strip carries Files and
Sub-cases panels, and the right column carries Tasks. Every one of the three
counted rows the reader can already see and count, so the row cost a screenful
of height and told them nothing new.

`Hours booked` stays. It is the one stats-block whose number is NOT derivable
from anything else on the page: it sums humaniq TimeEntry rows, which the case
detail does not list.

The widget definitions and their layout entries both go, 88 lines in total, and
nothing else referenced them: the two surviving mentions are historical prose in
a `_note` and in a test comment, both describing what the page used to carry.
@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Quality Report — ConductionNL/dossiq @ b55ec41

Check PHP Vue Security License Tests
lint
phpcs
phpmd
psalm
phpstan
phpmetrics
eslint
stylelint
build
check-manifest
check-vue3-compile
test-l10n
format
check-schema-l10n
check-l10n-js
composer ✅ 106/106
npm ✅ 540/540
app:check-code ⏭️
info.xml
REUSE
PHPUnit
Newman ⏭️
Playwright ⏭️ deferred — runs on the promotion into beta/main, not on a pull request into development
Hydra gates

Quality workflow — 2026-09-03 05:19 UTC

Download the full PDF report from the workflow artifacts.

@rubenvdlinde
rubenvdlinde merged commit 6d44d8b into development Sep 3, 2026
49 checks passed
@rubenvdlinde
rubenvdlinde deleted the fix/case-detail-drop-duplicate-kpi-cards branch September 3, 2026 05:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant