feat(F-070): completed feature

This commit is contained in:
chattie
2026-08-19 18:21:01 +02:00
parent 60a567d22f
commit 4b12cacd65
11 changed files with 302 additions and 59 deletions

View File

@@ -3414,6 +3414,38 @@
"close": true
},
"completed_at": "2026-08-19T16:09:23Z"
},
{
"id": "F-070",
"type": "fix",
"title": "Show product attributes on frontend product detail page",
"problem": "Product attributes (bio, vegano, sin-gluten, etc.) returned by backend but frontend Product type omits attributes and detail page never renders them",
"goal": "Product attributes appear as visual badges on the frontend product detail page",
"scope_in": [
"Add attributes to Product type",
"render attribute badges on product detail page"
],
"scope_out": [
"No backend changes",
"no variant attributes"
],
"priority": "med",
"risk": "med",
"description": "Problem: Product attributes (bio, vegano, sin-gluten, etc.) returned by backend but frontend Product type omits attributes and detail page never renders them. Goal: Product attributes appear as visual badges on the frontend product detail page. Scope IN: Add attributes to Product type, render attribute badges on product detail page. Scope OUT: No backend changes, no variant attributes. Type: fix. Priority: med. Risk: med.",
"acceptance": [
"Product detail page renders product attributes as badges",
"No regression on existing product pages",
"verify.sh is green"
],
"status": "done",
"created_at": "2026-08-19",
"gates": {
"reviewer": true,
"security": true,
"qa": true,
"close": true
},
"completed_at": "2026-08-19T16:21:01Z"
}
]
}