-
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.
feat: ✏️ Append UnreadMessageCount Field in the ChatRoomResponse (#190)
* feat: chat-message-status entity * feat: chat_message_status_repository * feat: impl cache_repository * feat: impl chat message status domain business logic * rename: add read_last_read_message_id docs about if absent data, return null * fix: add constructor in the chat_message_status entity * fix: add domain service validation logic * test: chat_message_status_service unit test * rename: add custom & impl into name because of avoidance jpa auto scan * fix: set chat_message_status unique constraints * test: chat_message_status_service integration test * fix: add unread_message_count field into chat_room_res * fix: add flow in the chat_room_search_service * fix: join service result type tuple to triple * fix: change chat_room_detail mapper mechanism * fix: change flow in the use_case * test: add test_jpa_config rabbitmq null bean * test: all test fix * test: chat_room_search_test * rename: convert from chat_member_res.detail to member_detail due to swagger docs * rename: convert from chat_res.detail to chat_detail due to swagger docs * fix: logic modified when get chat room detail info
- Loading branch information
1 parent
e0f21fa
commit ab6e3db
Showing
25 changed files
with
780 additions
and
60 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
24 changes: 22 additions & 2 deletions
24
...xternal-api/src/main/java/kr/co/pennyway/api/apis/chat/service/ChatRoomSearchService.java
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.