feat(F-069): completed feature

This commit is contained in:
chattie
2026-08-19 18:09:23 +02:00
parent ba2ac939c7
commit ddcf2e0c28
14 changed files with 437 additions and 50 deletions

View File

@@ -3381,6 +3381,39 @@
"close": true
},
"completed_at": "2026-08-19T15:36:09Z"
},
{
"id": "F-069",
"type": "feature",
"title": "Shipping method descriptions editable in admin",
"problem": "Shipping method names (Estandar / Express 24h) and prices live in the backend but the descriptions shown in the storefront checkout (Entrega 3-5 dias laborables / Entrega al dia siguiente) are hardcoded in the frontend",
"goal": "Make flow better",
"scope_in": [
"Admins can edit the description shown on the storefront checkout for each shipping method"
],
"scope_out": [
"No redesign"
],
"priority": "low",
"risk": "low",
"description": "Problem: Shipping method names (Estandar / Express 24h) and prices live in the backend but the descriptions shown in the storefront checkout (Entrega 3-5 dias laborables / Entrega al dia siguiente) are hardcoded in the frontend. Goal: Make flow better. Scope IN: Admins can edit the description shown on the storefront checkout for each shipping method. Scope OUT: No redesign. Type: feature. Priority: low. Risk: low.",
"acceptance": [
"high",
"Shipping methods table has a description column",
"Admin can edit description from /shipping",
"Storefront /checkout fetches methods and shows the description under each one",
"Public endpoint returns methods with description",
"verify.sh is green"
],
"status": "done",
"created_at": "2026-08-19",
"gates": {
"reviewer": true,
"security": true,
"qa": true,
"close": true
},
"completed_at": "2026-08-19T16:09:23Z"
}
]
}