[Feat/#43] - 사용자 탈퇴 사유 수집 기능#44
Conversation
사용자 탈퇴 사유 입력 받는 reqdto 추가
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Code Review
This pull request introduces a feature to capture and save user deletion reasons during the account withdrawal process. It adds a new UserDeleteReason entity, repository, enum, and request DTO, and updates the user controller and service to process and validate these reasons. The review feedback highlights critical improvements: adding the missing @Valid annotation on the controller endpoint to enforce request validation, correcting the HTTP status code for invalid deletion requests from NOT_FOUND to BAD_REQUEST, and enforcing database-level nullability constraints on the deletion reason enum field.



💻 관련 이슈
✨ 작업 내용
📄 상세 내용
📷 스크린샷
✅ 체크리스트
❕리뷰 요구 사항