feat(F-081): completed feature

This commit is contained in:
chattie
2026-08-20 06:01:32 +02:00
parent 506dfd0cce
commit baec2a43c3
9 changed files with 184 additions and 24 deletions

View File

@@ -0,0 +1,16 @@
{
"feature_id": "F-081",
"verdict": "APPROVED",
"checks": [
{ "name": "priceValue is euros string, not cents string", "result": "PASS", "notes": "centsToEur on load and on success. eurToCents on save." },
{ "name": "type=text inputMode=decimal", "result": "PASS", "notes": "Same component shape as PricingSection's Neto input." },
{ "name": "PATCH still posts cents to pricingApi", "result": "PASS", "notes": "endpoint and payload unchanged: { netUnitAmountCents, vatRate }." },
{ "name": "Cancel restores the previously-persisted value", "result": "PASS", "notes": "cancelEditPrice uses centsToEur(r.price.netUnitAmountCents)." },
{ "name": "Pre-existing lint cleaned", "result": "PASS", "notes": "Removed unused useCallback import and grossPrice local." }
],
"lint": { "errors_introduced": 0, "pre_existing_cleaned": true },
"typecheck": "PASS",
"verdict_reason": "Format and save behaviour now match Prices tab exactly.",
"reviewer": "reviewer",
"reviewed_at": "2026-08-20T04:03:00Z"
}