Skip to content

✨ feat: 유저 내보내기 기능 구현#35

Merged
5nam merged 4 commits intodevelopfrom
refactor/19-club
May 26, 2025
Merged

✨ feat: 유저 내보내기 기능 구현#35
5nam merged 4 commits intodevelopfrom
refactor/19-club

Conversation

@5nam
Copy link
Collaborator

@5nam 5nam commented May 7, 2025

✨ feat: 유저 내보내기 기능 구현

  • feat: 유저 내보내기 기능 구현
  • refactor: 모임 비밀번호 변경 응답 값 변경
  • refactor: 모임 생성할 때, 비밀번호와 비밀번호 확인 유효성 검사 추가

📌 변경 사항 (What’s changed?)

  • 유저 내보내기 기능 구현(UserClub 에서 삭제)
  • 모임 비밀번호 변경 후 변경 완료했다는 응답 값 반환하도록 변경
  • 모임 생성할 때, 변경하는 비밀번호 입력 후 비밀번호 확인 값 체크하는 로직 추가

⚙️ 변경 이유 (Why?)

  • 유저 내보내기 기능 구현
  • 모임 비밀번호 변경 후 응답 값 없는 것에서 변경 완료되었다는 반환 값 추가하는 것이 더 명확
  • 비밀번호 입력과 비밀번호 확인 체크하는게 잘못된 비밀번호 DB에 들어가지 않도록 하는 안정성 높음

✅ 테스트 방법 (How to test?)

  • ClubCommandServiceTest 에 추가

💬리뷰 요구사항

편하게 코드 리뷰해주세요~!

@5nam 5nam self-assigned this May 7, 2025
@5nam 5nam requested a review from y3binchoi as a code owner May 7, 2025 07:51
@5nam 5nam added the ✨ feature New feature or request label May 7, 2025
@5nam 5nam requested a review from hojooo as a code owner May 7, 2025 07:51
@5nam 5nam added the ♻️ refactor Refactor code label May 7, 2025
@5nam 5nam linked an issue May 7, 2025 that may be closed by this pull request
Copy link
Collaborator

@y3binchoi y3binchoi left a comment

Choose a reason for hiding this comment

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

수고하셨어요!! PR을 작은 단위로 해주셔서 확실히 보기 쉬웠어요!!

Copy link
Collaborator

@hojooo hojooo left a comment

Choose a reason for hiding this comment

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

비밀번호 변경 후 반환값 있는 것이 더 명확해서 좋은 것 같아요. 놓치고 있던 부분이네요! 수고하셨습니다!

@5nam 5nam merged commit 550ba06 into develop May 26, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

♻️ refactor Refactor code ✨ feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Club 리팩터링

3 participants