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

@@ -0,0 +1,14 @@
{
"feature_id": "F-065",
"agent": "reviewer",
"verdict": "APPROVED",
"summary": "Six search inputs (header + search page + four admin filters) now carry both id and name. Names use the meaningful 'q' convention. The rendered HTML on the storefront matches: id=site-search, name=q.",
"evidence": [
"git diff — six files, each adding id (and name where the field is a search form) to the input",
"curl / on port 3003 → <input type=\"search\" id=\"site-search\" ... name=\"q\" value=\"\"/>",
"curl /search on port 3003 → header + page inputs both have id+name",
"npx tsc --noEmit (frontend / admin) — exit 0",
"./scripts/verify.sh — exit 0"
],
"timestamp": "2026-08-19T15:30:00Z"
}