No description
Find a file
Viktor Barzin f121f376ae
feat: dashboard setup with passkey authentication
Scaffold Vite + React + TypeScript project with Tailwind CSS dark theme.
Add Axios API client with JWT interceptor and auto-refresh, WebAuthn
passkey auth flow (register/login), protected route wrapper, and React
Router with public and protected routes.
2026-02-22 15:54:32 +00:00
.claude Add trading bot design document 2026-02-22 13:53:57 +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 setup with passkey authentication 2026-02-22 15:54:32 +00:00
docs/plans Add sprint plan — 6 sprints with goals and acceptance criteria 2026-02-22 15:08:17 +00:00
services feat: learning engine — multi-armed bandit strategy weight adjustment 2026-02-22 15:43:11 +00:00
shared feat: signal generator — weighted ensemble with market data 2026-02-22 15:36:04 +00:00
tests Merge branch 'worktree-agent-ada4003e' 2026-02-22 15:43:54 +00:00
.env.example feat: docker compose infrastructure — postgres+timescaledb, redis, ollama 2026-02-22 15:11:50 +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: docker compose infrastructure — postgres+timescaledb, redis, ollama 2026-02-22 15:11:50 +00:00
pyproject.toml feat: backtesting engine — historical replay with shared strategies 2026-02-22 15:43:19 +00:00