feat(helpdesk): replace abstract driver bars with concrete reason texts

Cards now show plain-language reasons instead of abstract progress bars:
'8 open, 3 critical', '↑4 more than resolved', '2 SLA breaches',
'Oldest ticket 12d'. Instantly understandable without knowing the
scoring formula. Driver bars remain in the detail dialog for the
full dimension breakdown.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-06 00:36:49 +02:00
parent 53db166916
commit e279e469da
5 changed files with 40 additions and 31 deletions

View File

@@ -323,5 +323,8 @@
"open": "offen",
"overdue": "überfällig",
"net": "netto",
"Search customers...": "Kunden suchen..."
"Search customers...": "Kunden suchen...",
"more than resolved": "mehr als gelöst",
"SLA breaches": "SLA-Verletzungen",
"Oldest ticket": "Ältestes Ticket"
}