schon/engine/vibes_auth
Egor fureunoir Gorbunov adfa2f20dd feat(feeds): add marketplace-specific feed generators
add feed generators for Google Merchant, Amazon Seller, Yandex Market, and Yandex Products. Includes a shared base class (`BaseFeedGenerator`) for common functionality, such as product retrieval and validation. Each generator supports format-specific output and handles platform-specific requirements.

This change simplifies the creation of product feeds for multiple marketplaces.
2026-01-26 17:44:21 +03:00
..
docs Extra: RUFF 2025-12-15 20:29:02 +03:00
emailing 2026.1 2026-01-26 03:23:41 +03:00
graphene 2026.1 2026-01-26 03:23:41 +03:00
locale 2026.1 2026-01-26 03:23:41 +03:00
messaging 2026.1 2026-01-25 23:16:38 +03:00
migrations feat(feeds): add marketplace-specific feed generators 2026-01-26 17:44:21 +03:00
static 2025.4 BETA 2025-11-10 08:36:57 +03:00
templates 2025.4 BETA 2025-11-10 08:36:57 +03:00
tests 2026.1 2026-01-25 23:16:38 +03:00
utils Features: 1) Migrate from Jazzmin to django-unfold for admin UI; 2025-11-15 01:38:14 +03:00
__init__.py 2025.4 BETA 2025-11-10 08:36:57 +03:00
admin.py 2026.1 2026-01-26 03:23:41 +03:00
apps.py 2026.1 2026-01-26 03:23:41 +03:00
choices.py Features: 1) Introduced ChatThread and ChatMessage models for messaging functionality; 2) Added ThreadStatus and SenderType choices for structured messaging states; 3) Integrated Django migrations with indexing for new models; 2025-11-11 18:31:17 +03:00
filters.py 2025.4 BETA 2025-11-10 08:36:57 +03:00
forms.py Features: (1) None; 2025-12-18 15:55:43 +03:00
managers.py Features: 1) None; 2025-12-19 16:43:39 +03:00
models.py 2026.1 2026-01-26 03:23:41 +03:00
serializers.py Features: 1) None; 2025-12-19 16:43:39 +03:00
signals.py 2025.4 BETA 2025-11-10 08:36:57 +03:00
tasks.py 2025.4 BETA 2025-11-10 08:36:57 +03:00
translation.py feat(email): add multilingual support and image handling to email templates 2026-01-26 15:35:30 +03:00
urls.py 2026.1 2026-01-26 03:23:41 +03:00
validators.py Extra: RUFF 2025-12-15 20:29:02 +03:00
views.py Features: (1) None; 2025-12-18 15:55:43 +03:00
viewsets.py Features: 1) Improved request processing in middleware by adding mutable QueryDict implementation; 2) Extended type annotations across various modules for enhanced type safety; 3) Refined JWT token lifetime configuration for environment-specific logic. 2025-12-19 15:17:17 +03:00