Commit Graph

68 Commits

Author SHA1 Message Date
henry 3340fd11ca feat: add stock database with prisma for portfolio persistence
- Initialize Prisma with SQLite and Stock model
- Create database service layer with singleton client
- Add API routes for stock CRUD operations
- Integrate database with analyze page to persist ticker entries
- Add Playwright tests for stock database functionality
2026-05-14 10:23:56 +02:00
henry 0fdd8432a0 fix: add text color to StockViewer input for visibility 2026-05-14 08:17:05 +02:00
henry 41fdc08a6e style: update inputs per design guidelines 2026-05-14 08:15:56 +02:00
henry 988368326c fix: add text color to input fields for visibility 2026-05-14 08:15:17 +02:00
henry 944a7280c9 style: update analyze API to use JSON body 2026-05-14 08:12:37 +02:00
henry 503a1c8bde feat: add analyze page with dataflow visualization 2026-05-14 08:12:12 +02:00
henry bd033a5d84 feat: add analysis API route 2026-05-14 08:06:24 +02:00
henry 0930e11495 feat: add trading graph orchestrator 2026-05-14 08:04:14 +02:00
henry 86fe670ca0 feat: add trader agent 2026-05-14 08:01:59 +02:00
henry e913b32f34 feat: add bullish and bearish researcher agents 2026-05-14 07:59:44 +02:00
henry eb66485e76 feat: add sentiment analyst agent 2026-05-14 07:57:43 +02:00
henry 3536193746 feat: add technical analyst agent 2026-05-14 07:55:42 +02:00
henry 55d6ba4fee feat: add fundamentals analyst agent 2026-05-14 07:54:00 +02:00
henry 7b81adb6a2 feat: add agent types and interfaces 2026-05-14 07:51:33 +02:00
henry 5a99273c9d feat: add OpenRouter API client with free model support 2026-05-14 07:48:51 +02:00
henry 4206b93614 Add Playwright configuration and initial tests for landing page
Copilot Setup Steps / copilot-setup-steps (push) Failing after 17s
- Created playwright.config.ts for test configuration
- Added .last-run.json to store test run status
- Implemented landing.test.ts with tests for navbar visibility and navigation
- Removed unused server proxy configuration from vite.config.ts
2026-05-12 22:10:51 +02:00
henry 8429db504a feat: add stock indicators route and Alpaca account info
- New /stocks route with StockViewer component
- New /api/indicators endpoint with SMA, EMA, RSI, MACD
- New /api/alpaca/account endpoint
- AlpacaAccountInfo component on home page
- Indicator calculation utilities
- Tests for utilities and components
- Vite proxy config for /api
2026-05-12 21:07:18 +02:00
henry 818e179fd0 Initial commit from create-react-router 2026-05-12 19:25:36 +02:00