20 lines
889 B
JSON
20 lines
889 B
JSON
{
|
|
"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"
|
|
} |