feat(F-088): completed feature
This commit is contained in:
@@ -2,15 +2,39 @@
|
||||
"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." }
|
||||
{
|
||||
"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 },
|
||||
"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"
|
||||
}
|
||||
"reviewed_at": "2026-08-20T04:03:00Z",
|
||||
"agent": "reviewer"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user