feat(F-171): completed feature

This commit is contained in:
chattie
2026-08-22 19:20:34 +02:00
parent 56eee88315
commit 2985d7274a
14 changed files with 113 additions and 26 deletions

View File

@@ -0,0 +1,3 @@
# F-171
Keep specialized templates but centralize generic SMTP transport from store_settings. Wire notification dispatch to real SMTP and add failed-payment event.

View File

@@ -0,0 +1,3 @@
# F-171
Transactional events use SMTP settings. Live audit messages were sent to info@rikrdo.es with clearly marked test data.

View File

@@ -0,0 +1,3 @@
# F-171
Audited events: account welcome, password reset, payment success/order status, shipment/status changes, payment failure, generic dispatch. Added settings-backed real SMTP provider for notifications and missing PaymentFailed delivery. Existing specialized mailers remain settings-backed. Tests 18/18/typecheck pass. Actual SMTP accepted four representative messages to info@rikrdo.es: welcome, reset, shipped status and failed payment.

View File

@@ -0,0 +1 @@
{"feature_id":"F-171","agent":"leader","stage":"close","verdict":"APPROVED","checks":[{"item":"all gates/tests/live SMTP/verify","ok":true}],"issues":[]}

View File

@@ -0,0 +1 @@
{"feature_id":"F-171","agent":"qa","stage":"qa_gate","verdict":"APPROVED","checks":[{"item":"18 tests","ok":true},{"item":"four live SMTP sends accepted","ok":true},{"item":"typecheck","ok":true}],"issues":[]}

View File

@@ -0,0 +1 @@
{"feature_id":"F-171","agent":"reviewer","stage":"review_gate","verdict":"APPROVED","checks":[{"item":"event inventory","ok":true},{"item":"real SMTP provider","ok":true},{"item":"missing failure event","ok":true}],"issues":[]}

View File

@@ -0,0 +1 @@
{"feature_id":"F-171","agent":"security","stage":"security_gate","verdict":"APPROVED","checks":[{"item":"credentials remain DB/env only","ok":true},{"item":"HTML escaping in generic provider","ok":true},{"item":"SMTP config validation","ok":true}],"issues":[]}

View File

@@ -1,3 +1,3 @@
# F-167 — Three-column order editor
# F-171 — Transactional email audit
Desktop column 1: Actions, Products, Payment. Column 2: Customer, Shipping address, Billing address. Column 3: Shipping controls, Summary, History. Mobile remains a readable single stack.
Ensure account welcome, password reset, payment success/order status, payment failure and generic notification dispatch all use SMTP settings. Add a real settings-backed notifications provider and verify representative messages to info@rikrdo.es.

View File

@@ -1,64 +1,64 @@
{
"feature_id": "F-167",
"feature_id": "F-171",
"stage": "close",
"agent": "leader",
"action": "close",
"state": "running",
"next_agent": "leader",
"waiting_for": "Seleccionar una feature pending y actualizar este estado",
"updated_at": "2026-08-22T17:17:36Z",
"updated_at": "2026-08-22T17:20:34Z",
"timeline": [
{
"ts": "2026-08-22T17:16:49Z",
"ts": "2026-08-22T17:18:38Z",
"agent": "leader",
"stage": "intake",
"state": "running",
"message": "Reflow order editor into three balanced columns"
"message": "Audit all transactional email delivery"
},
{
"ts": "2026-08-22T17:16:49Z",
"ts": "2026-08-22T17:18:38Z",
"agent": "architect",
"stage": "design",
"state": "running",
"message": "design"
"message": "Centralize settings-backed SMTP delivery"
},
{
"ts": "2026-08-22T17:16:49Z",
"ts": "2026-08-22T17:18:38Z",
"agent": "implementer",
"stage": "build",
"state": "running",
"message": "Reflow order sections into three columns"
"message": "Implement SMTP provider and missing failure event"
},
{
"ts": "2026-08-22T17:17:36Z",
"ts": "2026-08-22T17:20:33Z",
"agent": "reviewer",
"stage": "review_gate",
"state": "running",
"message": "review"
},
{
"ts": "2026-08-22T17:17:36Z",
"ts": "2026-08-22T17:20:33Z",
"agent": "security",
"stage": "security_gate",
"state": "running",
"message": "security"
},
{
"ts": "2026-08-22T17:17:36Z",
"ts": "2026-08-22T17:20:33Z",
"agent": "qa",
"stage": "qa_gate",
"state": "running",
"message": "qa"
},
{
"ts": "2026-08-22T17:17:36Z",
"ts": "2026-08-22T17:20:33Z",
"agent": "documenter",
"stage": "document",
"state": "running",
"message": "document"
},
{
"ts": "2026-08-22T17:17:36Z",
"ts": "2026-08-22T17:20:34Z",
"agent": "leader",
"stage": "close",
"state": "running",