Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates comment-related DTOs and service wiring so REST and SSE responses include the latest question resolution state and comment ownership metadata.
Changes:
- Adds
isResolvedto comment creation and comment-created SSE responses. - Adds
isMineto comment detail responses for top-level comments and replies. - Clarifies comments around manual admin status changes versus automatic unresolved transitions.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
backend/src/main/java/com/example/Piroin/project/domain/question/service/QuestionService.java |
Wires new response fields and returns updated resolution state after comment creation. |
backend/src/main/java/com/example/Piroin/project/domain/question/dto/QuestionResDTO.java |
Extends comment and SSE response records with new fields. |
backend/src/main/java/com/example/Piroin/project/domain/question/controller/QuestionController.java |
Adds clarification comment for status update flow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
#️⃣연관된 이슈
#132
📝작업 내용
댓글 작성 응답에 최신 질문 상태 추가
CommentCreateRes에isResolved필드 추가댓글 생성 SSE 이벤트에 최신 질문 상태 추가
CommentCreatedEvent에isResolved필드 추가댓글 조회 응답에 내 댓글 여부 추가
CommentResponse에isMine필드 추가isMine값을 포함하도록 처리질문 상태 변경 흐름 주석 보완