arbret/backend/services
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 refactors 2025-12-25 00:59:57 +01:00
exchange.py refactors 2025-12-25 18:27:59 +01:00
price.py Extract price logic to PriceService 2025-12-25 18:30:26 +01:00