Commit Graph

8 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 dc0046c730 refactor: improve variable naming and add comments for clarity in models and services
Test / test (push) Successful in 15s Details
2025-12-01 16:24:23 +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 fbb3116a2d feat: implement Redis caching for analytics endpoints with fallback to database
Test / test (push) Successful in 15s Details
2025-11-29 09:45:27 +05:00
Artem Kashaev 1b673988b5 feat: add unit tests for organization endpoints and update dependencies
Test / test (push) Successful in 12s Details
Test / test (pull_request) Successful in 11s Details
2025-11-27 15:04:35 +05:00
Artem Kashaev 926c125255 feat: add pytest and pytest-asyncio dependencies for testing 2025-11-27 14:24:57 +05:00
Artem Kashaev b9f1eba6ff fix: update asyncpg dependency to version 0.31.0 2025-11-27 10:57:12 +05:00
k1nq 74330b292f Init project structure 2025-11-22 13:56:45 +05:00