chore: add email and admin identity fix tickets

This commit is contained in:
chattie
2026-08-21 22:31:31 +02:00
parent 902a3fdc69
commit ad040ae3a9

View File

@@ -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
}
}
]
}