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

회원 탈퇴시 이미지 파일 삭제 #109

Open
4 tasks
junhaesung opened this issue Aug 12, 2022 · 0 comments
Open
4 tasks

회원 탈퇴시 이미지 파일 삭제 #109

junhaesung opened this issue Aug 12, 2022 · 0 comments
Assignees
Labels
refactor 내부 구조 개선

Comments

@junhaesung
Copy link
Member

junhaesung commented Aug 12, 2022

Feature Description

  • 회원 탈퇴 로직 개선

AS-IS

  • s3 에 업로드된 이미지는 삭제 안함
  • api 호출시 동기적으로 db 데이터 삭제 완료 후 응답

TO-BE

  • s3 업로드된 이미지 삭제
  • 멤버 상태 추가, 탈퇴상태로 변경 후 응답
  • 일정 기간 지난 후 배치로 나머지 데이터 처리

Todo list

  • 멤버 상태 추가
  • 탈퇴 처리 배치 추가
  • s3 이미지 삭제
  • 파일 테이블 추가 (상태 관리)
@junhaesung junhaesung added the refactor 내부 구조 개선 label Aug 12, 2022
@junhaesung junhaesung self-assigned this Aug 12, 2022
@junhaesung junhaesung changed the title 회원 탈퇴 로직 개선 회원 탈퇴시 이미지 삭제 Mar 18, 2023
@junhaesung junhaesung changed the title 회원 탈퇴시 이미지 삭제 회원 탈퇴시 이미지 파일 삭제 Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor 내부 구조 개선
Projects
None yet
Development

No branches or pull requests

1 participant