feat(F-070): completed feature
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user