schon/core
Egor fureunoir Gorbunov 752f96fcdd Features: 1) Introduce AmoOrderGateway to handle interaction with AMO CRM; 2) Add models CustomerRelationshipManagementProvider and OrderCrmLink to support CRM integration; 3) Implement any_crm_integrations utility function to check CRM provider existence;
Fixes: None;

Extra: 1) Add `URLField` import in models.py; 2) Adjust `save` method signature in models.py to improve typing consistency; 3) Raise custom `CRMException` for CRM setup errors;
2025-09-06 03:07:26 +03:00
..
crm Features: 1) Introduce AmoOrderGateway to handle interaction with AMO CRM; 2) Add models CustomerRelationshipManagementProvider and OrderCrmLink to support CRM integration; 3) Implement any_crm_integrations utility function to check CRM provider existence; 2025-09-06 03:07:26 +03:00
data Refactor translation command and improve order model. 2025-05-06 03:28:06 +03:00
docs Features: 1) Add sku field to Product model with improvements, including unique constraint and default generation; 2) Implement migration to backfill SKUs for existing products. 2025-09-01 20:50:48 +03:00
elasticsearch Features: 1) Add sku and partnumber fields with search analyzers for Elasticsearch schema; 2) Implement code-like query boosting for sku and partnumber fields; 3) Separate search logic into modular build_search function; 2025-09-05 19:42:51 +03:00
graphene Features: 1) Add sku field to multiple serializers and GraphQL object types for better product identification; 2025-09-01 20:52:42 +03:00
locale Features: 1) Add sku field to Product model with improvements, including unique constraint and default generation; 2) Implement migration to backfill SKUs for existing products. 2025-09-01 20:50:48 +03:00
management Features: 1) Prevent duplicate "order finished" emails with added check on system_email_sent attribute; 2) Automatically update system_email_sent attribute after sending order email; 2025-07-16 14:54:33 +03:00
migrations Features: 1) Update SKU backfill migration to process in batches of 10,000; 2) Add bulk update for improved performance; 3) Refactor SKU generation logic to remove reliance on Product model; 2025-09-02 09:52:21 +03:00
serializers Features: 1) Ensure is_business flag is consistently updated for users and orders; 2) Refactor serializers to improve handling of business order data structures; 3) Add support for business-specific attributes in buy operations. 2025-09-05 19:04:15 +03:00
static Features: 1) Remove AutocompleteFieldListFilter and related admin filters and templates; 2) Remove associated JavaScript, CSS, and Python logic; 3) Simplify admin configurations by dropping unused autocomplete filters; 2025-07-01 20:20:50 +03:00
templates Features: 1) Replace email templates' header image from favicon.png to logo.png; 2) Add Django facet configuration in .idea/evibes.iml; 2025-07-23 07:39:24 +03:00
templatetags RUFF 2025-05-26 16:12:59 +03:00
utils Features: 1) Add sku field to Product model with improvements, including unique constraint and default generation; 2) Implement migration to backfill SKUs for existing products. 2025-09-01 20:50:48 +03:00
vendors Fixes: 1) Remove unnecessary blank line in get_or_create_attribute_safe. 2025-08-18 14:46:18 +03:00
__init__.py Initial Commit 2025-04-29 22:40:30 +03:00
abstract.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
admin.py Features: 1) Add sku field to Product model with improvements, including unique constraint and default generation; 2) Implement migration to backfill SKUs for existing products. 2025-09-01 20:50:48 +03:00
api_urls.py Fixes: 1) Corrected sitemap_url_name to include "core:" prefix in sitemap.xml path definition; 2025-07-01 00:20:19 +03:00
apps.py Features: None; 2025-06-21 19:19:09 +03:00
b2b_urls.py Features: 1) Add app_name attribute in multiple urls.py files across apps to support namespacing; 2025-06-29 20:03:33 +03:00
choices.py Initial Commit 2025-04-29 22:40:30 +03:00
errors.py Add "DISABLED_COMMERCE" feature to disable buying functionality 2025-05-05 17:32:57 +03:00
filters.py Features: 1) Add Prefetch import in filters.py; 2) Introduce filter_order_by method with custom ordering logic for Category model. 2025-09-05 19:20:48 +03:00
forms.py Initial Commit 2025-04-29 22:40:30 +03:00
managers.py Fixes: 1) Corrected products' filtering options on interfaces 2025-08-25 00:41:02 +03:00
mixins.py Initial Commit 2025-04-29 22:40:30 +03:00
models.py Features: 1) Introduce AmoOrderGateway to handle interaction with AMO CRM; 2) Add models CustomerRelationshipManagementProvider and OrderCrmLink to support CRM integration; 3) Implement any_crm_integrations utility function to check CRM provider existence; 2025-09-06 03:07:26 +03:00
permissions.py Features: 1) Introduce ALLOW validation for generic actions in permissions; 2) Add AllowAny permission class to seo_meta endpoints; 3) Update SEO URL patterns and breadcrumbs with language codes; 4) Improve compatibility of attributes in serializers with ListField and DictField.; 2025-08-18 15:20:47 +03:00
signals.py Features: 1) Add digital asset file validation before updating order product status; 2) Refactor queryset logic in document class to improve readability; 2025-08-22 00:03:48 +03:00
sitemaps.py Features: 1) Add filter to exclude products with null stocks and inactive vendors in sitemaps query; 2025-07-09 02:30:57 +03:00
tasks.py Features: 1) Add SEO meta utilities and builder functions for schemas; 2) Implement SEO-related APIs in viewsets for categories, brands, and products; 3) Add SeoMeta model and serializer to manage SEO metadata. 2025-08-18 14:26:09 +03:00
tests.py Initial Commit 2025-04-29 22:40:30 +03:00
translation.py Features: 2025-06-10 05:40:07 +03:00
urls.py Features: 1) 2.8.9 update 2025-06-18 15:05:58 +03:00
validators.py Features: 1) Add type annotations for various models and methods; 2) Introduce refined graphene resolvers to enhance permission handling; 3) Include type checking suppression with # type: ignore for unsupported cases. 2025-06-18 16:38:07 +03:00
views.py Features: 1) Enhance rate-limiting decorators with method_decorator for better compatibility. 2025-09-05 19:13:33 +03:00
viewsets.py Fixes: 1) Corrected products' filtering options on interfaces 2025-08-25 00:41:02 +03:00
widgets.py Features: 1) Introduced strict parameter for zip function in widgets.py; 2) Added EXTENSIONS_MAX_UNIQUE_QUERY_ATTEMPTS setting; 2025-06-21 20:38:37 +03:00