Skip to content
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

Merged
merged 9 commits into from
Jan 27, 2025

Conversation

jj0526
Copy link
Contributor

@jj0526 jj0526 commented Jan 25, 2025

개요

PR 유형

어떤 변경 사항이 있나요?

  • 새로운 기능 추가
  • 버그 수정
  • CSS 등 사용자 UI 디자인 변경
  • 코드에 영향을 주지 않는 변경사항(오타 수정, 탭 사이즈 변경, 변수명 변경)
  • 코드 리팩토링
  • 주석 추가 및 수정
  • 문서 수정
  • 테스트 추가, 테스트 리팩토링
  • 빌드 부분 혹은 패키지 매니저 수정
  • 파일 혹은 폴더명 수정
  • 파일 혹은 폴더 삭제

PR Checklist

PR이 다음 요구 사항을 충족하는지 확인하세요.

  • 커밋 메시지 컨벤션에 맞게 작성했습니다.
  • 변경 사항에 대한 테스트를 했습니다.(버그 수정/기능에 대한 테스트).

📣 To Reviewers

수정 사항

  • 조회 시 reportId를 반환하도록 수정
  • 조회 시 유저 프로필 사진 반환하도록 수정
  • 신고할 때 memberId 사용하도록 수정
  • 신고에 메세지 필드 추가

@jj0526 jj0526 added the refactor 코드 리팩토링 label Jan 25, 2025
@jj0526 jj0526 requested a review from a team January 25, 2025 17:09
@jj0526 jj0526 self-assigned this Jan 25, 2025
@jj0526 jj0526 linked an issue Jan 25, 2025 that may be closed by this pull request
3 tasks
Copy link
Contributor

@dyk-im dyk-im left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수정된 로직 모두 확인했습니다! 일부 변화를 주신 부분에서 궁금한 부분이 있어 리뷰 남겼으니 확인 부탁드려요!

.chatMessage(report.getChatMessage())
.build();
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

실제 서비스를 사용함에 있어서 , 위 DTO는 관리자 영역인가요? 아니면 회원 영역인가요?
제가 경험했던 많은 앱에서는 개인이 신고한 회원들 목록을 제공하지 않았던거 같아서 궁금해서 남깁니다!

Copy link
Contributor Author

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;

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

final 추가해주신것 좋은 설계 같습니다!

@seokjun01
Copy link
Contributor

간단하게 궁금한 점 남겨놨습니다 답변 부탁드립니다!
그리고 크게 수정할 사항들은 보이지 않아 , 승인하겠습니다! 고생하셨어요!

@dyk-im dyk-im added the 시현 label Jan 27, 2025
@jj0526 jj0526 merged commit 1fd911d into dev Jan 27, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor 코드 리팩토링 시현
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[refactor] 회원 신고 로직 수정
4 participants