schon/vibes_auth/messaging
Egor fureunoir Gorbunov 2114c8bb76 Features: 1) Add bulk_prefetch_filterable_attributes for optimized attribute fetching; 2) Introduce FilterableAttribute typing for standardizing attribute data across serializers and models; 3) Enhance CategoryDetailSerializer with custom list_serializer_class for bulk operations.
Fixes: 1) Replace redundant `get_filterable_attributes` logic with `filterable_attributes` property to avoid duplications; 2) Remove unnecessary imports and redundant comments in various modules.

Extra: Refactor admin queryset methods for optimization; remove unused `categories` field in `Attribute` model; improve clarity and maintainability of Graphene resolvers and related logic.
2025-10-26 16:21:34 +03:00
..
__init__.py Features: 1) Migrate from gunicorn to uvicorn. 2) Add skeleton for chat functionality; 2025-10-25 19:36:34 +03:00
admin.py Features: 1) Migrate from gunicorn to uvicorn. 2) Add skeleton for chat functionality; 2025-10-25 19:36:34 +03:00
auth.py Features: 1) Migrate from gunicorn to uvicorn. 2) Add skeleton for chat functionality; 2025-10-25 19:36:34 +03:00
consumers.py Features: 1) Migrate from gunicorn to uvicorn. 2) Add skeleton for chat functionality; 2025-10-25 19:36:34 +03:00
models.py Features: 1) Migrate from gunicorn to uvicorn. 2) Add skeleton for chat functionality; 2025-10-25 19:36:34 +03:00
routing.py Features: 1) Migrate from gunicorn to uvicorn. 2) Add skeleton for chat functionality; 2025-10-25 19:36:34 +03:00
services.py Features: 1) Add bulk_prefetch_filterable_attributes for optimized attribute fetching; 2) Introduce FilterableAttribute typing for standardizing attribute data across serializers and models; 3) Enhance CategoryDetailSerializer with custom list_serializer_class for bulk operations. 2025-10-26 16:21:34 +03:00