Skip to content

[FEATURE] 회원탈퇴 #123

@DooHyoJeong

Description

@DooHyoJeong

#️⃣ 어떤 기능인가요?

회원 탈퇴 기능
사용자 계정은 삭제하고, 마커/리뷰 데이터는 유지, 초대 내역, 지도 참여자, 알람 삭제

#️⃣ 이 기능이 필요한 이유는 무엇인가요?

  • 사용자 탈퇴 시 콘텐츠는 유지하고 계정만 제거 필요
  • 초대 내역, 지도 참여자, 알림 은 불필요한 관계 데이터라 정리 필요

구현 방안 (선택)

  • User hard delete 처리
  • map_participation, map_invitation, notifications 삭제(cascade 처리)
  • maker, review 내 user_id 는 delete set null로 처리

#️⃣ 작업 상세 내용

  • 회원 탈퇴 API 구현 (hard delete)
  • map_participation, map_invitation, notifications 삭제
  • maker, review 내 user_id 는 delete set null로 처리

Metadata

Metadata

Assignees

Labels

feature기능 구현 (Jira: Story)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions