Skip to content

[Refactor] 회원 삭제 소프트 방식으로 변경#269

Merged
simhyunmin merged 5 commits intodevfrom
refactor/#267
Dec 29, 2025
Merged

[Refactor] 회원 삭제 소프트 방식으로 변경#269
simhyunmin merged 5 commits intodevfrom
refactor/#267

Conversation

@simhyunmin
Copy link
Contributor

🔥 Pull Request

⛳️ Branch

👷 Work Done

  • 회원 삭제 방식 소프트 삭제 방식으로 변경 및 계정 복구 API 추가

✅ Changes

  • 회원 삭제를 위한 스케줄러 추가
    • 15일 이전에 삭제된 계정 하드 삭제
  • 현재 프로젝트 내 스케줄러가 여러개 존재하기 때문에 이를 위한 스케줄 설정 클래스 생성
    • 스케줄러를 위한 스레드 풀 2개로 설정 (기본은 1개)
  • 계정 복구 API 추가 ("/api/v1/members/{provider}/reactivate")

🚨 Notes

📟 Related Issues

@simhyunmin simhyunmin self-assigned this Dec 29, 2025
@simhyunmin simhyunmin added the 🔨 Refactor 코드 리팩토링 label Dec 29, 2025
@simhyunmin simhyunmin linked an issue Dec 29, 2025 that may be closed by this pull request
1 task
@simhyunmin simhyunmin merged commit 9753fda into dev Dec 29, 2025
@simhyunmin simhyunmin deleted the refactor/#267 branch January 4, 2026 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔨 Refactor 코드 리팩토링

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Refactor] 회원 탈퇴 시 하드 삭제 -> 소프트 방식으로 변경

1 participant