henry
2ab55060f3
feat: wire TradingGraph to use settings for model, temperature, and risk config
2026-05-16 21:37:27 +02:00
henry
0ee89cf052
feat(settings): add settings route and API updates\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-16 20:19:35 +02:00
henry
91659e997a
Build: make server-only imports dynamic in analyze route to avoid client bundling errors\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-16 17:58:25 +02:00
henry
b2e0568bfd
Fix(types): LLM types, execution LLM call safety, analyze defaults; skip tests in tsconfig for dev typecheck\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-16 17:57:53 +02:00
henry
329b83a17c
UI: ensure dark text on job detail and job history cards (avoid white-on-light backgrounds)\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-16 15:13:38 +02:00
henry
d9f9150d68
Add job queue for background analyze, enqueue from API, update MostActiveStocks form POST, add Playwright E2E for Save button
2026-05-16 14:22:13 +02:00
henry
a9e73e8e0b
API: support background analyze - enqueue TradingGraph and persist decision to DB when body.background is true\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-16 14:19:10 +02:00
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
944a7280c9
style: update analyze API to use JSON body
2026-05-14 08:12:37 +02:00
henry
bd033a5d84
feat: add analysis API route
2026-05-14 08:06:24 +02:00