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 #95 회원탈퇴 API 구현 #95

Merged
merged 4 commits into from
Feb 5, 2025
Merged

Feat #95 회원탈퇴 API 구현 #95

merged 4 commits into from
Feb 5, 2025

Conversation

hyxklee
Copy link
Member

@hyxklee hyxklee commented Feb 4, 2025

📌 관련 이슈

관련 이슈 번호 #81
Close #81

🚀 작업 내용

  • 회원탈퇴 API를 구현했습니다
  • 소프트 딜리트로 구현함에 따라 외부에서 멤버를 조회하는 메서드에 ACTIVE로 조회하고, 임시 유저는 그냥 조회하도록 분리를 했습니다.
  • 차후 채팅 메시지 수정, 친구/블랙 리스트 삭제를 위해 의존성을 낮추고자 별도 서비스로 분리했습니다.

📸 스크린샷

📢 리뷰 요구사항

  • 유저 도메인 담당자 분 께서는 문제가 없는지 유심히 봐주시면 감사하겠습니다..

@hyxklee hyxklee added the ✨ Feature 기능 개발 및 요구사항 변경 반영 label Feb 4, 2025
@hyxklee hyxklee self-assigned this Feb 4, 2025
@hyxklee hyxklee changed the title Feat #84 회원탈퇴 API 구현 Feat #95 회원탈퇴 API 구현 Feb 4, 2025
Copy link
Collaborator

@soyesenna soyesenna left a comment

Choose a reason for hiding this comment

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

고생하셨습니당!!

@@ -1,5 +1,5 @@
package com.gachtaxi.domain.members.entity.enums;

public enum UserStatus {
ACTIVE, INACTIVE
ACTIVE, INACTIVE, DELETED
Copy link
Member

Choose a reason for hiding this comment

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

고생하셨습니다 !

추후에 회원탈퇴 방식은 리팩토링시 회의를 다시 해보는 것도 좋을거같아용

@hyxklee hyxklee merged commit cffb1be into dev Feb 5, 2025
2 checks passed
@hyxklee hyxklee deleted the feat/#81/회원-탈퇴 branch February 5, 2025 02:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발 및 요구사항 변경 반영
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat]: #81 회원탈퇴 API 구현
3 participants