feat(web, server): 적용사항 대시보드 개선 - #14
Open
ggamnunq wants to merge 9 commits into
Open
Conversation
프론트에서 커밋 카드에 작성자와 변경 라인 수를 표시하려면 별도 조회 없이 바로 쓸 수 있는 필드가 필요해 RecommendedCommitDTO·ConnectedCommitDTO에 authorName/addedLines/deletedLines를 추가했다. mock.sql은 직접 연결 목록의 무한 스크롤(PAGE_SIZE=10) 검증을 위해 repository 1의 커밋을 10건에서 16건으로 늘렸다.
서버가 추천/연결 커밋에 작성자·라인 수를 직접 내려주므로 직접 연결 목록과 해시를 매칭해 값을 채우던 우회 로직을 제거했다. 연결 해제 실패 메시지도 연결 실패 메시지와 같은 스타일로 화면에 표시하고, CommitCard의 삭제 라인 색상을 임의 팔레트 값 대신 다른 화면과 같은 시맨틱 토큰(--color-status-error)으로 통일했다.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
WhyLog AI 리뷰결과: ✅ 차단 항목 없음 · 모델: Google 적용사항 대시보드의 '코드 반영' 탭 구현 및 커밋 상세 정보(작성자, 추가/삭제 라인 수) 제공을 위한 백엔드 API/DTO 확장 작업입니다. 백엔드와 프론트엔드 변경사항 모두 정해진 규칙과 구조를 잘 준수하고 있습니다. PR 리뷰 문서: 차단없음 제안없음 이 코멘트는 새 실행 때 갱신됩니다. 차단 항목은 사람이 타당성을 확인한 뒤 수정하세요. |
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.
작업내용
기존 적용사항 대시보드에서 새로운 화면으로 재구현 탭 기반으로 재구성
개요, 관계도, 원문맥락, 코드반영으로 나뉜다.
포함된 영역
예측 (작업 초기 PR 생성 시 작성)
결과 (머지 전 작성)
리뷰 요청
x
메모
x