kitos
5684484fdf
Aegis CI / lint-and-test (push) Has been cancelled
fix(metrics): prevent 0.0 falsy bug for sub-hour timing values
...
Root cause: avg times were ~2-3 minutes (< 1h). round(0.033, 1) = 0.0
which is falsy in JS, so the frontend showed N/A instead of the value.
Fix (backend): _safe_stats() and team metrics now convert to minutes
when avg < 1 hour, adding a 'unit' field ('min' or 'hrs').
Fix (frontend): use != null instead of truthy check for avg_completion_hours,
MTTD, MTTR — correctly shows 0.0 and uses the unit field to show 'min' or 'hrs'.
2026-06-03 10:59:58 +02:00
..
2026-02-06 12:26:26 +01:00
2026-05-18 14:00:48 +02:00
2026-02-20 14:28:52 +01:00
2026-05-22 09:46:29 +02:00
2026-05-29 11:26:09 +02:00
2026-05-20 13:11:01 +02:00
2026-02-20 13:28:14 +01:00
2026-05-19 12:05:35 +02:00
2026-05-28 16:56:47 +02:00
2026-05-29 11:26:09 +02:00
2026-05-29 11:18:55 +02:00
2026-02-20 15:33:23 +01:00
2026-06-02 08:58:04 +02:00
2026-05-29 13:52:51 +02:00
2026-02-19 17:06:32 +01:00
2026-02-19 15:56:42 +01:00
2026-02-10 15:53:24 +01:00
2026-02-20 14:34:24 +01:00
2026-02-20 13:31:18 +01:00
2026-05-19 16:35:02 +02:00
2026-05-19 16:29:04 +02:00
2026-02-19 17:39:31 +01:00
2026-05-29 11:18:55 +02:00
2026-05-19 15:10:31 +02:00
2026-02-19 19:02:36 +01:00
2026-05-20 16:20:21 +02:00
2026-05-28 16:11:29 +02:00
2026-05-29 16:58:07 +02:00
2026-05-29 11:48:55 +02:00
2026-05-20 15:21:36 +02:00
2026-05-29 11:26:09 +02:00
2026-06-02 08:58:04 +02:00
2026-02-20 15:33:23 +01:00
2026-05-19 13:40:45 +02:00
2026-05-21 17:11:35 +02:00
2026-06-03 10:59:58 +02:00
2026-02-20 14:42:20 +01:00
2026-05-19 16:48:47 +02:00
2026-05-20 15:21:36 +02:00
2026-05-18 14:00:37 +02:00
2026-05-18 14:00:42 +02:00
2026-05-19 16:48:47 +02:00
2026-05-20 16:11:48 +02:00
2026-02-10 09:21:35 +01:00
2026-05-18 15:07:12 +02:00
2026-05-18 15:07:12 +02:00
2026-05-29 11:18:55 +02:00
2026-05-18 15:07:12 +02:00
2026-05-20 16:43:57 +02:00
2026-05-18 14:50:31 +02:00
2026-02-19 15:23:01 +01:00
2026-05-29 16:04:30 +02:00
2026-06-03 09:08:40 +02:00
2026-05-29 09:55:02 +02:00
2026-02-20 14:28:52 +01:00
2026-06-02 14:27:15 +02:00
2026-05-29 15:13:05 +02:00
2026-05-29 14:09:04 +02:00
2026-02-20 13:28:14 +01:00
2026-06-02 14:35:35 +02:00
2026-02-20 14:42:20 +01:00