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

[BE] fix: 회원 탈퇴시 발자국 외래키 제약조건으로 인해 탈퇴하지 못하는 현상 수정 #531

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

J-I-H-O
Copy link
Contributor

@J-I-H-O J-I-H-O commented Aug 23, 2024

이슈

  • x

개발 사항

  • 회원 탈퇴시 발자국 외래키 제약조건으로 인해 탈퇴하지 못하는 현상 수정

참고 사항

  • 기존까지 발자국은 논리삭제 하고 있었습니다. 이 때 회원을 삭제하는 경우, 외래키 제약조건으로 인해 회원 삭제가 정상적으로 이루어지지 않는 현상이 발생했습니다.
  • 탈퇴한 회원의 발자국도 물리삭제 하도록 변경했습니다.

@J-I-H-O J-I-H-O requested review from takoyakimchi, ehtjsv2 and jimi567 and removed request for takoyakimchi and ehtjsv2 August 23, 2024 01:23
@J-I-H-O J-I-H-O self-assigned this Aug 23, 2024
@J-I-H-O J-I-H-O added 🐞 bug 버그 수정 🖥 backend backend labels Aug 23, 2024
Copy link

Test Results

162 tests  +159   162 ✅ +159   20s ⏱️ +20s
 33 suites + 32     0 💤 ±  0 
 33 files   + 32     0 ❌ ±  0 

Results for commit fd4d238. ± Comparison against base commit 6c37ec9.

This pull request removes 3 and adds 162 tests. Note that renamed tests count towards both.
com.happy.friendogly.ExampleUnitTest ‑ addition_isCorrect
com.happy.friendogly.ExampleUnitTest ‑ addition_isCorrect2
com.happy.friendogly.ExampleUnitTest ‑ addition_isCorrect3
com.happy.friendogly.chat.service.ChatRoomCommandServiceTest ‑ 1대1 채팅방 저장 과정에서, 이미 채팅방이 존재하면 기존 채팅방 ID를 반환한다.
com.happy.friendogly.chat.service.ChatRoomCommandServiceTest ‑ 모임에 참여하지 않은 경우, 모임 채팅방에서 나갈 수 없다.
com.happy.friendogly.chat.service.ChatRoomCommandServiceTest ‑ 새로운 1대1 채팅방을 개설할 수 있다.
com.happy.friendogly.chat.service.ChatRoomCommandServiceTest ‑ 채팅방에 참여한 경우, 채팅방에서 나갈 수 있다.
com.happy.friendogly.chat.service.ChatRoomQueryServiceTest ‑ 내가 속해 있는 채팅방을 찾을 수 있다.
com.happy.friendogly.chat.service.ChatRoomQueryServiceTest ‑ 자신이 참여한 채팅방이 아니면 채팅방에서 모임 정보를 받아올 수 없다.
com.happy.friendogly.chat.service.ChatRoomQueryServiceTest ‑ 채팅방 ID로부터 모임 ID, 허용 펫 사이즈, 허용 펫 성별을 조회할 수 있다.
com.happy.friendogly.chat.service.ChatRoomQueryServiceTest ‑ 채팅방 내 멤버 세부정보를 조회할 수 있다.
com.happy.friendogly.club.domain.AddressTest ‑ [1] provinceInput=null
com.happy.friendogly.club.domain.AddressTest ‑ [2] provinceInput=
…

Copy link
Contributor

@ehtjsv2 ehtjsv2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good

Copy link
Contributor

@takoyakimchi takoyakimchi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!!!!!

@J-I-H-O J-I-H-O merged commit 088d41c into develop Sep 9, 2024
3 checks passed
@J-I-H-O J-I-H-O deleted the hotfix/member-delete branch September 9, 2024 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖥 backend backend 🐞 bug 버그 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants