feat(F-093): completed feature
This commit is contained in:
@@ -4196,6 +4196,40 @@
|
||||
"close": true
|
||||
},
|
||||
"completed_at": "2026-08-20T19:51:46Z"
|
||||
},
|
||||
{
|
||||
"id": "F-093",
|
||||
"type": "fix",
|
||||
"title": "Inventory search by product name or EAN",
|
||||
"problem": "Inventory search currently sends q to the admin product list endpoint, but the backend list query only matches product name. Searching a variant EAN therefore returns no inventory rows.",
|
||||
"goal": "Make the inventory product lookup match product name or any variant EAN, and label the search input accordingly.",
|
||||
"scope_in": [
|
||||
"admin inventory search and catalog admin list query"
|
||||
],
|
||||
"scope_out": [
|
||||
"No SKU search",
|
||||
"no changes to variant uniqueness",
|
||||
"no schema change"
|
||||
],
|
||||
"priority": "med",
|
||||
"risk": "low",
|
||||
"description": "Problem: Inventory search currently sends q to the admin product list endpoint, but the backend list query only matches product name. Searching a variant EAN therefore returns no inventory rows.. Goal: Make the inventory product lookup match product name or any variant EAN, and label the search input accordingly.. Scope IN: admin inventory search and catalog admin list query. Scope OUT: No SKU search, no changes to variant uniqueness, no schema change. Type: fix. Priority: med. Risk: low.",
|
||||
"acceptance": [
|
||||
"- Inventory search by product name returns matching variants",
|
||||
"- Inventory search by EAN returns the product's variants",
|
||||
"- Search remains case-insensitive for names and supports partial EAN input",
|
||||
"- Placeholder states EAN or product name",
|
||||
"- Typecheck, tests, and verify.sh pass"
|
||||
],
|
||||
"status": "done",
|
||||
"created_at": "2026-08-20",
|
||||
"gates": {
|
||||
"reviewer": true,
|
||||
"security": true,
|
||||
"qa": true,
|
||||
"close": true
|
||||
},
|
||||
"completed_at": "2026-08-20T19:57:43Z"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user