arbret/backend/repositories
counterweight 32ce27180d
Step 1: Add PricingConfig model and PricingRepository
- Create PricingConfig model with all required fields (premium settings, trade limits)
- Implement PricingRepository with singleton pattern (get_current, create_or_update)
- Add comprehensive tests for repository functionality
- Export model and repository in __init__.py files
2025-12-26 20:08:35 +01:00
..
__init__.py Step 1: Add PricingConfig model and PricingRepository 2025-12-26 20:08:35 +01:00
availability.py Complete repository delegation - remove remaining direct db operations 2025-12-25 18:57:55 +01:00
exchange.py Delegate exchange persistence to ExchangeRepository 2025-12-25 18:54:29 +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
pricing.py Step 1: Add PricingConfig model and PricingRepository 2025-12-26 20:08:35 +01:00
role.py refactors 2025-12-25 18:27:59 +01:00
user.py Complete repository delegation - remove remaining direct db operations 2025-12-25 18:57:55 +01:00