users: AG Grid reemplazado por tabla nativa paginada + QA indicators

- UsersView: tabla nativa con busqueda, paginacion (15/page), iniciales
- UsersView: eliminada dependencia ag-grid (mantenida en bundle por otros modulos)
- DashboardView: QA metrics con desglose auto/parcial/manual
- DashboardView: seccion expandible con planes QA detallados
- qa-analyzer: fix field name automatizable
- ToDo: K-09 eliminada
This commit is contained in:
2026-05-28 23:49:41 -05:00
parent 8667cddc46
commit 4e90f6f7b2
3 changed files with 182 additions and 88 deletions
+2 -1
View File
@@ -4,10 +4,11 @@ import db from '@/services/db'
export interface QATestCase {
type: string
description: string
automatable: 'SÍ' | 'PARCIAL' | 'MANUAL'
automatizable: string
tool: string
}
export interface HUQAPlan {
huTitle: string
huId: string