api/app/routers
2026-07-25 13:48:00 +07:00
..
__init__.py Implement subscription, tenant, and user services with CRUD operations and associated tests 2026-07-17 23:36:31 +07:00
auth.py Implement email verification flow: add EmailVerificationToken model, update user registration and login status handling, and create verification endpoints 2026-07-25 13:48:00 +07:00
business_types.py Add toggle status functionality for business types and update listing filter 2026-07-24 11:47:45 +07:00
plans.py Remove 'code' field from Plan model, schemas, factory, and service; update related tests and API endpoints 2026-07-24 13:02:29 +07:00
subscriptions.py Implement subscription, tenant, and user services with CRUD operations and associated tests 2026-07-17 23:36:31 +07:00
tenants.py Implement email verification flow: add EmailVerificationToken model, update user registration and login status handling, and create verification endpoints 2026-07-25 13:48:00 +07:00
users.py Refactor user management module: remove timezone field, add address, pob, and dob; update related schemas, services, and tests; simplify list users endpoint to support status filtering 2026-07-25 12:14:25 +07:00