날짜·수익률 표시 오류 수정하고 기록 조회 속도 개선 - #470
Merged
Merged
Conversation
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.
브라우저 시간대에 따라 거래 날짜가 하루 앞당겨지고 월별 수익률이 달라지는 오류를 고쳤습니다. 날짜 표시뿐 아니라 월별 집계, 조회 기간, 적립 여부와 오늘 신호도 한국 시간을 기준으로 계산합니다.
새로고침이 겹쳐도 진행 중인 요청을 취소하지 않게 했고, 조회 실패 시 이전 계좌의 상세 표가 남는 문제를 수정했습니다. 일별 표는 펼쳤을 때 100개씩 표시합니다. 이전·다음 페이지로 넘길 수 있고, 스크롤해도 열 제목은 위에 남습니다. CSV에는 조회 기간 전체를 담습니다.
서버의 DB 조회는 다른 요청을 막지 않도록 분리했습니다. 운영 상태와 검증 자료는 동시 요청에도 한 번만 수집하고, 거래 중지 여부는 매번 새로 확인합니다. 사용 안내에는 실제 화면 캡처를 추가했습니다.
GitHub 자동 검사 도구도 공식 최신 릴리스인 checkout 7.0.1, setup-python·setup-node 7.0.0으로 업데이트해 Node 20 액션 경고를 해결했습니다.
확인 결과
측정 조건과 원본 결과: 계좌 화면 오류·성능 점검