Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
#️⃣연관된 이슈
📝작업 내용
1. 운영진 댓글 작성 시 자동 '해결됨' 처리 제거
수동 조작으로만 가능하도록 통일
백엔드 QuestionService.createComment에 이미 구현되어 있어 변경 없음
2. 해결된 질문 카드 옅은 회색 배경 처리
questionCardResolved 클래스를 조건부로 추가
미해결 질문과 쉽게 구분 가능
3. 댓글 중복 등록 버그 수정
갱신하던 낙관적 업데이트 코드 제거
댓글 미리보기 갱신하도록 통일
수정 파일
영향받지 않는 부분
🛠️테스트 방법
→ 질문이 자동으로 해결됨 처리되지 않는지 확인
→ 목록으로 돌아왔을 때 해당 질문 카드가 옅은 회색으로 표시되는지 확인
→ 미해결로 전환되고 카드 색상도 흰색으로 돌아오는지 확인
Closes #226