schon/engine/core
Egor fureunoir Gorbunov 5962fb1145 Features: 1) Add timeframe filter component in the admin dashboard; 2) Create low stock products widget with tailored design; 3) Extend KPI section to include dynamic data (GMV, Orders, AOV, Net Revenue, Refund Rate); 4) Allow timeframe selection functionality for metrics and charts.
Fixes: 1) Add missing `constance.config` import in `views.py`; 2) Replace hardcoded timeframe logic with configurable period parsing; 3) Ensure proper handling of empty datasets for low stock and KPI calculations.

Extra: Refactor dashboard templates to improve layout and add contextual adjustments (e.g., grid updates, daily sales title); Optimize cache handling for dashboard metrics; Cleanup unused legacy dashboard variables.
2025-12-10 19:33:18 +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) Add LimitsType GraphQL object and payments_limits query to expose deposit limits; 2) Introduce LimitsSerializer and LimitsAPIView for retrieving minimal and maximal deposit amounts; 3) Implement get_limits utility to calculate deposit boundaries dynamically; 2025-12-08 10:48:22 +03:00
locale Extra: 1) I18N update 2025-12-08 10:58:35 +03:00
management Features: 1) Add new permissions for "delete_brand" and "delete_category" to head_stock_manager_permissions; 2) Extend permissions with "delete_address", "change_balance", and "delete_attachment"; 2025-12-04 16:12:17 +03:00
migrations 2025.4 BETA 2025-11-10 08:36:57 +03:00
serializers Features: 1) Add personal_orders_only to the serialized fields for Product; 2025-11-18 12:07:36 +03:00
static Extra: 1) Remove chart.js 2025-11-17 16:23:05 +03:00
templates Features: 1) Add timeframe filter component in the admin dashboard; 2) Create low stock products widget with tailored design; 3) Extend KPI section to include dynamic data (GMV, Orders, AOV, Net Revenue, Refund Rate); 4) Allow timeframe selection functionality for metrics and charts. 2025-12-10 19:33:18 +03:00
templatetags Features: 1) Added arith template tags for sub and neg operations to support arithmetic in templates; 2025-11-17 15:59:39 +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 Fixes: 1) Improve error logging for vendor integration failures by including the integration path. 2025-12-01 11:29:48 +03:00
vendors Features: 2025-11-24 12:26:29 +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) No new features; only formatting adjustments for line wrapping in documentation. 2025-11-18 11:31:59 +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 Features: None; 2025-12-08 21:56:32 +03:00
sitemaps.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
tasks.py Features: 1) Add configurable options for BACKUP_DATABASE and BACKUP_MEDIA in system settings; 2) Enhance backup_task to handle selective backups and return status message; 2025-12-01 12:38:23 +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 Features: 1) Add configurable options for BACKUP_DATABASE and BACKUP_MEDIA in system settings; 2) Enhance backup_task to handle selective backups and return status message; 2025-12-01 12:38:23 +03:00
views.py Features: 1) Add timeframe filter component in the admin dashboard; 2) Create low stock products widget with tailored design; 3) Extend KPI section to include dynamic data (GMV, Orders, AOV, Net Revenue, Refund Rate); 4) Allow timeframe selection functionality for metrics and charts. 2025-12-10 19:33:18 +03:00
viewsets.py Features: None 2025-11-18 12:51:51 +03:00
widgets.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00