feat(F-170): completed feature

This commit is contained in:
chattie
2026-08-22 19:13:31 +02:00
parent 34f36ae253
commit 8f02d1c6cc
12 changed files with 53 additions and 27 deletions

View File

@@ -0,0 +1,3 @@
# F-170
Handle no-content centrally; category deletion retains server RBAC/cascade and explicit UI confirmation.

View File

@@ -0,0 +1,3 @@
# F-170
Categorías se eliminan con confirmación y mensaje visible.

View 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.

View File

@@ -0,0 +1 @@
{"feature_id":"F-170","agent":"leader","stage":"close","verdict":"APPROVED","checks":[{"item":"all gates/runtime/verify","ok":true}],"issues":[]}

View 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":[]}

View 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":[]}

View File

@@ -0,0 +1 @@
{"feature_id":"F-170","agent":"security","stage":"security_gate","verdict":"APPROVED","checks":[{"item":"server admin RBAC retained","ok":true}],"issues":[]}