feat(F-081): completed feature
This commit is contained in:
16
work/artifacts/F-081/reviewer.json
Normal file
16
work/artifacts/F-081/reviewer.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user