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

회원 탈퇴 및 그룹 탈퇴 로직 세부 추가 구현 #621

Merged
merged 5 commits into from
Jan 12, 2024

Conversation

lsh23
Copy link
Collaborator

@lsh23 lsh23 commented Jan 12, 2024

PR 요약

  • 리더가 그룹을 탈퇴하면, 그룹 내에서 가장 가입일이 오래된 유저가 리더가 된다.
  • 마지막 멤버가 그룹을 탈퇴하면, 그룹은 삭제된다.
  • 회원 탈퇴 시, 회원이 속한 모든 그룹에 대해 위의 그룹 탈퇴 로직을 실행한다.

변경 사항

  • 리더가 그룹 탈퇴 시 발생했던 오류 제거

Linked Issue

close #585

@lsh23 lsh23 added enhancement 개선 또는 피드백 반영 BE BE 관련사항 feature 기능 추가 labels Jan 12, 2024
@lsh23 lsh23 added this to the afterBoostCamp milestone Jan 12, 2024
@lsh23 lsh23 self-assigned this Jan 12, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (906a656) 95.72% compared to head (17fc91e) 95.75%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #621      +/-   ##
===========================================
+ Coverage    95.72%   95.75%   +0.03%     
===========================================
  Files          243      243              
  Lines         3625     3652      +27     
  Branches       227      229       +2     
===========================================
+ Hits          3470     3497      +27     
  Misses         149      149              
  Partials         6        6              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lsh23 lsh23 merged commit 567f25b into develop Jan 12, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE BE 관련사항 enhancement 개선 또는 피드백 반영 feature 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

그룹의 마지막 인원이 탈퇴하면 해당 그룹은 삭제된다.
2 participants