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

Fix: Family 삭제 시 FamilyMember 모두 삭제하도록 변경 #53

Merged
merged 9 commits into from
Nov 23, 2023

Conversation

synoti21
Copy link
Contributor

Motivations

  • Family 삭제 시 가족 구성원 제거 및 User 속성값 변경

Key Changes

  • Family 삭제 시 FamilyMember Entity 모두 제거
  • User의 BelongsToFamily 모두 0으로 변경
  • Family의 MemberCount -1
  • Api BaseURL 변경

@synoti21 synoti21 added feat 기능 구현 fix 버그 수정 labels Nov 23, 2023
@synoti21 synoti21 self-assigned this Nov 23, 2023
@synoti21 synoti21 linked an issue Nov 23, 2023 that may be closed by this pull request
@synoti21 synoti21 merged commit 22e5b60 into develop Nov 23, 2023
1 check passed
@synoti21 synoti21 deleted the fix/52-delete-family branch November 23, 2023 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능 구현 fix 버그 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix: 가족 삭제시 가족 구성원 모두 삭제하도록 수정
1 participant