feat(F-130): completed feature

This commit is contained in:
chattie
2026-08-21 18:08:14 +02:00
parent 55c3ba2d69
commit 69b882dd48
10 changed files with 306 additions and 10 deletions

View File

@@ -0,0 +1,17 @@
{
"verdict": "APPROVED",
"reviewer": "reviewer",
"feature_id": "F-130",
"summary": "Edición inline de caducidad en /inventory siguiendo patrón de Stock/EAN.",
"checks": [
"ProductRow ahora tiene editingExp / editExpValue / savingExp",
"handleSaveExp llama productsApi.update(productId, {expirationDate: value || null})",
"Celda de caducidad: clic → input type=date autofocus con blur/Enter/Escape",
"String vacía se traduce a null (caducidad sin valor)",
"Sin cambios en backend",
"tsc --noEmit exit 0",
"npm run build exit 0"
],
"notes": "Backend ya soportaba el patch. Cambio puramente UI.",
"reviewed_at": "2026-08-21T16:08:00Z"
}