feat(F-089): completed feature

This commit is contained in:
chattie
2026-08-20 21:34:12 +02:00
parent fbf6eeae25
commit a591992840
10 changed files with 158 additions and 9 deletions

View File

@@ -4059,6 +4059,38 @@
"close": true
},
"completed_at": "2026-08-20T19:29:14Z"
},
{
"id": "F-089",
"type": "fix",
"title": "Product listing link uses storefront /productos route instead of frontend /products route",
"problem": "The active product link in the admin product listing points to the storefront Spanish route /productos/:slug, but the customer frontend served on port 3003 exposes product detail at /products/:slug. Clicking the listing link lands on the wrong application route.",
"goal": "Use the frontend customer route /products/:slug for the product listing link so operators open the correct product page on port 3003.",
"scope_in": [
"admin product listing"
],
"scope_out": [
"No backend or storefront changes; no URL redesign"
],
"priority": "med",
"risk": "low",
"description": "Problem: The active product link in the admin product listing points to the storefront Spanish route /productos/:slug, but the customer frontend served on port 3003 exposes product detail at /products/:slug. Clicking the listing link lands on the wrong application route.. Goal: Use the frontend customer route /products/:slug for the product listing link so operators open the correct product page on port 3003.. Scope IN: admin product listing. Scope OUT: No backend or storefront changes; no URL redesign. Type: fix. Priority: med. Risk: low.",
"acceptance": [
"- Active product links from the admin listing use http://192.168.18.93:3003/products/:slug",
"- The link no longer uses the /productos/:slug path",
"- Existing target blank and safe rel attributes remain unchanged",
"- Admin typecheck/lint pass",
"- verify.sh is green"
],
"status": "done",
"created_at": "2026-08-20",
"gates": {
"reviewer": true,
"security": true,
"qa": true,
"close": true
},
"completed_at": "2026-08-20T19:34:12Z"
}
]
}