test_task_crm/app/services
k1nq 6db1e865f6
Test / test (push) Successful in 13s Details
feat: implement refresh token functionality; update authentication and token models; add tests for refresh endpoint
2025-11-28 13:56:04 +05:00
..
__init__.py feat: implement ActivityService and TaskService with business logic for activities and tasks 2025-11-27 16:39:49 +05:00
activity_service.py feat: implement ActivityService and TaskService with business logic for activities and tasks 2025-11-27 16:39:49 +05:00
auth_service.py feat: implement refresh token functionality; update authentication and token models; add tests for refresh endpoint 2025-11-28 13:56:04 +05:00
contact_service.py feat: implement contact management features including repository, service, and API endpoints; add unit and integration tests 2025-11-28 13:23:33 +05:00
deal_service.py feat: add DealService for managing deal workflows and validations 2025-11-27 16:08:45 +05:00
organization_service.py Merge branch 'organizations' (cherry-picked) 2025-11-27 15:38:47 +05:00
task_service.py feat: implement ActivityService and TaskService with business logic for activities and tasks 2025-11-27 16:39:49 +05:00
user_service.py Init project structure 2025-11-22 13:56:45 +05:00