docs(phase2): Stage 2 (KIS API 포팅) 완료 상태 문서화

**이 커밋 기준 현황:**

Phase 1: Web UI 마이그레이션  COMPLETE
- MudBlazor → Fluent UI v5 (RC) 완전 전환
- 모든 페이지 마이그레이션 완료 (0% MudBlazor 잔존)

Phase 2: KIS API 및 데이터 수집 파이프라인 🔄 IN PROGRESS
 완료된 작업:
- KisApiClient: 5가지 quotation 메서드 (읽기 전용)
- 보안: AssertReadOnly enforcement (trading API 차단)
- PostgreSQL: TokenCache, CollectionRepository 구현
- Web API: 6가지 Collection 엔드포인트
- Blazor UI: Collection.razor 대시보드 완성
- Build: 0 에러 (6개 RC 경고는 패키지 RC 버전 이슈)

📋 진행 중:
- Collection 엔드포인트 통합 테스트
- Python subprocess 임시 연계 (Phase 2 단계별 구현)

**CLAUDE.md 업데이트 내용:**
- Phase 1~3 상태 요약
- KIS API 보안 정책 문서화
- Collection API 엔드포인트 명세
- 개발 커맨드 추가 (Phase 2 테스팅 가이드)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-06-29 23:23:25 +09:00
parent c5e6a013f4
commit 5c68e9526c
335 changed files with 3067 additions and 29 deletions
@@ -0,0 +1,56 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v10.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v10.0": {
"QuantEngine.Tools/1.0.0": {
"dependencies": {
"QuantEngine.Application": "1.0.0",
"QuantEngine.Core": "1.0.0"
},
"runtime": {
"QuantEngine.Tools.dll": {}
}
},
"QuantEngine.Application/1.0.0": {
"dependencies": {
"QuantEngine.Core": "1.0.0"
},
"runtime": {
"QuantEngine.Application.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"QuantEngine.Core/1.0.0": {
"runtime": {
"QuantEngine.Core.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
}
}
},
"libraries": {
"QuantEngine.Tools/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"QuantEngine.Application/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"QuantEngine.Core/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
@@ -0,0 +1,13 @@
{
"runtimeOptions": {
"tfm": "net10.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "10.0.0"
},
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}
@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v10.0", FrameworkDisplayName = ".NET 10.0")]
@@ -0,0 +1,22 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("QuantEngine.Tools")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+c5e6a013f40060315f33535da0c1f8af21134d52")]
[assembly: System.Reflection.AssemblyProductAttribute("QuantEngine.Tools")]
[assembly: System.Reflection.AssemblyTitleAttribute("QuantEngine.Tools")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.
@@ -0,0 +1 @@
4bad5b92be324d9dcf5d5e183111c39115ee05883363d663d31882586dcbfc6e
@@ -0,0 +1,18 @@
is_global = true
build_property.TargetFramework = net10.0
build_property.TargetFrameworkIdentifier = .NETCoreApp
build_property.TargetFrameworkVersion = v10.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property.EntryPointFilePath =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = QuantEngine.Tools
build_property.ProjectDir = C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.EffectiveAnalysisLevelStyle = 10.0
build_property.EnableCodeStyleSeverity =
@@ -0,0 +1,8 @@
// <auto-generated/>
global using System;
global using System.Collections.Generic;
global using System.IO;
global using System.Linq;
global using System.Net.Http;
global using System.Threading;
global using System.Threading.Tasks;
@@ -0,0 +1 @@
2490a4d1b774178fcc0778ed2f1a8c56953e2c7e2c47937b42724ddde96181b7
@@ -0,0 +1,20 @@
C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\bin\Release\net10.0\QuantEngine.Tools.exe
C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\bin\Release\net10.0\QuantEngine.Tools.deps.json
C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\bin\Release\net10.0\QuantEngine.Tools.runtimeconfig.json
C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\bin\Release\net10.0\QuantEngine.Tools.dll
C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\bin\Release\net10.0\QuantEngine.Tools.pdb
C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\bin\Release\net10.0\QuantEngine.Application.dll
C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\bin\Release\net10.0\QuantEngine.Core.dll
C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\bin\Release\net10.0\QuantEngine.Core.pdb
C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\bin\Release\net10.0\QuantEngine.Application.pdb
C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\obj\Release\net10.0\QuantEngine.Tools.csproj.AssemblyReference.cache
C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\obj\Release\net10.0\QuantEngine.Tools.GeneratedMSBuildEditorConfig.editorconfig
C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\obj\Release\net10.0\QuantEngine.Tools.AssemblyInfoInputs.cache
C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\obj\Release\net10.0\QuantEngine.Tools.AssemblyInfo.cs
C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\obj\Release\net10.0\QuantEngine.Tools.csproj.CoreCompileInputs.cache
C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\obj\Release\net10.0\QuantEng.78F9363A.Up2Date
C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\obj\Release\net10.0\QuantEngine.Tools.dll
C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\obj\Release\net10.0\refint\QuantEngine.Tools.dll
C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\obj\Release\net10.0\QuantEngine.Tools.pdb
C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\obj\Release\net10.0\QuantEngine.Tools.genruntimeconfig.cache
C:\Temp\data_feed\src\dotnet\QuantEngine.Tools\obj\Release\net10.0\ref\QuantEngine.Tools.dll
@@ -0,0 +1 @@
dae588d3b69f6c2f8da24f9a30391af4c6ab686a695e60e1813806779915f8f1