Samir Boulahtit
7639ca602b
refactor: migrate messaging and media routes to modules
Messaging module (communication):
- vendor_messages.py: Conversation and message management
- vendor_notifications.py: Vendor notifications
- vendor_email_settings.py: SMTP and provider configuration
- vendor_email_templates.py: Email template customization
CMS module (content management):
- vendor_media.py: Media library management
- vendor_content_pages.py: Content page overrides
All routes auto-discovered via is_self_contained=True.
Deleted 5 legacy files from app/api/v1/vendor/.
app/api/v1/vendor/ now empty except for __init__.py (auto-discovery only).
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 15:21:25 +01:00
..
2026-01-26 21:44:28 +01:00
2026-01-28 22:19:41 +01:00
2026-01-30 19:32:38 +01:00
2026-01-31 15:21:25 +01:00
2026-01-30 18:45:46 +01:00
2026-01-30 18:45:46 +01:00
2026-01-30 22:39:16 +01:00
2026-01-26 22:42:46 +01:00
2026-01-26 23:06:37 +01:00
2026-01-28 22:19:41 +01:00
2026-01-27 22:02:39 +01:00
2026-01-26 21:35:36 +01:00