feat(F-170): completed feature
This commit is contained in:
3
work/artifacts/F-170/architect.md
Normal file
3
work/artifacts/F-170/architect.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# F-170
|
||||
|
||||
Handle no-content centrally; category deletion retains server RBAC/cascade and explicit UI confirmation.
|
||||
3
work/artifacts/F-170/documenter.md
Normal file
3
work/artifacts/F-170/documenter.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# F-170
|
||||
|
||||
Categorías se eliminan con confirmación y mensaje visible.
|
||||
3
work/artifacts/F-170/implementer.md
Normal file
3
work/artifacts/F-170/implementer.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# F-170
|
||||
|
||||
Admin API client now accepts 204 without JSON parsing. Category delete warns about cascading children/product associations, prevents duplicate click, reloads and gives inline feedback. Runtime create 201/delete 204 empty body. Admin build/typecheck pass.
|
||||
1
work/artifacts/F-170/leader-close.json
Normal file
1
work/artifacts/F-170/leader-close.json
Normal file
@@ -0,0 +1 @@
|
||||
{"feature_id":"F-170","agent":"leader","stage":"close","verdict":"APPROVED","checks":[{"item":"all gates/runtime/verify","ok":true}],"issues":[]}
|
||||
1
work/artifacts/F-170/qa.json
Normal file
1
work/artifacts/F-170/qa.json
Normal file
@@ -0,0 +1 @@
|
||||
{"feature_id":"F-170","agent":"qa","stage":"qa_gate","verdict":"APPROVED","checks":[{"item":"create/delete runtime","ok":true},{"item":"build/typecheck","ok":true}],"issues":[]}
|
||||
1
work/artifacts/F-170/reviewer.json
Normal file
1
work/artifacts/F-170/reviewer.json
Normal file
@@ -0,0 +1 @@
|
||||
{"feature_id":"F-170","agent":"reviewer","stage":"review_gate","verdict":"APPROVED","checks":[{"item":"204 handling","ok":true},{"item":"guarded UI feedback","ok":true}],"issues":[]}
|
||||
1
work/artifacts/F-170/security.json
Normal file
1
work/artifacts/F-170/security.json
Normal file
@@ -0,0 +1 @@
|
||||
{"feature_id":"F-170","agent":"security","stage":"security_gate","verdict":"APPROVED","checks":[{"item":"server admin RBAC retained","ok":true}],"issues":[]}
|
||||
@@ -1,3 +1,3 @@
|
||||
# F-183 — Repair Almagro and storefront LAN development
|
||||
# F-170 — Delete categories
|
||||
|
||||
Recompile Almagro with fontTools to regenerate valid cmap/table directories and WOFF2 container. Permit the configured LAN host as a Next development origin so chunks and HMR websocket are accepted.
|
||||
Admin client must treat HTTP 204 as success instead of attempting JSON parsing. Category UI confirms cascading impact, disables duplicate deletion, reloads tree and shows persistent success/error feedback.
|
||||
|
||||
@@ -1,64 +1,64 @@
|
||||
{
|
||||
"feature_id": "F-183",
|
||||
"feature_id": "F-170",
|
||||
"stage": "close",
|
||||
"agent": "leader",
|
||||
"action": "close",
|
||||
"state": "running",
|
||||
"next_agent": "leader",
|
||||
"waiting_for": "Seleccionar una feature pending y actualizar este estado",
|
||||
"updated_at": "2026-08-22T17:11:58Z",
|
||||
"updated_at": "2026-08-22T17:13:31Z",
|
||||
"timeline": [
|
||||
{
|
||||
"ts": "2026-08-22T17:10:44Z",
|
||||
"ts": "2026-08-22T17:12:20Z",
|
||||
"agent": "leader",
|
||||
"stage": "intake",
|
||||
"state": "running",
|
||||
"message": "Repair font tables and LAN dev origin"
|
||||
"message": "Fix category delete 204 handling"
|
||||
},
|
||||
{
|
||||
"ts": "2026-08-22T17:10:44Z",
|
||||
"ts": "2026-08-22T17:12:20Z",
|
||||
"agent": "architect",
|
||||
"stage": "design",
|
||||
"state": "running",
|
||||
"message": "design"
|
||||
},
|
||||
{
|
||||
"ts": "2026-08-22T17:10:44Z",
|
||||
"ts": "2026-08-22T17:12:20Z",
|
||||
"agent": "implementer",
|
||||
"stage": "build",
|
||||
"state": "running",
|
||||
"message": "Recompile font and allow LAN dev origin"
|
||||
"message": "Implement reliable category deletion"
|
||||
},
|
||||
{
|
||||
"ts": "2026-08-22T17:11:58Z",
|
||||
"ts": "2026-08-22T17:13:31Z",
|
||||
"agent": "reviewer",
|
||||
"stage": "review_gate",
|
||||
"state": "running",
|
||||
"message": "review"
|
||||
},
|
||||
{
|
||||
"ts": "2026-08-22T17:11:58Z",
|
||||
"ts": "2026-08-22T17:13:31Z",
|
||||
"agent": "security",
|
||||
"stage": "security_gate",
|
||||
"state": "running",
|
||||
"message": "security"
|
||||
},
|
||||
{
|
||||
"ts": "2026-08-22T17:11:58Z",
|
||||
"ts": "2026-08-22T17:13:31Z",
|
||||
"agent": "qa",
|
||||
"stage": "qa_gate",
|
||||
"state": "running",
|
||||
"message": "qa"
|
||||
},
|
||||
{
|
||||
"ts": "2026-08-22T17:11:58Z",
|
||||
"ts": "2026-08-22T17:13:31Z",
|
||||
"agent": "documenter",
|
||||
"stage": "document",
|
||||
"state": "running",
|
||||
"message": "document"
|
||||
},
|
||||
{
|
||||
"ts": "2026-08-22T17:11:58Z",
|
||||
"ts": "2026-08-22T17:13:31Z",
|
||||
"agent": "leader",
|
||||
"stage": "close",
|
||||
"state": "running",
|
||||
|
||||
Reference in New Issue
Block a user