fix(helpdesk): reset card margin-bottom and tighten risk level thresholds
- margin-bottom: 0 on cards to override article shell default - Level thresholds stricter: high >= 55 (was 70), medium >= 25 (was 40) so fewer customers appear as 'low risk' and issues surface earlier Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -15,8 +15,8 @@ final class RiskRadarService
|
||||
private const W_INACTIVITY = 10;
|
||||
|
||||
// --- Level thresholds ---
|
||||
private const LEVEL_HIGH = 70;
|
||||
private const LEVEL_MEDIUM = 40;
|
||||
private const LEVEL_HIGH = 55;
|
||||
private const LEVEL_MEDIUM = 25;
|
||||
|
||||
private const CLOSED_STATES = ['Erledigt', 'Resolved', 'Closed', 'Geschlossen'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user