arbret/backend/routes
counterweight badb45da59
Extract price logic to PriceService
- Create PriceService with get_recent_prices() and fetch_and_store_price()
- Update routes/audit.py to use PriceService instead of direct queries
- Use PriceHistoryMapper consistently
- Update test to patch services.price.fetch_btc_eur_price
2025-12-25 18:30:26 +01:00
..
__init__.py first implementation 2025-12-20 22:18:14 +01:00
audit.py Extract price logic to PriceService 2025-12-25 18:30:26 +01:00
auth.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
availability.py refactor(backend): extract date range validation utilities 2025-12-22 00:02:41 +01:00
exchange.py refactors 2025-12-25 18:27:59 +01:00
invites.py refactors 2025-12-25 00:59:57 +01:00
meta.py Add bitcoin_transfer_methods to constants endpoint 2025-12-23 14:28:28 +01:00
profile.py refactors 2025-12-25 00:59:57 +01:00