feat(F-182): completed feature

This commit is contained in:
chattie
2026-08-22 19:25:12 +02:00
parent 2985d7274a
commit b860e8d1df
14 changed files with 361 additions and 25 deletions

View File

@@ -0,0 +1,3 @@
# F-182
Persist touch config in pos_terminals.settings. Category hierarchy remains sourced from Admin Categories/product assignments. Terminal endpoint returns touch catalogue and hydrated four quick slots.

View File

@@ -0,0 +1,3 @@
# Interfaz táctil TPV
En Admin → TPV pulsa «Configurar táctil» en un terminal. Activa la navegación y elige hasta cuatro productos rápidos. Categorías, subcategorías y asignaciones de productos se gestionan desde los módulos Catálogo/Categorías. En el TPV, los botones grandes añaden una unidad al carrito; los cuatro accesos rápidos permanecen abajo.

View File

@@ -0,0 +1,3 @@
# F-182
Admin → TPV now loads active catalogue options and configures touch mode plus four per-terminal quick slots in `pos_terminals.settings`. New RBAC endpoints validate distinct active variants and return a store-stock-aware touch catalogue. POS shows large category → subcategory → product buttons, breadcrumb/back controls, and four persistent finger-sized quick buttons; search remains available. Runtime: 12 options, config PATCH 200, touch catalog 200 with 10 categories/13 category-product rows/four hydrated quick products. Admin/POS builds and backend typecheck pass.

View File

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

View File

@@ -0,0 +1 @@
{"feature_id":"F-182","agent":"qa","stage":"qa_gate","verdict":"APPROVED","checks":[{"item":"config PATCH 200","ok":true},{"item":"catalog GET 200","ok":true},{"item":"four hydrated quick products","ok":true},{"item":"category hierarchy and store stock returned","ok":true},{"item":"Admin/POS builds/typecheck","ok":true}],"issues":[]}

View File

@@ -0,0 +1 @@
{"feature_id":"F-182","agent":"reviewer","stage":"review_gate","verdict":"APPROVED","checks":[{"item":"Admin-owned terminal config","ok":true},{"item":"category/subcategory/product touch flow","ok":true},{"item":"exactly four quick slots","ok":true},{"item":"runtime/builds","ok":true}],"issues":[]}

View File

@@ -0,0 +1 @@
{"feature_id":"F-182","agent":"security","stage":"security_gate","verdict":"APPROVED","checks":[{"item":"Admin RBAC for config","ok":true},{"item":"staff RBAC and bound terminal for catalog","ok":true},{"item":"active distinct variant validation","ok":true},{"item":"parameterized SQL","ok":true}],"issues":[]}

View File

@@ -1,3 +1,3 @@
# F-171 — Transactional email audit
# F-182 — Touch category navigation and quick products
Ensure account welcome, password reset, payment success/order status, payment failure and generic notification dispatch all use SMTP settings. Add a real settings-backed notifications provider and verify representative messages to info@rikrdo.es.
Admin → TPV configures touch mode and exactly four optional quick-product slots per terminal. POS derives large category/subcategory/product buttons from the managed catalogue and keeps four bottom quick slots. Search remains available.

View File

@@ -1,64 +1,64 @@
{
"feature_id": "F-171",
"feature_id": "F-182",
"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:20:34Z",
"updated_at": "2026-08-22T17:25:12Z",
"timeline": [
{
"ts": "2026-08-22T17:18:38Z",
"ts": "2026-08-22T17:21:28Z",
"agent": "leader",
"stage": "intake",
"state": "running",
"message": "Audit all transactional email delivery"
"message": "Build Admin-configured touch product navigation"
},
{
"ts": "2026-08-22T17:18:38Z",
"ts": "2026-08-22T17:21:28Z",
"agent": "architect",
"stage": "design",
"state": "running",
"message": "Centralize settings-backed SMTP delivery"
"message": "Design terminal settings and touch catalogue endpoint"
},
{
"ts": "2026-08-22T17:18:38Z",
"ts": "2026-08-22T17:21:28Z",
"agent": "implementer",
"stage": "build",
"state": "running",
"message": "Implement SMTP provider and missing failure event"
"message": "Implement Admin config and touch register"
},
{
"ts": "2026-08-22T17:20:33Z",
"ts": "2026-08-22T17:25:12Z",
"agent": "reviewer",
"stage": "review_gate",
"state": "running",
"message": "review"
},
{
"ts": "2026-08-22T17:20:33Z",
"ts": "2026-08-22T17:25:12Z",
"agent": "security",
"stage": "security_gate",
"state": "running",
"message": "security"
},
{
"ts": "2026-08-22T17:20:33Z",
"ts": "2026-08-22T17:25:12Z",
"agent": "qa",
"stage": "qa_gate",
"state": "running",
"message": "qa"
},
{
"ts": "2026-08-22T17:20:33Z",
"ts": "2026-08-22T17:25:12Z",
"agent": "documenter",
"stage": "document",
"state": "running",
"message": "document"
},
{
"ts": "2026-08-22T17:20:34Z",
"ts": "2026-08-22T17:25:12Z",
"agent": "leader",
"stage": "close",
"state": "running",