Commit Graph

6 Commits

Author SHA1 Message Date
Artem Kashaev f234e60e65 refactor: reorganize import statements for consistency across multiple files 2025-12-01 16:35:09 +05:00
Artem Kashaev d2c424c419 refactor: reorganize import statements for consistency across multiple files 2025-12-01 16:26:10 +05:00
Artem Kashaev 5fcb574aca Refactor code for improved readability and consistency
Test / test (push) Successful in 15s Details
- Reformatted function signatures in `organization_service.py` and `task_service.py` for better alignment.
- Updated import statements across multiple files for consistency and organization.
- Enhanced test files by improving formatting and ensuring consistent use of async session factories.
- Added type hints and improved type safety in various service and test files.
- Adjusted `pyproject.toml` to include configuration for isort, mypy, and ruff for better code quality checks.
- Cleaned up unused imports and organized existing ones in several test files.
2025-12-01 16:18:03 +05:00
k1nq 994b400221 feat: update password hashing algorithm to pbkdf2_sha256 for improved security
Test / test (push) Successful in 14s Details
2025-11-28 14:33:51 +05:00
Artem Kashaev ad6283680b fix: update user creation to use 'name' instead of 'full_name' 2025-11-27 11:07:19 +05:00
k1nq 74330b292f Init project structure 2025-11-22 13:56:45 +05:00