feat(F-068): completed feature

This commit is contained in:
chattie
2026-08-19 17:36:09 +02:00
parent f62bd6a578
commit ba2ac939c7
12 changed files with 235 additions and 23 deletions

View File

@@ -3349,6 +3349,38 @@
"close": true
},
"completed_at": "2026-08-19T15:30:00Z"
},
{
"id": "F-068",
"type": "fix",
"title": "Product cards look flat and description HTML not rendered",
"problem": "Cards switched to w-full max-h-72 which leaves them 280x288 on a 4-col grid with letterboxed images; product description is rendered as plain text in the card so HTML tags show literally",
"goal": "Make flow better",
"scope_in": [
"Product cards keep a stable aspect ratio (1:1) and the description renders as HTML"
],
"scope_out": [
"No redesign"
],
"priority": "low",
"risk": "low",
"description": "Problem: Cards switched to w-full max-h-72 which leaves them 280x288 on a 4-col grid with letterboxed images; product description is rendered as plain text in the card so HTML tags show literally. Goal: Make flow better. Scope IN: Product cards keep a stable aspect ratio (1:1) and the description renders as HTML. Scope OUT: No redesign. Type: fix. Priority: low. Risk: low.",
"acceptance": [
"high",
"Each listing card has a 1:1 aspect ratio and the image fits inside without distortion",
"Product description renders HTML tags on listing cards",
"Existing products without HTML still display",
"verify.sh is green"
],
"status": "done",
"created_at": "2026-08-19",
"gates": {
"reviewer": true,
"security": true,
"qa": true,
"close": true
},
"completed_at": "2026-08-19T15:36:09Z"
}
]
}