feat: 백테스트 저장 및 포트폴리오 페이지 구현#67
Merged
Merged
Conversation
- backtest_results 테이블 SQL (RLS 포함) - saveBacktestResult, getBacktestList, getBacktestById, deleteBacktest API - useBacktestList, useBacktestDetail, useSaveBacktest, useDeleteBacktest hooks Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- SaveBacktestButton: 로그인 시 활성화, 비로그인 시 툴팁 안내 - PortfolioPage: 저장된 백테스트 리스트 (테이블 UI + 삭제) - PortfolioDetailPage: BacktestResult 재활용한 상세 페이지 - /portfolio/:backtestId 라우트 추가 - BacktestingPage 목데이터 모드 전환 (기존 API 코드 주석 보존) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- KOSPI 5,300~5,500대, KOSDAQ 1,080~1,150대 (2026년 3월) - 삼성전자 60% + SK하이닉스 40% 5년 백테스트 목데이터 - 실제 주가 추이 기반 (삼성 82K→178K, 하이닉스 135K→1,000K) - MarketIndexSection 목데이터 모드 전환 (기존 API 코드 주석 보존) Co-Authored-By: Claude Opus 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.
closes #65
Summary
Changes
backtest_results테이블 SQL 정의 (RLS 포함)saveBacktestResult,getBacktestList,getBacktestById,deleteBacktestAPIuseBacktestList,useBacktestDetail,useSaveBacktest,useDeleteBacktesthooksSaveBacktestButton: 로그인 시 활성화, 비로그인 시 툴팁 안내PortfolioPage: 저장된 백테스트 리스트 (테이블 UI + 삭제 기능)PortfolioDetailPage:/portfolio/:backtestId상세 페이지Test plan
🤖 Generated with Claude Code