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

[feat]: 회원탈퇴 API 구현 #73

Merged
merged 17 commits into from
Feb 11, 2024
Merged

[feat]: 회원탈퇴 API 구현 #73

merged 17 commits into from
Feb 11, 2024

Conversation

wu-seong
Copy link
Contributor

PULL REQUEST

🎋 작업중인 브랜치

💡 작업동기

  • �회원탈퇴 메서드 구현

🔑 주요 변경사항

  • 카카오/애플 회원탈퇴 API에 앱 연동 해지 로직 추가
  • WebConfig, JwtAuthFilter 구조 리팩토링
  • FieldOfWork에 필드 추가 하여 요청/응답 "_" -> "•" 으로 수정
  • UserContorller에 회원 완전 탈퇴 테스트 API 추가

💡 관련 이슈

  • 카카오는 회원탈퇴 테스트 됐는데 애플은 아직 안돼서 배포서버에서 해볼 예정

@wu-seong wu-seong added ✨ feat 새로운 기능 추가 🧪 test 테스트 코드, 리팩토링 테스트 코드 추가 labels Feb 10, 2024
@wu-seong wu-seong self-assigned this Feb 10, 2024
@wu-seong wu-seong linked an issue Feb 10, 2024 that may be closed by this pull request
4 tasks
Copy link
Contributor

@kimjm9841 kimjm9841 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다~!

// 유저가 회원가입을 했고 id가 6인 상황

//유저 id 6인 사용자가 회원탈퇴 버튼 누름
User user = userService.getUser(6l);
Copy link
Contributor

@kimjm9841 kimjm9841 Feb 10, 2024

Choose a reason for hiding this comment

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

여기서 id가 6인 사용자가 없으면 어떻게 되나요? 그리고 한 달 안 지나서 hard delete 대상에 포함 안 되지 않나용?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

이건 사실 테스트 만드려다가 실패한 코드이긴한데.. 이거 아예 지우고 수정해서 다시 올리겠습니다!

@wu-seong wu-seong merged commit 29177da into dev Feb 11, 2024
@wu-seong wu-seong deleted the feat/#66 branch February 13, 2024 03:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feat 새로운 기능 추가 🧪 test 테스트 코드, 리팩토링 테스트 코드 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat]: 회원탈퇴 구현
2 participants