feat(F-169): completed feature

This commit is contained in:
chattie
2026-08-22 18:37:04 +02:00
parent 348003d168
commit f72ba1c276
11 changed files with 44 additions and 29 deletions

View File

@@ -0,0 +1,3 @@
# F-169 — Diseño
SKU se obtiene del snapshot de línea `orders_items.sku`, no de producto. Incluirlo en filtered_items y agregar `MIN(fi.sku)` por producto/categoría/marca.

View File

@@ -0,0 +1,3 @@
# F-169
Reporting Productos vuelve a cargar sin Internal Server Error.

View File

@@ -0,0 +1,3 @@
# F-169 — Implementer
Product report now reads SKU from orders_items snapshot via MIN(fi.sku); removed nonexistent catalog_products.sku. Tests 16/16, tsc, runtime HTTP 200.

View File

@@ -0,0 +1 @@
{"feature_id":"F-169","agent":"leader","stage":"close","verdict":"APPROVED","checks":[{"item":"all gates/runtime","ok":true}],"issues":[]}

View File

@@ -0,0 +1 @@
{"feature_id":"F-169","agent":"qa","stage":"qa_gate","verdict":"APPROVED","checks":[{"item":"products HTTP 200","ok":true},{"item":"tests/build","ok":true}],"issues":[]}

View File

@@ -0,0 +1 @@
{"feature_id":"F-169","agent":"reviewer","stage":"review_gate","verdict":"APPROVED","checks":[{"item":"correct SKU source","ok":true},{"item":"runtime 200","ok":true}],"issues":[]}

View File

@@ -0,0 +1 @@
{"feature_id":"F-169","agent":"security","stage":"security_gate","verdict":"APPROVED","checks":[{"item":"parameterization unchanged","ok":true}],"issues":[]}