chore: finalize F-088 runtime state
This commit is contained in:
@@ -1,11 +1,15 @@
|
|||||||
# Feature actual
|
# Feature actual
|
||||||
|
|
||||||
## Feature activa: F-088 (in_progress) — Admin `taxApi.update` type signature missing `appliesTo` (F-085 regression)
|
## Feature activa: ninguna — F-088 cerrada
|
||||||
|
|
||||||
Backlog: 156 features (146 done, 9 pending, 1 in_progress).
|
Backlog: 156 features (147 done, 9 pending, 0 in_progress).
|
||||||
|
|
||||||
Últimas features cerradas: **F-080**, **F-081**, **F-082**, **F-083**, **F-084**, **F-085**, **F-086**, **F-087**.
|
Últimas features cerradas: **F-080**, **F-081**, **F-082**, **F-083**, **F-084**, **F-085**, **F-086**, **F-087**.
|
||||||
|
|
||||||
|
## Última incidencia resuelta (2026-08-20)
|
||||||
|
|
||||||
|
F-088 cerrada con todos los gates aprobados. El admin responde HTTP 200 en `http://192.168.18.93:3004/`.
|
||||||
|
|
||||||
## Symptom reportado por el operador (2026-08-20)
|
## Symptom reportado por el operador (2026-08-20)
|
||||||
|
|
||||||
`http://192.168.18.93:3004/` → `ERR_CONNECTION_REFUSED`. El servicio admin del monolito no se mantiene en pie. Diagnóstico:
|
`http://192.168.18.93:3004/` → `ERR_CONNECTION_REFUSED`. El servicio admin del monolito no se mantiene en pie. Diagnóstico:
|
||||||
@@ -22,19 +26,9 @@ F-085 añadió el handler `saveTipo` que llama a `taxApi.update(id, { appliesTo
|
|||||||
|
|
||||||
Ampliar la firma `Partial<{...}>` de `taxApi.update` para aceptar `appliesTo: 'general' | 'reduced' | 'super-reduced'` (mismo enum que el backend). Después: `npm run build` en `apps/admin` produce `BUILD_ID`, `monolith.sh prod` mantiene el admin vivo y `http://192.168.18.93:3004/` responde 200.
|
Ampliar la firma `Partial<{...}>` de `taxApi.update` para aceptar `appliesTo: 'general' | 'reduced' | 'super-reduced'` (mismo enum que el backend). Después: `npm run build` en `apps/admin` produce `BUILD_ID`, `monolith.sh prod` mantiene el admin vivo y `http://192.168.18.93:3004/` responde 200.
|
||||||
|
|
||||||
## Pending tickets (next up — pick ONE)
|
## Pending tickets
|
||||||
|
|
||||||
(Se mantienen en `pending` por si reaparecen tras cerrar F-088; ninguno bloquea la operativa actual más allá de F-088 mismo.)
|
No quedan tickets F-* pendientes. El backlog mantiene nueve tickets de otras líneas para futura selección.
|
||||||
|
|
||||||
1. **F-079** [bug] `/products` listing does not show brand
|
|
||||||
2. **F-080** [fix] `PVP (IVA incl.)` input in Prices tab locks decimal editing
|
|
||||||
3. **F-081** [fix] Inventory `PRECIO NETO` input has wrong format and no save
|
|
||||||
4. **F-082** [fix] `/inventory` editable fields cannot be saved; Stock UX needs click-to-edit
|
|
||||||
5. **F-083** [feature] `/customers` password reset via email link
|
|
||||||
6. **F-084** [bug] Parent categories list does not show emoji in front of the name
|
|
||||||
7. **F-085** [fix] `/tax-rates` `TIPO` column is not editable *(closed earlier but with missing type signature; F-088 repairs the regression)*
|
|
||||||
8. **F-086** [feature] Product expiration date (`fecha de caducidad`) field — backend + admin + listing + inventory
|
|
||||||
9. **F-087** [feature] Frontend cart: cap quantity to available stock
|
|
||||||
|
|
||||||
## Nota de intake (2026-08-20)
|
## Nota de intake (2026-08-20)
|
||||||
|
|
||||||
|
|||||||
@@ -2,11 +2,11 @@
|
|||||||
"feature_id": "F-088",
|
"feature_id": "F-088",
|
||||||
"stage": "close",
|
"stage": "close",
|
||||||
"agent": "leader",
|
"agent": "leader",
|
||||||
"action": "Validate gates and repair legacy evidence metadata before closing F-088",
|
"action": "F-088 cerrado: admin :3004 verificado HTTP 200 y verify.sh verde",
|
||||||
"state": "running",
|
"state": "done",
|
||||||
"next_agent": "leader",
|
"next_agent": "leader",
|
||||||
"waiting_for": "verify.sh green",
|
"waiting_for": "Seleccionar la siguiente feature pending",
|
||||||
"updated_at": "2026-08-20T19:28:58Z",
|
"updated_at": "2026-08-20T19:29:27Z",
|
||||||
"timeline": [
|
"timeline": [
|
||||||
{
|
{
|
||||||
"ts": "2026-08-20T19:15:36Z",
|
"ts": "2026-08-20T19:15:36Z",
|
||||||
@@ -49,6 +49,13 @@
|
|||||||
"stage": "close",
|
"stage": "close",
|
||||||
"state": "running",
|
"state": "running",
|
||||||
"message": "Validate gates and repair legacy evidence metadata before closing F-088"
|
"message": "Validate gates and repair legacy evidence metadata before closing F-088"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ts": "2026-08-20T19:29:27Z",
|
||||||
|
"agent": "leader",
|
||||||
|
"stage": "close",
|
||||||
|
"state": "done",
|
||||||
|
"message": "F-088 cerrado: admin :3004 verificado HTTP 200 y verify.sh verde"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user