arbret/backend
counterweight 74b934135a
Step 2: Add seeding logic for pricing config
- Add seed_pricing_config() function to seed.py
- Seed initial values from shared/constants.json
- Add seeding to seed_e2e.py for E2E tests
- Add tests for seeding functionality
2025-12-26 20:11:00 +01:00
..
models Step 1: Add PricingConfig model and PricingRepository 2025-12-26 20:08:35 +01:00
repositories Step 1: Add PricingConfig model and PricingRepository 2025-12-26 20:08:35 +01:00
routes working 2025-12-26 19:21:34 +01:00
schemas refactors 2025-12-26 20:04:46 +01:00
services Complete repository delegation - remove remaining direct db operations 2025-12-25 18:57:55 +01:00
tests Step 2: Add seeding logic for pricing config 2025-12-26 20:11:00 +01:00
utils refactors 2025-12-25 18:27:59 +01:00
auth.py refactors 2025-12-25 00:59:57 +01:00
database.py Extract duplicated DATABASE_URL parsing to database.py 2025-12-21 23:16:29 +01:00
date_validation.py refactor(backend): extract date range validation utilities 2025-12-22 00:02:41 +01:00
env.example reviewed 2025-12-20 22:38:39 +01:00
exceptions.py Move slot expansion logic to ExchangeService 2025-12-25 18:42:46 +01:00
invite_utils.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
main.py working 2025-12-26 19:21:34 +01:00
mappers.py refactors 2025-12-25 18:27:59 +01:00
pagination.py refactor(backend): extract pagination utilities 2025-12-22 00:00:24 +01:00
price_fetcher.py feat: add explicit 30 second timeout for Bitfinex API requests 2025-12-22 16:07:33 +01:00
pyproject.toml fast back 2025-12-25 00:33:05 +01:00
pytest.ini tests passing 2025-12-18 22:08:31 +01:00
seed.py Step 2: Add seeding logic for pricing config 2025-12-26 20:11:00 +01:00
seed_e2e.py Step 2: Add seeding logic for pricing config 2025-12-26 20:11:00 +01:00
shared_constants.py Add Lightning amount threshold validation 2025-12-23 14:46:03 +01:00
validate_constants.py Update constants validation to check bitcoinTransferMethods and lightningMaxEur 2025-12-23 14:26:24 +01:00
validation.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
words.txt first implementation 2025-12-20 11:12:11 +01:00