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] (자발적) 회원 탈퇴 기능을 구현한다. #371

Closed
3 tasks done
somsom13 opened this issue Sep 7, 2023 · 0 comments · Fixed by #372
Closed
3 tasks done

[FEAT] (자발적) 회원 탈퇴 기능을 구현한다. #371

somsom13 opened this issue Sep 7, 2023 · 0 comments · Fixed by #372
Assignees
Labels
[ 🌙 BE ] 백엔드 크루들의 멋진 개발 이야기 하나둘셋 야! ✨ Feat 꼼꼼한 기능 구현 중요하죠

Comments

@somsom13
Copy link
Collaborator

somsom13 commented Sep 7, 2023

🤷 구현할 기능

사용자가 회원 탈퇴 버튼을 눌렀을 때, 회원이 탈퇴되는 기능을 구현한다.

🔨 상세 작업 내용

  • DELETE /members{member_id} 로 요청을 보내면 회원을 삭제한다.
  • 이미 삭제된 회원이라면 400 상태코드를 반환한다.
  • 사용자는 Hard Delete 한다.

📄 참고 사항

⏰ 예상 작업 시간

1시간

⏰ 마감일

2023년 09월 07일

@somsom13 somsom13 added [ 🌙 BE ] 백엔드 크루들의 멋진 개발 이야기 하나둘셋 야! ✨ Feat 꼼꼼한 기능 구현 중요하죠 labels Sep 7, 2023
@somsom13 somsom13 self-assigned this Sep 7, 2023
somsom13 added a commit that referenced this issue Sep 9, 2023
* feat: 회원 탈퇴 기능 구현

* fix: `@Transactional` 추가

* feat: 개발 서버 노래 수집 데이터 수정
@github-project-automation github-project-automation bot moved this from Todo to Done in 2023-shook Sep 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[ 🌙 BE ] 백엔드 크루들의 멋진 개발 이야기 하나둘셋 야! ✨ Feat 꼼꼼한 기능 구현 중요하죠
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant