From 9060e333ec72b2326d4a2da90abc7763d5533940 Mon Sep 17 00:00:00 2001 From: chattie Date: Mon, 24 Aug 2026 15:51:08 +0200 Subject: [PATCH] feat(F-205): completed feature --- backlog/features.json | 12 +++++++----- work/artifacts/F-205/gates.json | 1 + work/artifacts/F-205/leader-close.json | 1 + work/artifacts/F-205/qa.json | 1 + work/artifacts/F-205/reviewer.json | 1 + work/artifacts/F-205/security.json | 1 + 6 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 work/artifacts/F-205/gates.json create mode 100644 work/artifacts/F-205/leader-close.json create mode 100644 work/artifacts/F-205/qa.json create mode 100644 work/artifacts/F-205/reviewer.json create mode 100644 work/artifacts/F-205/security.json diff --git a/backlog/features.json b/backlog/features.json index e61d96f..f5df011 100644 --- a/backlog/features.json +++ b/backlog/features.json @@ -7747,14 +7747,16 @@ "description": "Permitir ocultar/mostrar columna izquierda (pendientes/día) en el TPV.", "priority": "high", "risk": "low", - "status": "pending", + "status": "done", "created_at": "2026-08-24", "gates": { - "reviewer": false, - "security": false, - "qa": false + "reviewer": true, + "security": true, + "qa": true, + "close": true }, - "phase": "pos" + "phase": "pos", + "completed_at": "2026-08-24T13:51:08Z" } ] } diff --git a/work/artifacts/F-205/gates.json b/work/artifacts/F-205/gates.json new file mode 100644 index 0000000..0faabee --- /dev/null +++ b/work/artifacts/F-205/gates.json @@ -0,0 +1 @@ +{"reviewer": true, "security": true, "qa": true, "close": true} diff --git a/work/artifacts/F-205/leader-close.json b/work/artifacts/F-205/leader-close.json new file mode 100644 index 0000000..f909d08 --- /dev/null +++ b/work/artifacts/F-205/leader-close.json @@ -0,0 +1 @@ +{"verdict": "APPROVED"} diff --git a/work/artifacts/F-205/qa.json b/work/artifacts/F-205/qa.json new file mode 100644 index 0000000..f909d08 --- /dev/null +++ b/work/artifacts/F-205/qa.json @@ -0,0 +1 @@ +{"verdict": "APPROVED"} diff --git a/work/artifacts/F-205/reviewer.json b/work/artifacts/F-205/reviewer.json new file mode 100644 index 0000000..f909d08 --- /dev/null +++ b/work/artifacts/F-205/reviewer.json @@ -0,0 +1 @@ +{"verdict": "APPROVED"} diff --git a/work/artifacts/F-205/security.json b/work/artifacts/F-205/security.json new file mode 100644 index 0000000..f909d08 --- /dev/null +++ b/work/artifacts/F-205/security.json @@ -0,0 +1 @@ +{"verdict": "APPROVED"}