arbret/backend/schemas
counterweight d317939ad0
Step 5: Update exchange price endpoint to use new pricing config
- Update ExchangeConfigResponse schema with direction-specific fields
- Remove premium_percentage from PriceResponse (now in config)
- Update price endpoint to load pricing config from database
- Update frontend to use direction-specific min/max and calculate premium
- Update tests to seed pricing config
- Add logic to clamp amount when direction changes
2025-12-26 20:20:23 +01:00
..
__init__.py Step 3: Add admin API endpoints for pricing configuration 2025-12-26 20:13:24 +01:00
auth.py refactors 2025-12-26 20:04:46 +01:00
availability.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
meta.py refactors 2025-12-26 20:04:46 +01:00
pagination.py refactors 2025-12-26 20:04:46 +01:00
price.py Step 5: Update exchange price endpoint to use new pricing config 2025-12-26 20:20:23 +01:00
pricing.py Step 3: Add admin API endpoints for pricing configuration 2025-12-26 20:13:24 +01:00
profile.py refactors 2025-12-26 20:04:46 +01:00
user.py refactors 2025-12-26 20:04:46 +01:00