From 6a74f5ede6929cc30c6303168cb1d99a36b40265 Mon Sep 17 00:00:00 2001 From: chattie Date: Wed, 19 Aug 2026 10:48:35 +0200 Subject: [PATCH] feat(F-053): completed feature --- backlog/features.json | 13 +- .../src/app/(dashboard)/categories/page.tsx | 4 +- work/artifacts/F-053/architect.md | 18 ++ work/artifacts/F-053/documenter.md | 12 ++ work/artifacts/F-053/implementer.md | 15 ++ work/artifacts/F-053/leader-close.json | 10 ++ work/artifacts/F-053/qa.json | 13 ++ work/artifacts/F-053/reviewer.json | 13 ++ work/artifacts/F-053/security.json | 13 ++ work/runtime-status.json | 158 +++++++++--------- 10 files changed, 182 insertions(+), 87 deletions(-) create mode 100644 work/artifacts/F-053/architect.md create mode 100644 work/artifacts/F-053/documenter.md create mode 100644 work/artifacts/F-053/implementer.md create mode 100644 work/artifacts/F-053/leader-close.json create mode 100644 work/artifacts/F-053/qa.json create mode 100644 work/artifacts/F-053/reviewer.json create mode 100644 work/artifacts/F-053/security.json diff --git a/backlog/features.json b/backlog/features.json index 2b9fc1e..b0bd709 100644 --- a/backlog/features.json +++ b/backlog/features.json @@ -2883,7 +2883,7 @@ { "id": "F-053", "title": "Category selector desalineado en admin", - "status": "pending", + "status": "done", "stage": null, "type": "fix", "priority": "low", @@ -2892,12 +2892,13 @@ "updated_at": "2026-08-19T08:23:15Z", "assignee": null, "gates": { - "reviewer": null, - "security": null, - "qa": null, - "close": null + "reviewer": true, + "security": true, + "qa": true, + "close": true }, - "acceptance": "1. El select de categoría padre y el checkbox de promote están alineados verticalmente y ambos ocupan todo el ancho disponible." + "acceptance": "1. El select de categoría padre y el checkbox de promote están alineados verticalmente y ambos ocupan todo el ancho disponible.", + "completed_at": "2026-08-19T08:48:35Z" } ] } diff --git a/project/apps/admin/src/app/(dashboard)/categories/page.tsx b/project/apps/admin/src/app/(dashboard)/categories/page.tsx index 5462552..49a11a8 100644 --- a/project/apps/admin/src/app/(dashboard)/categories/page.tsx +++ b/project/apps/admin/src/app/(dashboard)/categories/page.tsx @@ -261,8 +261,8 @@ export default function CategoriesPage() { Cualquier categoría (parent o child) puede ser padre; si la elegida aún no lo es, promuévela abajo.

-
-