Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
💡 연관된 이슈
close #223
📝 작업 내용
💬 리뷰 요구 사항
봉사자와 마찬가지로 탈퇴한 계정 표시를 위한 모집자 계정을 하나 추가했습니다.
이때 구분을 위해 deletedVolunteer/Intermediary를 추가해 계정 정보를 넣어주었습니다.
Intermediary 엔티티와 연관관계에 있는 엔티티들은 다음과 같습니다.
1,2 번은 데이터를 삭제하지 않고 '탈퇴한 사용자'임을 표시해 주기로 하였고 3,4번은 삭제가 필요합니다.
근황 엔티티는 현재 사용하지 않음에도 import.sql 실행되어 근황 데이터가 들어가서 삭제를 해주어야 탈퇴가 가능했습니다. 따라서 근황 관련 데이터 insert문을 주석처리했습니다!
추가로, Volunteer 탈퇴 시 VolunteerFcm, VolunteerNotification까지 벌크 연산으로 삭제 처리했습니다.
1) 모집자 프로필 보기 버튼을 없애거나
2) 버튼은 그대로 두고, 눌렀을 경우 탈퇴한 모집자임을 명시
해 주면 될 것 같습니다. 이건 프론트에게 선택권을 주도록 해볼게요!추후 테스트 계정 여러 개 두고 탈퇴 후 여러 테스트 케이스로 후기, 공고, 신청 등의 데이터를 확인해 보면 좋을 것 같습니다!