-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: 멤버 정보 조회 시, user_id 정보를 위한 쿼리 수정 * fix: 채팅 멤버 및 방 응답 dto 필드 추가 * fix: dto 변경에 따른 mapping 전략 수정 * fix: api 모듈 내 service 비즈니스 로직 수정 * feat: admin 조회 쿼리 추가 * fix: query dsl 응답 dto name 필드 타입 수정 long -> string * rename: other_member_ids -> other_participants 필드 이름 수정 * fix: admin 조회 시, query dsl을 활용하여 dto 타입으로 조회하도록 수정 * rename: dto 필드명 수정에 따른 네이밍 수정 * fix: 불변식 list add 에러 추가 * test: 비즈니스 로직 및 응답 타입 수정에 따른 테스트 수정 * fix: 최근 활동 이력에 관리자 정보 포함된 경우 쿼리 호출 제외 * fix: 관리자 정보 추가 조회 조건식 수정
- Loading branch information
1 parent
ab6e3db
commit 727c2df
Showing
15 changed files
with
234 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.