feat(F-168): completed feature
This commit is contained in:
3
work/artifacts/F-168/architect.md
Normal file
3
work/artifacts/F-168/architect.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# F-168
|
||||
|
||||
Mantener componente y reducir prop height 220→140.
|
||||
3
work/artifacts/F-168/documenter.md
Normal file
3
work/artifacts/F-168/documenter.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# F-168
|
||||
|
||||
Tendencia 30 días usa altura compacta.
|
||||
3
work/artifacts/F-168/implementer.md
Normal file
3
work/artifacts/F-168/implementer.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# F-168
|
||||
|
||||
Trend chart reduced 220→140px. Admin build/tsc PASS.
|
||||
1
work/artifacts/F-168/leader-close.json
Normal file
1
work/artifacts/F-168/leader-close.json
Normal file
@@ -0,0 +1 @@
|
||||
{"feature_id":"F-168","agent":"leader","stage":"close","verdict":"APPROVED","checks":[{"item":"all gates/build","ok":true}],"issues":[]}
|
||||
1
work/artifacts/F-168/qa.json
Normal file
1
work/artifacts/F-168/qa.json
Normal file
@@ -0,0 +1 @@
|
||||
{"feature_id":"F-168","agent":"qa","stage":"qa_gate","verdict":"APPROVED","checks":[{"item":"height 140","ok":true},{"item":"build","ok":true}],"issues":[]}
|
||||
1
work/artifacts/F-168/reviewer.json
Normal file
1
work/artifacts/F-168/reviewer.json
Normal file
@@ -0,0 +1 @@
|
||||
{"feature_id":"F-168","agent":"reviewer","stage":"review_gate","verdict":"APPROVED","checks":[{"item":"compact height","ok":true}],"issues":[]}
|
||||
1
work/artifacts/F-168/security.json
Normal file
1
work/artifacts/F-168/security.json
Normal file
@@ -0,0 +1 @@
|
||||
{"feature_id":"F-168","agent":"security","stage":"security_gate","verdict":"APPROVED","checks":[{"item":"UI only","ok":true}],"issues":[]}
|
||||
@@ -1,3 +1,3 @@
|
||||
# F-169 — Fix Reporting products Internal Server Error
|
||||
# F-168 — Reduce Reporting trend chart height
|
||||
|
||||
Causa: query usa `p.sku`, pero SKU pertenece a variantes/items y `catalog_products` no tiene esa columna. Usar `MIN(fi.sku)` desde `orders_items` y eliminar `p.sku` del GROUP BY.
|
||||
Reducir Tendencia 30 días de 220px a 140px manteniendo SVG responsive y etiquetas.
|
||||
|
||||
@@ -1,64 +1,64 @@
|
||||
{
|
||||
"feature_id": "F-169",
|
||||
"feature_id": "F-168",
|
||||
"stage": "close",
|
||||
"agent": "leader",
|
||||
"action": "close",
|
||||
"state": "running",
|
||||
"next_agent": "leader",
|
||||
"waiting_for": "Seleccionar una feature pending y actualizar este estado",
|
||||
"updated_at": "2026-08-22T16:37:04Z",
|
||||
"updated_at": "2026-08-22T16:38:15Z",
|
||||
"timeline": [
|
||||
{
|
||||
"ts": "2026-08-22T16:35:20Z",
|
||||
"ts": "2026-08-22T16:37:15Z",
|
||||
"agent": "leader",
|
||||
"stage": "intake",
|
||||
"state": "running",
|
||||
"message": "Diagnose Reporting products 500"
|
||||
"message": "Reduce Reporting trend chart height"
|
||||
},
|
||||
{
|
||||
"ts": "2026-08-22T16:35:51Z",
|
||||
"ts": "2026-08-22T16:37:30Z",
|
||||
"agent": "architect",
|
||||
"stage": "design",
|
||||
"state": "running",
|
||||
"message": "Use order item SKU in product report"
|
||||
"message": "Set compact responsive trend height"
|
||||
},
|
||||
{
|
||||
"ts": "2026-08-22T16:36:06Z",
|
||||
"ts": "2026-08-22T16:37:30Z",
|
||||
"agent": "implementer",
|
||||
"stage": "build",
|
||||
"state": "running",
|
||||
"message": "Fix product report SKU SQL"
|
||||
"message": "Reduce trend chart to 140px"
|
||||
},
|
||||
{
|
||||
"ts": "2026-08-22T16:37:04Z",
|
||||
"ts": "2026-08-22T16:38:15Z",
|
||||
"agent": "reviewer",
|
||||
"stage": "review_gate",
|
||||
"state": "running",
|
||||
"message": "review"
|
||||
},
|
||||
{
|
||||
"ts": "2026-08-22T16:37:04Z",
|
||||
"ts": "2026-08-22T16:38:15Z",
|
||||
"agent": "security",
|
||||
"stage": "security_gate",
|
||||
"state": "running",
|
||||
"message": "security"
|
||||
},
|
||||
{
|
||||
"ts": "2026-08-22T16:37:04Z",
|
||||
"ts": "2026-08-22T16:38:15Z",
|
||||
"agent": "qa",
|
||||
"stage": "qa_gate",
|
||||
"state": "running",
|
||||
"message": "qa"
|
||||
},
|
||||
{
|
||||
"ts": "2026-08-22T16:37:04Z",
|
||||
"ts": "2026-08-22T16:38:15Z",
|
||||
"agent": "documenter",
|
||||
"stage": "document",
|
||||
"state": "running",
|
||||
"message": "document"
|
||||
},
|
||||
{
|
||||
"ts": "2026-08-22T16:37:04Z",
|
||||
"ts": "2026-08-22T16:38:15Z",
|
||||
"agent": "leader",
|
||||
"stage": "close",
|
||||
"state": "running",
|
||||
|
||||
Reference in New Issue
Block a user