Open
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.
🚀 작업 배경
AI 코드 분석을 온디맨드 방식으로 전환한 이후, 분석 요청 자체는 정상적으로 완료되어도 우측 분석 사이드바가 로딩 상태를 유지하거나 기존 레코드 데이터로 다시 덮여 분석 결과가 즉시 보이지 않는 문제가 있었습니다.
특히 같은 레코드를 부모 컴포넌트가 다시 전달하는 과정에서, 사이드바가 방금 받은 분석 데이터를 잃고 다시 “분석이 없는 상태”처럼 보일 수 있어 사용자 입장에서는 분석이 끝났는데도 화면이 갱신되지 않는 것처럼 보였습니다.
이번 작업은 분석 완료 직후 사이드바가 즉시 최신 결과를 반영하고, 로딩 상태를 정상적으로 종료하도록 보완하기 위해 진행했습니다.
🛠️ 주요 변경 사항
AnalysisSidebar에서 동일 레코드 재렌더링 시 기존에 반영된 분석 데이터를 보존하도록 수정loading -> ready상태 전환이 일어나도록 수정🔗 관련 이슈