Commit Graph

9 Commits

Author SHA1 Message Date
Artem Kashaev 236cc4c50c fix: update uvicorn command to use 10 workers for improved performance
Test / test (pull_request) Successful in 15s Details
2025-12-01 17:00:07 +05:00
Artem Kashaev eb67223fc0 fix: update test command in README for correct usage of uvicorn 2025-12-01 16:45:21 +05:00
Artem Kashaev f234e60e65 refactor: reorganize import statements for consistency across multiple files 2025-12-01 16:35:09 +05:00
Artem Kashaev 754cdb7bd6 fix: update command prefixes for linting and static analysis in README 2025-12-01 16:33:18 +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
Artem Kashaev eecb74c523 feat: add .env.example file with environment variable configurations 2025-12-01 16:09:58 +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
k1nq 74330b292f Init project structure 2025-11-22 13:56:45 +05:00
k1nq ad0025be28 Initial commit 2025-11-22 07:35:06 +00:00