docs: update history and current after F-077 close

This commit is contained in:
chattie
2026-08-19 19:34:05 +02:00
parent 77b9b590b3
commit d799dd07d7
2 changed files with 31 additions and 45 deletions

View File

@@ -356,3 +356,31 @@
- Tests: typecheck admin exit 0; eslint exit 0; verify.sh exit 0.
- Artefactos: work/artifacts/F-073/.
## 2026-08-19 — F-074 Audit shows real-time logs from application services — DONE
- Gates: reviewer APPROVED, security APPROVED, qa APPROVED, leader-close APPROVED, verify.sh exit 0
- Entregable: Página de auditoría (/audit) ahora tiene polling cada 5 segundos para mostrar nuevas entradas en tiempo real. Indicador "● En vivo" cuando polling activo. Badge "+N nuevas" cuando llegan entradas. El polling se detiene al filtrar o paginar.
- Tests: typecheck admin exit 0; eslint exit 0; verify.sh exit 0.
- Artefactos: work/artifacts/F-074/.
## 2026-08-19 — F-075 Inline edit SKU/EAN/STOCK in inventory module, remove Actions column — DONE
- Gates: reviewer APPROVED, security APPROVED, qa APPROVED, leader-close APPROVED, verify.sh exit 0
- Entregable: Inventario (/inventory) permite edición inline de SKU, EAN y Stock con click-to-edit. Añadido `productsApi.updateVariant` al api-client. Columna "Acción" eliminada.
- Tests: typecheck admin exit 0; eslint exit 0; verify.sh exit 0.
- Artefactos: work/artifacts/F-075/.
## 2026-08-19 — F-076 Link to frontend product + archive separate listing — DONE
- Gates: reviewer APPROVED, security APPROVED, qa APPROVED, leader-close APPROVED, verify.sh exit 0
- Entregable: Productos (/products) tiene filtros por estado (Todos/Activos/Archivados) y columna "Tienda" con icono de enlace externo al frontend para productos activos.
- Tests: typecheck admin exit 0; eslint exit 0; verify.sh exit 0.
- Artefactos: work/artifacts/F-076/.
## 2026-08-19 — F-077 Product short description renders HTML in admin product list — DONE
- Gates: reviewer APPROVED, security APPROVED, qa APPROVED, leader-close APPROVED, verify.sh exit 0
- Entregable: La descripción breve en la lista de productos del admin ahora renderiza HTML de forma segura con sanitización (strips dangerous tags). Uso de `dangerouslySetInnerHTML` con `renderHtml()`.
- Tests: typecheck admin exit 0; eslint exit 0; verify.sh exit 0.
- Artefactos: work/artifacts/F-077/.