schon/vibes_auth
2025-10-25 19:36:34 +03:00
..
docs Features: 1) Add request schema using UserSerializer for user creation endpoint; 2) Implement validation for attributes in user serializer, ensuring it's a dictionary and requiring business_identificator for business accounts; 2025-09-06 23:22:31 +03:00
graphene Features: 3.1.0 2025-10-14 16:46:09 +03:00
locale Features: 1) Migrate from gunicorn to uvicorn. 2) Add skeleton for chat functionality; 2025-10-25 19:36:34 +03:00
messaging Features: 1) Migrate from gunicorn to uvicorn. 2) Add skeleton for chat functionality; 2025-10-25 19:36:34 +03:00
migrations Features: 1) Added new language options to User model's language field in vibes_auth; 2) Introduced localized title and content fields to Post model in blog; 3) Implemented multilingual support for various fields in Attribute, AttributeGroup, AttributeValue, Brand, Category, CategoryTag, and Product models in core; 2025-09-19 17:02:11 +03:00
static Initial Commit 2025-04-29 22:40:30 +03:00
templates Features: 1) Update all locale translations for token-related messages; 2) Update all locale translations with read-only Transaction ViewSet description; 3) Update all locale translations for reset password and token validations; 2025-10-06 15:58:30 +03:00
utils Features: 3.1.0 2025-10-14 16:46:09 +03:00
__init__.py Initial Commit 2025-04-29 22:40:30 +03:00
admin.py Features: 3.1.0 2025-10-14 16:46:09 +03:00
apps.py Features: 3.1.0 2025-10-14 16:46:09 +03:00
filters.py Initial Commit 2025-04-29 22:40:30 +03:00
forms.py Features: 3.1.0 2025-10-14 16:46:09 +03:00
managers.py 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
models.py Features: 3.1.0 2025-10-14 16:46:09 +03:00
serializers.py Features: 1) Update all locale translations for token-related messages; 2) Update all locale translations with read-only Transaction ViewSet description; 3) Update all locale translations for reset password and token validations; 2025-10-06 15:58:30 +03:00
signals.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
tasks.py Features: 1) Update all locale translations for token-related messages; 2) Update all locale translations with read-only Transaction ViewSet description; 3) Update all locale translations for reset password and token validations; 2025-10-06 15:58:30 +03:00
tests.py Features: 3.1.0 2025-10-14 16:46:09 +03:00
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
validators.py Features: 3.1.0 2025-10-14 16:46:09 +03:00
views.py Features: 3.1.0 2025-10-14 16:46:09 +03:00
viewsets.py Features: 3.1.0 2025-10-14 16:46:09 +03:00