feat(F-127): completed feature

This commit is contained in:
chattie
2026-08-21 17:56:15 +02:00
parent e5126797a6
commit 50229c5ce4
10 changed files with 231 additions and 10 deletions

View File

@@ -5288,13 +5288,15 @@
"description": "Tras F-120 (DELETE /categories/:id cascade en backend, migración 041) y F-022 (DELETE /brands/:id), el operador sigue reportando que no puede eliminar marcas o categorías. El backend está OK (curl DELETE funciona) pero la UI puede estar mostrando el error antiguo por caché del navegador, o el código frontend hace un check previo (hasChildren, hasProducts) que devuelve 409 y bloquea el botón.",
"priority": "high",
"risk": "low",
"status": "pending",
"status": "done",
"created_at": "2026-08-21",
"gates": {
"reviewer": false,
"security": false,
"qa": false
}
"reviewer": true,
"security": true,
"qa": true,
"close": true
},
"completed_at": "2026-08-21T15:56:15Z"
},
{
"id": "F-128",