feat(F-105): completed feature

This commit is contained in:
chattie
2026-08-21 08:06:31 +02:00
parent 9b42c506f3
commit 5458789634
13 changed files with 247 additions and 49 deletions

View File

@@ -0,0 +1,13 @@
{
"feature_id": "F-105",
"agent": "reviewer",
"verdict": "APPROVED",
"summary": "Customers can now manage personal data, addresses and notification/marketing preferences from /account, reachable from the header icon.",
"evidence": [
"users_profiles gains preferences jsonb (migration 035) with repo merge semantics",
"GET /users/:id returns preferences; PATCH accepts partial preferences object (owner or admin only)",
"Account page adds Preferencias section with accessible toggle switches and optimistic save with rollback",
"UserMenu links to /account when logged in"
],
"timestamp": "2026-08-21T06:20:00Z"
}