schon/engine/vibes_auth
Egor fureunoir Gorbunov 5f5274f9cd Features: 1) Add detailed type annotations across middleware, tests, and utility code; 2) Integrate stricter type-checking configurations in pyproject.toml; 3) Enhance middleware functionality with additional type-safe logic.
Fixes: 1) Correct default values and type handling in util constructors; 2) Resolve missing or ambiguous `cast` operations for dynamic typing in tests and views; 3) Address potential issues with fallback/default handling in middleware.

Extra: 1) Refactor test cases to ensure stricter adherence to typing hints and valid contracts; 2) Update docstrings to align with new type annotations; 3) Cleanup unused imports and add comments for improved maintainability.
2025-12-18 16:44:13 +03:00
..
docs Extra: RUFF 2025-12-15 20:29:02 +03:00
graphene Extra: RUFF 2025-12-15 20:29:02 +03:00
locale Extra: 1) I18N 2025-12-10 21:51:41 +03:00
messaging Features: (1) None; 2025-12-18 15:55:43 +03:00
migrations Extra: RUFF 2025-12-15 20:29:02 +03:00
static 2025.4 BETA 2025-11-10 08:36:57 +03:00
templates 2025.4 BETA 2025-11-10 08:36:57 +03:00
tests Features: 1) Add detailed type annotations across middleware, tests, and utility code; 2) Integrate stricter type-checking configurations in pyproject.toml; 3) Enhance middleware functionality with additional type-safe logic. 2025-12-18 16:44:13 +03:00
utils Features: 1) Migrate from Jazzmin to django-unfold for admin UI; 2025-11-15 01:38:14 +03:00
__init__.py 2025.4 BETA 2025-11-10 08:36:57 +03:00
admin.py Features: (1) None; 2025-12-18 15:55:43 +03:00
apps.py 2025.4 BETA 2025-11-10 08:36:57 +03:00
choices.py Features: 1) Introduced ChatThread and ChatMessage models for messaging functionality; 2) Added ThreadStatus and SenderType choices for structured messaging states; 3) Integrated Django migrations with indexing for new models; 2025-11-11 18:31:17 +03:00
filters.py 2025.4 BETA 2025-11-10 08:36:57 +03:00
forms.py Features: (1) None; 2025-12-18 15:55:43 +03:00
managers.py Extra: RUFF 2025-12-15 20:29:02 +03:00
models.py Features: (1) None; 2025-12-18 15:55:43 +03:00
serializers.py Features: (1) None; 2025-12-18 15:55:43 +03:00
signals.py 2025.4 BETA 2025-11-10 08:36:57 +03:00
tasks.py 2025.4 BETA 2025-11-10 08:36:57 +03:00
urls.py Extra: RUFF 2025-12-15 20:29:02 +03:00
validators.py Extra: RUFF 2025-12-15 20:29:02 +03:00
views.py Features: (1) None; 2025-12-18 15:55:43 +03:00
viewsets.py Features: (1) None; 2025-12-18 15:55:43 +03:00