From ad040ae3a91d7cd29b46472c26660d8975ce0b20 Mon Sep 17 00:00:00 2001 From: chattie Date: Fri, 21 Aug 2026 22:31:31 +0200 Subject: [PATCH] chore: add email and admin identity fix tickets --- backlog/features.json | 45 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/backlog/features.json b/backlog/features.json index 02df3a3..4d4cd44 100644 --- a/backlog/features.json +++ b/backlog/features.json @@ -6383,6 +6383,51 @@ "close": true }, "completed_at": "2026-08-21T20:14:29Z" + }, + { + "id": "F-152", + "type": "fix", + "title": "Frontend: send emails on account creation and order confirmation", + "description": "Fix customer-facing email notifications: account creation should send a welcome/verification email and confirmed orders should send the customer confirmation email.", + "priority": "high", + "risk": "med", + "status": "pending", + "created_at": "2026-08-21", + "gates": { + "reviewer": false, + "security": false, + "qa": false + } + }, + { + "id": "F-153", + "type": "fix", + "title": "Orders: customer email missing despite customer having email", + "description": "Fix order serialization/detail so customer email is associated and displayed when the linked customer/user has an email.", + "priority": "high", + "risk": "med", + "status": "pending", + "created_at": "2026-08-21", + "gates": { + "reviewer": false, + "security": false, + "qa": false + } + }, + { + "id": "F-154", + "type": "fix", + "title": "Admin: separate customers from internal users", + "description": "Fix admin Users and Customers modules so Customers shows only storefront customers and Users shows only internal/backoffice users, avoiding mixed identity/backoffice concepts.", + "priority": "high", + "risk": "high", + "status": "pending", + "created_at": "2026-08-21", + "gates": { + "reviewer": false, + "security": false, + "qa": false + } } ] }