Exportar informe DOCX + DashboardView simplificado a 4 tarjetas

- services/report-export.ts: generación de DOCX con docx (npm)
  incluye: estado general, épicas, tabla HUs, bloqueos, curva S, sesiones
- DashboardView: botón Exportar al lado del badge del proyecto
  stats simplificados a 4 tarjetas (combinada épicas/HUs/progreso, QA, sesiones, curva S)
- SCurveChart: modo compacto con área gradient fill estilo shadcn
- Notificación inline: soporte para tipo 'info' (azul)
This commit is contained in:
2026-05-30 01:00:02 -05:00
parent 97950adf8b
commit 1f39c4df7a
6 changed files with 394 additions and 141 deletions
+1
View File
@@ -36,6 +36,7 @@
"clsx": "^2.1.1",
"dexie": "^4.0.4",
"dnd-kit-vue": "^0.0.2",
"docx": "^9.7.1",
"lowlight": "^3.3.0",
"lucide-vue-next": "^1.0.0",
"mammoth": "^1.12.0",