-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Refactor] 회원 신고 로직 수정 #99
The head ref may contain hidden characters: "refactor/#89-\uD68C\uC6D0-\uC2E0\uACE0-\uB85C\uC9C1-\uC218\uC815"
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수정된 로직 모두 확인했습니다! 일부 변화를 주신 부분에서 궁금한 부분이 있어 리뷰 남겼으니 확인 부탁드려요!
src/main/java/com/example/eatmate/app/domain/report/dto/ReportRequestDto.java
Show resolved
Hide resolved
.chatMessage(report.getChatMessage()) | ||
.build(); | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
실제 서비스를 사용함에 있어서 , 위 DTO는 관리자 영역인가요? 아니면 회원 영역인가요?
제가 경험했던 많은 앱에서는 개인이 신고한 회원들 목록을 제공하지 않았던거 같아서 궁금해서 남깁니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 DTO는 회원 영역입니다! 피그마에 신고 내역 조회에 회원들 목록이 있어 추가하였습니다
|
||
private LocalDateTime time; | ||
private final String chatMessage; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
final 추가해주신것 좋은 설계 같습니다!
간단하게 궁금한 점 남겨놨습니다 답변 부탁드립니다! |
개요
PR 유형
어떤 변경 사항이 있나요?
PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.
📣 To Reviewers
수정 사항