No description
Find a file
Viktor Barzin 2a56727267
fix: resolve 8 critical issues from code review
C1: Fix BacktestDataLoader constructor args (was passing wrong kwargs)
C2: Fix BacktestResult attribute names (max_drawdown_pct, avg_hold_duration)
C3: Remove insecure JWT secret default (now required via env var)
C4: Fix .env.example to use TRADING_ prefix for all config vars
C5: Add missing fields to portfolio endpoint (daily_pnl_pct, total_pnl, trading_active)
C6: Add missing /portfolio/metrics endpoint
C7: Add 'value' field to equity curve response for frontend compatibility
C8: Add 6M/ALL periods and case-insensitive period enum parsing
Also: make app creation lazy to avoid config validation at import time
2026-02-22 17:48:40 +00:00
.claude Add project knowledge file for Claude Code sessions 2026-02-22 17:25:27 +00:00
alembic chore: remove alembic versions pycache [ci skip] 2026-02-22 15:20:19 +00:00
backtester feat: backtesting engine — historical replay with shared strategies 2026-02-22 15:43:19 +00:00
dashboard feat: dashboard trading views -- portfolio, trades, strategies, news, backtest 2026-02-22 15:54:44 +00:00
docker feat: dockerfiles and full docker-compose orchestration 2026-02-22 16:02:34 +00:00
docs/plans Add sprint plan — 6 sprints with goals and acceptance criteria 2026-02-22 15:08:17 +00:00
scripts feat: integration tests, seed data, and smoke test script 2026-02-22 16:02:44 +00:00
services fix: resolve 8 critical issues from code review 2026-02-22 17:48:40 +00:00
shared feat: trading strategies — momentum, mean reversion, news-driven 2026-02-22 15:32:18 +00:00
tests feat: integration tests, seed data, and smoke test script 2026-02-22 16:02:44 +00:00
.env.example fix: resolve 8 critical issues from code review 2026-02-22 17:48:40 +00:00
.gitignore feat: docker compose infrastructure — postgres+timescaledb, redis, ollama 2026-02-22 15:11:50 +00:00
alembic.ini feat: database models and alembic migrations — all tables per design 2026-02-22 15:17:07 +00:00
docker-compose.yml feat: dockerfiles and full docker-compose orchestration 2026-02-22 16:02:34 +00:00
pyproject.toml feat: integration tests, seed data, and smoke test script 2026-02-22 16:02:44 +00:00