arbret/backend/models
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
associations.py refactors 2025-12-26 20:04:46 +01:00
availability.py refactors 2025-12-26 20:04:46 +01:00
enums.py refactors 2025-12-26 20:04:46 +01:00
exchange.py refactors 2025-12-26 20:04:46 +01:00
invite.py refactors 2025-12-26 20:04:46 +01:00
price_history.py refactors 2025-12-26 20:04:46 +01:00
pricing_config.py Step 1: Add PricingConfig model and PricingRepository 2025-12-26 20:08:35 +01:00
role_config.py refactors 2025-12-26 20:04:46 +01:00
types.py refactors 2025-12-26 20:04:46 +01:00
user.py refactors 2025-12-26 20:04:46 +01:00