schon/engine/core
Egor fureunoir Gorbunov 56826300b6 Features: 1) Added dashboard callback view to expose revenue, returns, and order metrics; 2) Added new admin dashboard template with visual metrics and charts; 3) Integrated language flags into UNFOLD configuration using centralized LANGUAGES_FLAGS.
Fixes: 1) None.

Extra: 1) Refactored language flag definitions into a centralized dictionary in base settings; 2) Added commerce utility functions for revenue, returns, and order processing; 3) Improved code structure and documentation in views and utils.
2025-11-16 14:50:17 +03:00
..
crm Features: 1) Replace config.BASE_DOMAIN with settings.BASE_DOMAIN across the codebase; 2) Add support for dynamic STATIC_URL and MEDIA_URL based on initialization state; 3) Introduce INITIALIZED flag to determine application state; 2025-11-11 15:08:44 +03:00
data 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
docs Features: 1) Messaging submodule drafts 2025-11-11 23:31:06 +03:00
elasticsearch 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
fixtures 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
graphene Features: 1) Migrate from Jazzmin to django-unfold for admin UI; 2025-11-15 01:38:14 +03:00
locale Features: 1) I18N 2025-11-16 00:32:21 +03:00
management Features: 1) Add new message "You cannot jump over your head!" in admin interface localization; 2) Update line references across various locales; 3) Improve formatting of multiline text in translation files; 2025-11-12 15:56:00 +03:00
migrations 2025.4 BETA 2025-11-10 08:36:57 +03:00
serializers Fixes: 1) Remove unused fields small_logo and big_logo from BrandDetailSerializer. 2025-11-12 10:25:56 +03:00
static Features: 1) Add new admin menu items for Config, Users, Groups, Products, Categories, Brands, Blogposts, Periodic Tasks, and Sitemap; 2) Integrate Unfold's constance additional fields into CONSTANCE_ADDITIONAL_FIELDS; 2025-11-15 03:57:13 +03:00
templates Features: 1) Added dashboard callback view to expose revenue, returns, and order metrics; 2) Added new admin dashboard template with visual metrics and charts; 3) Integrated language flags into UNFOLD configuration using centralized LANGUAGES_FLAGS. 2025-11-16 14:50:17 +03:00
templatetags 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
tests Features: 1) Migrate from Jazzmin to django-unfold for admin UI; 2025-11-15 01:38:14 +03:00
typing 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
utils Features: 1) Added dashboard callback view to expose revenue, returns, and order metrics; 2) Added new admin dashboard template with visual metrics and charts; 3) Integrated language flags into UNFOLD configuration using centralized LANGUAGES_FLAGS. 2025-11-16 14:50:17 +03:00
vendors Features: 1) Add logging for saving vendor responses and processing attributes; 2) Update process_attribute to return AttributeValue upon success. 2025-11-10 08:44:36 +03:00
__init__.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
abstract.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
admin.py Features: 1) Add support for xlrd and xlwt packages; 2) Enhance admin interface with Celery beat models and forms. 2025-11-15 02:49:48 +03:00
apps.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
b2b_urls.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
choices.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
errors.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
filters.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
forms.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
managers.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
mixins.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
models.py Features: 1) Add predefined permission sets and corresponding group initialization in initialize command. 2025-11-12 15:29:08 +03:00
permissions.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
signals.py 2025.4 BETA 2025-11-10 08:36:57 +03:00
sitemaps.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
tasks.py Features: 1) Add backup_task to manage database and media backups; 2) Introduce periodic scheduling for backup_task via Celery Beat; 2025-11-13 17:14:00 +03:00
translation.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
urls.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
validators.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
views.py Features: 1) Added dashboard callback view to expose revenue, returns, and order metrics; 2) Added new admin dashboard template with visual metrics and charts; 3) Integrated language flags into UNFOLD configuration using centralized LANGUAGES_FLAGS. 2025-11-16 14:50:17 +03:00
viewsets.py Features: 1) Migrate from Jazzmin to django-unfold for admin UI; 2025-11-15 01:38:14 +03:00
widgets.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00