No description
Add Exchange model with: - user_id / user relationship - slot_start / slot_end (datetime) - direction (TradeDirection enum: buy/sell) - eur_amount (int, cents), sats_amount (int) - market_price_eur, agreed_price_eur (float) - premium_percentage (int, snapshot) - status (ExchangeStatus enum) - created_at, cancelled_at, completed_at timestamps - unique constraint on slot_start |
||
|---|---|---|
| .cursor/rules | ||
| .githooks | ||
| backend | ||
| frontend | ||
| scripts | ||
| shared | ||
| .env.example | ||
| .envrc | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| docker-compose.yml | ||
| Makefile | ||