feat(F-134): completed feature
This commit is contained in:
20
work/artifacts/F-134/qa.json
Normal file
20
work/artifacts/F-134/qa.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"verdict": "APPROVED",
|
||||
"reviewer": "qa",
|
||||
"feature_id": "F-134",
|
||||
"summary": "Verificación: build OK, comportamiento esperado.",
|
||||
"checks": [
|
||||
"tsc --noEmit exit 0",
|
||||
"npm run build exit 0",
|
||||
"Inputs editables en pending (Stock, EAN, peso, compra mínima)",
|
||||
"Botón Guardar precio sigue disabled en pending",
|
||||
"Caption 'Se guardará al crear el producto' sigue visible",
|
||||
"Handlers con early-return: saveStock/saveEan/saveProductMeta con `if (pending || !variant) return` o equivalente",
|
||||
"Sin regresiones en flujo edit (con productId)"
|
||||
],
|
||||
"evidence_files": [
|
||||
"apps/admin/src/features/products/components/sections/PriceStockSection.tsx"
|
||||
],
|
||||
"notes": "Tras restart, en /products/new los inputs de Stock/EAN/peso/compra mínima son editables; valores se mantienen en estado local hasta crear el producto.",
|
||||
"reviewed_at": "2026-08-21T16:47:00Z"
|
||||
}
|
||||
Reference in New Issue
Block a user