[4주차] 시재욱/[feat] 추가 API 구현#144
Open
seejaewook456-maker wants to merge 1 commit intoLeets-Official:시재욱/mainfrom
Hidden character warning
The head ref may contain hidden characters: "\uc2dc\uc7ac\uc6b1/4\uc8fc\ucc28"
Open
[4주차] 시재욱/[feat] 추가 API 구현#144seejaewook456-maker wants to merge 1 commit intoLeets-Official:시재욱/mainfrom
seejaewook456-maker wants to merge 1 commit intoLeets-Official:시재욱/mainfrom
Conversation
yeonjuncho
approved these changes
Apr 30, 2026
yeonjuncho
left a comment
There was a problem hiding this comment.
👍 코드와 pr을 깔끔하게 작성해주신 것 같습니다.
고생하셨습니다!
LGH0507
approved these changes
Apr 30, 2026
| @Enumerated(EnumType.STRING) | ||
| @Column(nullable = false) | ||
| @Builder.Default | ||
| private PostStatus status = PostStatus.ACTIVE; |
There was a problem hiding this comment.
과제 요구 사항 중 하나인 상태 변화 (ACTIVE->HIDDEN)를 잘 설계하신 것 같아요 👍
| } | ||
|
|
||
| // 댓글 신고 | ||
| public ReportResponse reportComment(Long commentId, ReportCreateRequest request) { |
There was a problem hiding this comment.
예외처리 및 에러 코드 적용, 상태 변화 적용을 잘 설계하셨고, 구조도 깔끔하게 잘 작성하신 것 같습니다 👍
ruchan04
approved these changes
Apr 30, 2026
| .reporterId(report.getReporter().getId()) | ||
| .targetType(report.getTargetType()) | ||
| .targetId(targetId) | ||
| .reason(report.getReason()) |
There was a problem hiding this comment.
💬 신고 사유 필드를 통해 관리자가 신고 내용을 쉽게 파악할 수 있겠네요. 📝 이전에 작성하신 서비스 로직의 title 필드와 이 DTO의 reason 필드 네이밍이 일치하는지 한 번 더 확인해 보시면 완벽할 것 같습니다.
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. 과제 요구사항 중 구현한 내용
2. 핵심 변경 사항
3. 실행 및 검증 결과
게시글 신고
게시글 중복 신고 제한
댓글 신고
댓글 중복 신고 제한
댓글/게시글 신고 처리 완료
4. 완료 사항
5. 추가 사항
#143
제출 체크리스트
{이름}/main브랜치다{이름}/{숫자}주차브랜치다Reviewer 참고