[Refactor] 이슈보드를 작업보드로 변경#36
Merged
Merged
Conversation
08b1a74 to
60b2d0d
Compare
slyhyun
reviewed
May 29, 2026
Collaborator
slyhyun
left a comment
There was a problem hiding this comment.
ChatPage.tsx (line 1572) 워크스페이스별로 사이드바는 visibleRepositories를 쓰는데, OverviewPanel에는 전체 repositories를 넘기고 있음.
그래서 워크스페이스를 바꿔도 통합 개요의 repo 수/PR/이슈 합계와 카드 목록은 전체 워크스페이스 기준으로 보일 수 있습니다. repositories={visibleRepositories}가 맞아 보임.
추가로 ChatPage.tsx (line 68) 여러 repo가 같은 채널 id(frontend-chat, backend-chat, review-room)를 공유하는데, reverse map은 마지막 repo만 남김.
그래서 ChannelPanel 전달 (line 1590) 시 선택한 워크스페이스의 repo가 아니라 *-3 repo로 고정될 수 있음.
여기서는 REPO_CHANNEL_IDS_REVERSE[selectedChannel]보다 selectedRepository를 쓰는 쪽이 안전해보임.
fe5d949 to
ae4aba4
Compare
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.
🔎 What
🔗 Issue
✅ 체크리스트