Samir Boulahtit
5155ef7445
fix: resolve all architecture validation errors (62 -> 0)
Major refactoring to achieve zero architecture violations:
API Layer:
- vendor/settings.py: Move validation to Pydantic field validators
(tax rate, delivery method, boost sort, preorder days, languages, locales)
- admin/email_templates.py: Add Pydantic response models
(TemplateListResponse, CategoriesResponse)
- shop/auth.py: Move password reset logic to CustomerService
Service Layer:
- customer_service.py: Add password reset methods
(get_customer_for_password_reset, validate_and_reset_password)
Exception Layer:
- customer.py: Add InvalidPasswordResetTokenException,
PasswordTooShortException
Frontend:
- admin/email-templates.js: Use apiClient, Utils.showToast()
- vendor/email-templates.js: Use apiClient, parent init pattern
Templates:
- admin/email-templates.html: Fix block name to extra_scripts
- shop/base.html: Add language default filter
Tooling:
- validate_architecture.py: Fix LANG-001 false positive for
SUPPORTED_LANGUAGES and SUPPORTED_LOCALES blocks
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-03 18:48:59 +01:00
..
2025-11-05 21:52:22 +01:00
2026-01-03 18:29:26 +01:00
2025-12-12 23:28:16 +01:00
2025-12-18 21:05:50 +01:00
2025-12-31 22:57:07 +01:00
2025-12-21 21:13:08 +01:00
2025-12-07 17:04:43 +01:00
2025-12-21 20:57:47 +01:00
2025-12-07 17:04:43 +01:00
2025-12-07 17:04:43 +01:00
2025-12-07 17:04:43 +01:00
2025-12-07 17:04:43 +01:00
2025-12-31 23:15:07 +01:00
2025-12-28 21:12:22 +01:00
2025-12-28 20:34:09 +01:00
2025-12-22 22:39:34 +01:00
2025-12-07 17:04:43 +01:00
2026-01-03 18:48:59 +01:00
2025-12-31 18:59:41 +01:00
2025-12-07 17:04:43 +01:00
2025-12-07 17:04:43 +01:00
2025-12-25 12:27:12 +01:00
2025-12-20 20:33:48 +01:00
2025-12-13 12:57:26 +01:00
2025-12-06 20:08:22 +01:00
2025-12-11 17:47:57 +01:00
2025-12-25 00:30:33 +01:00
2025-12-25 00:21:16 +01:00
2025-12-22 22:39:34 +01:00
2025-12-13 14:45:18 +01:00
2025-12-21 21:50:48 +01:00
2025-12-04 22:24:45 +01:00
2025-12-21 21:55:56 +01:00
2025-12-20 20:33:48 +01:00
2025-12-25 17:20:56 +01:00
2025-12-21 22:08:28 +01:00
2025-12-22 22:39:34 +01:00
2026-01-01 12:58:09 +01:00
2025-12-31 22:49:56 +01:00
2025-12-21 21:55:56 +01:00
2025-12-21 21:55:56 +01:00
2025-12-12 23:53:23 +01:00
2025-12-07 17:04:43 +01:00
2025-12-07 17:04:43 +01:00
2025-12-07 17:04:43 +01:00
2025-12-07 17:04:43 +01:00
2025-12-07 17:04:43 +01:00
2025-12-07 17:04:43 +01:00
2025-12-26 20:51:13 +01:00
2025-12-26 20:51:13 +01:00
2025-12-25 21:51:10 +01:00
2025-12-12 22:36:04 +01:00
2025-12-25 21:51:10 +01:00
2025-12-25 11:20:17 +01:00
2025-12-07 17:04:43 +01:00
2025-12-31 23:00:59 +01:00
2025-12-07 17:04:43 +01:00