arbret/backend/services
counterweight c4594a3f73
Delegate invite persistence to InviteRepository
- Add create(), update(), and reload_with_relationships() methods to InviteRepository
- Update InviteService to use repository methods instead of direct db operations
2025-12-25 18:52:52 +01:00
..
__init__.py refactors 2025-12-25 00:59:57 +01:00
auth.py Delegate user persistence to UserRepository 2025-12-25 18:52:23 +01:00
availability.py Delegate availability persistence to AvailabilityRepository 2025-12-25 18:51:55 +01:00
exchange.py Move slot expansion logic to ExchangeService 2025-12-25 18:42:46 +01:00
invite.py Delegate invite persistence to InviteRepository 2025-12-25 18:52:52 +01:00
price.py Delegate price persistence to PriceRepository 2025-12-25 18:51:24 +01:00
profile.py Delegate user persistence to UserRepository 2025-12-25 18:52:23 +01:00