feat(F-076): completed feature

This commit is contained in:
chattie
2026-08-19 19:31:46 +02:00
parent a17dad6bd0
commit 5a31f3945e
11 changed files with 283 additions and 67 deletions

View File

@@ -0,0 +1,17 @@
{
"feature_id": "F-076",
"agent": "reviewer",
"verdict": "APPROVED",
"summary": "F-076 adds status filter (Todos/Activos/Archivados) to product listing and external link to frontend for active products.",
"evidence": [
"Status filter buttons: Todos / Activos / Archivados with active state styling",
"Frontend link column: external icon link opens http://192.168.18.93:3003/productos/[slug] in new tab, only for state==='active'",
"filteredProducts client-side filter by p.state",
"Pagination disabled when status filter active",
"Header count updates with filtered count",
"npx tsc --noEmit admin exit 0",
"npx eslint exit 0",
"verify.sh exit 0"
],
"timestamp": "2026-08-19T17:32:00Z"
}