feat(F-125): completed feature

This commit is contained in:
chattie
2026-08-21 17:58:15 +02:00
parent 50229c5ce4
commit 6cc91a3902
12 changed files with 282 additions and 28 deletions

View File

@@ -5258,13 +5258,15 @@
"description": "En /orders/[id] editar pedido, los status no permiten volver atrás (PROCESSING→PENDING, SHIPPED→PROCESSING, etc.). El operador necesita: (1) poder revertir un pedido a un estado anterior si se equivocó; (2) cuando un pedido cambia entre PROCESSING y SHIPPED (en cualquier dirección), reenviar el email al cliente con el transportista/tracking actualizado (no solo en la transición inicial a SHIPPED).",
"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:58:15Z"
},
{
"id": "F-126",