Tasks #3 and #5: Frontend bootstrap + Backend API endpoints#5
Merged
Conversation
- backend/app/db/: SQLite schema, init/seed, repository CRUD (Tasks #1, #4) - backend/app/api/: portfolio and watchlist REST endpoints (Task #5) - backend/app/main.py: FastAPI app with lifespan, SSE stream, snapshot loop - backend/tests/db/: 32 passing DB unit tests - frontend/: Next.js static export with Tailwind v4 dark theme - frontend/app/page.tsx: full terminal layout shell (header, watchlist, chart, trade bar, heatmap, P&L, positions, chat) - frontend/lib/types.ts + api.ts: TypeScript types and fetch wrappers for all API endpoints - scripts/: start/stop scripts for macOS and Windows - .env.example, db/.gitkeep, .gitignore fix for frontend/lib - planning/PLAN.md: updated status — Tasks #6, #7, #10 now unblocked Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
page.tsx, TypeScript types and API fetch wrappers infrontend/lib/.env.example,db/.gitkeep,.gitignorefix forfrontend/lib/What's unblocked next
POST /api/chatwith OpenAI structured outputs + mock modeuseSSE.tshook, Header, WatchlistPanel, SparklineTest plan
cd backend && uv run --extra dev pytest -v— 32 DB tests passcd frontend && npm run build— static export toout/succeedsplanning/PLAN.mdSection 13 for accurate status🤖 Generated with Claude Code