Samir Boulahtit
82c07c165f
feat: add customer profile, VAT alignment, and fix shop auth
Customer Profile:
- Add profile API (GET/PUT /api/v1/shop/profile)
- Add password change endpoint (PUT /api/v1/shop/profile/password)
- Implement full profile page with preferences and password sections
- Add CustomerPasswordChange schema
Shop Authentication Fixes:
- Add Authorization header to all shop account API calls
- Fix orders, order-detail, messages pages authentication
- Add proper redirect to login on 401 responses
- Fix toast message showing noqa comment in shop-layout.js
VAT Calculation:
- Add shared VAT utility (app/utils/vat.py)
- Add VAT fields to Order model (vat_regime, vat_rate, etc.)
- Align order VAT calculation with invoice settings
- Add migration for VAT fields on orders
Validation Framework:
- Fix base_validator.py with missing methods
- Add validate_file, output_results, get_exit_code methods
- Fix validate_all.py import issues
Documentation:
- Add launch-readiness.md tracking OMS status
- Update to 95% feature complete
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 20:31:48 +01:00
..
2026-01-01 18:12:09 +01:00
2025-12-01 21:51:07 +01:00
2025-12-21 20:57:08 +01:00
2025-11-28 19:30:17 +01:00
2025-11-28 19:30:17 +01:00
2025-11-28 20:03:45 +01:00
2025-12-20 20:33:48 +01:00
2025-12-01 21:50:09 +01:00
2025-11-28 19:30:17 +01:00
2025-12-28 20:03:34 +01:00
2026-01-02 19:16:35 +01:00
2025-12-27 21:05:50 +01:00
2025-12-31 18:28:40 +01:00
2026-01-01 18:12:09 +01:00
2025-12-25 12:27:12 +01:00
2025-12-24 18:15:27 +01:00
2025-12-20 20:33:48 +01:00
2025-12-13 22:59:51 +01:00
2025-12-11 17:28:54 +01:00
2025-12-20 21:17:41 +01:00
2025-11-28 19:30:17 +01:00
2025-11-28 19:30:17 +01:00
2025-12-21 14:08:31 +01:00
2025-11-28 19:30:17 +01:00
2025-11-28 19:30:17 +01:00
2025-12-27 21:46:26 +01:00
2025-12-20 13:11:47 +01:00
2026-01-02 20:31:48 +01:00
2025-11-28 19:30:17 +01:00
2025-12-24 23:41:20 +01:00
2025-12-24 23:41:20 +01:00
2025-11-28 19:30:17 +01:00
2025-12-27 10:25:36 +01:00
2025-11-28 19:30:17 +01:00
2025-12-13 22:59:51 +01:00
2025-12-13 22:36:09 +01:00
2025-12-25 22:21:14 +01:00
2025-11-28 19:37:38 +01:00
2025-12-27 21:46:26 +01:00