feat(F-121): completed feature

This commit is contained in:
chattie
2026-08-21 15:35:51 +02:00
parent a5538fc8f0
commit a40d78d1d9
9 changed files with 125 additions and 32 deletions

View File

@@ -0,0 +1,16 @@
{
"feature_id": "F-121",
"agent": "reviewer",
"stage": "review_gate",
"verdict": "APPROVED",
"reviewed_at": "2026-08-21",
"summary": "The ProductEditor now exposes the price/stock section immediately after first save by updating the internal productId state and using router.replace instead of a full push.",
"checks": [
{ "item": "ProductEditor uses internal productId state", "ok": true },
{ "item": "After create, setProductId is called and router.replace is used instead of push", "ok": true },
{ "item": "PriceStockSection re-renders with the real productId", "ok": true },
{ "item": "ImagesSection re-renders with the real productId", "ok": true },
{ "item": "admin tsc + build OK", "ok": true }
],
"issues": []
}