feat(F-065): completed feature
This commit is contained in:
@@ -3253,6 +3253,37 @@
|
||||
"close": true
|
||||
},
|
||||
"completed_at": "2026-08-19T15:09:37Z"
|
||||
},
|
||||
{
|
||||
"id": "F-065",
|
||||
"type": "fix",
|
||||
"title": "Search inputs lack id and name attributes",
|
||||
"problem": "Multiple search inputs across apps have no id or name attribute which fails accessibility checks and prevents autofill",
|
||||
"goal": "All form inputs have proper id and name attributes; a11y checks pass",
|
||||
"scope_in": [
|
||||
"Add id and name attributes to every search input in the storefront frontend header and search results page"
|
||||
],
|
||||
"scope_out": [
|
||||
"No new APIs",
|
||||
"no schema change"
|
||||
],
|
||||
"priority": "high",
|
||||
"risk": "low",
|
||||
"description": "Problem: Multiple search inputs across apps have no id or name attribute which fails accessibility checks and prevents autofill. Goal: All form inputs have proper id and name attributes; a11y checks pass. Scope IN: Add id and name attributes to every search input in the storefront frontend header and search results page. Scope OUT: No new APIs, no schema change. Type: fix. Priority: high. Risk: low.",
|
||||
"acceptance": [
|
||||
"Every search input has an id attribute and a meaningful name attribute",
|
||||
"a11y lint rule no-autofocus and form-field-label are happy",
|
||||
"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:12:25Z"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user