feat(F-065): completed feature

This commit is contained in:
chattie
2026-08-19 17:12:25 +02:00
parent a6d65310df
commit e60e22ca30
14 changed files with 169 additions and 12 deletions

View File

@@ -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"
}
]
}