test_task_crm/app/models
k1nq e7e3752888
Test / test (push) Successful in 16s Details
Test / test (pull_request) Successful in 14s Details
feat: enhance organization management; add member registration and validation, update user registration flow, and improve enum handling
2025-11-29 08:50:11 +05:00
..
__init__.py Add models for CRM entities: Activity, Contact, Deal, Organization, OrganizationMember, Task; update User model 2025-11-22 14:09:45 +05:00
activity.py feat: enhance organization management; add member registration and validation, update user registration flow, and improve enum handling 2025-11-29 08:50:11 +05:00
base.py feat: enhance organization management; add member registration and validation, update user registration flow, and improve enum handling 2025-11-29 08:50:11 +05:00
contact.py Add models for CRM entities: Activity, Contact, Deal, Organization, OrganizationMember, Task; update User model 2025-11-22 14:09:45 +05:00
deal.py feat: enhance organization management; add member registration and validation, update user registration flow, and improve enum handling 2025-11-29 08:50:11 +05:00
organization.py Add models for CRM entities: Activity, Contact, Deal, Organization, OrganizationMember, Task; update User model 2025-11-22 14:09:45 +05:00
organization_member.py feat: enhance organization management; add member registration and validation, update user registration flow, and improve enum handling 2025-11-29 08:50:11 +05:00
task.py Add models for CRM entities: Activity, Contact, Deal, Organization, OrganizationMember, Task; update User model 2025-11-22 14:09:45 +05:00
token.py feat: implement refresh token functionality; update authentication and token models; add tests for refresh endpoint 2025-11-28 13:56:04 +05:00
user.py Add models for CRM entities: Activity, Contact, Deal, Organization, OrganizationMember, Task; update User model 2025-11-22 14:09:45 +05:00