forked from fa/breadcrumb-the-shire
feat(helpdesk): redesign Historical tab with per-agent performance widgets
Each agent gets a card with three insight columns: - Resolution time: Ø / Min / Max (formatted as hours or days) - Top 3 customers by resolved ticket count (ranked list) - Top 3 categories by resolved ticket count (ranked list) Backend collects resolved ticket details per agent: customer names, categories, and resolution hours. Aggregates top-3 and min/max/avg. Replaces the old compact single-row layout with rich widget cards matching the Current tab pattern. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -296,6 +296,8 @@
|
||||
"Not assigned": "Not assigned",
|
||||
"Could not load team dashboard.": "Could not load team dashboard.",
|
||||
"No team data available.": "No team data available.",
|
||||
"Top customers": "Top customers",
|
||||
"Top categories": "Top categories",
|
||||
"Current": "Current",
|
||||
"Performance": "Performance",
|
||||
"Historical": "Historical",
|
||||
|
||||
Reference in New Issue
Block a user