woowacourse-teams / 2024-friendogly

강아지 사회화 장려 앱 반갑개 🐶
14 stars 3 forks source link

[BE] feat: 채팅방에서 모임 상세 조회할 때 `myMemberId` 필드도 같이 응답 #498

Closed takoyakimchi closed 1 month ago

takoyakimchi commented 1 month ago

이슈

개발 사항

github-actions[bot] commented 1 month ago

Test Results

159 tests  +156   159 :white_check_mark: +156   17s :stopwatch: +17s  31 suites + 30     0 :zzz: ±  0   31 files   + 30     0 :x: ±  0 

Results for commit 4b9628c2. ± Comparison against base commit 690b0500.

This pull request removes 3 and adds 159 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= … ```