feat(F-073): completed feature

This commit is contained in:
chattie
2026-08-19 19:23:44 +02:00
parent 352033e3fc
commit 1fe9b8babd
12 changed files with 255 additions and 49 deletions

View File

@@ -0,0 +1,14 @@
{
"feature_id": "F-073",
"agent": "qa",
"verdict": "APPROVED",
"summary": "F-073 is a purely frontend UX change — adds toggle switch to tax rates page. No backend or DB changes. Typecheck and verify.sh green.",
"evidence": [
"AC1 'Active/inactive toggle is prominent and clearly visible' — pill toggle switch in Estado column, green when active, gray when inactive, shows label as tooltip",
"AC2 'Toggling updates immediately without full row edit mode' — toggleActive() calls taxApi.update() directly, updates local state optimistically",
"AC3 'verify.sh is green' — exit 0, 145 features valid",
"npx tsc --noEmit admin exit 0",
"npx eslint exit 0"
],
"timestamp": "2026-08-19T17:25:00Z"
}