-
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: add chat-member-delete method in rdb-service * feat: add read-chat-member-by-chat-member-id method in rdb-service and repository * fix: when search chat-member entity by chat-member-id, exclude chat-room-id * fix: delete sql-delete annotation in the chat-member entity * fix: remove delete method and add update method in chat-member-rdb-service * feat: impl chat-room-leave-service * feat: add chatroom leave usecase * feat: add is-exists method with chat-room-id, user-id, chat-member-id in repository * feat: impl is-exists method in rdb service for adding chat-member-id condition * feat: add authorization method in the chat-member-service * feat: add chat leave controller * feat: add is_admin method in chat-member entity * feat: add check chat-member-size to leave admin in the chat-room entity * fix: add admin leave validation rule * feat: add chat room delete method in chat-room-rdb-service * feat: add admin-cannot-leave error code * fix: sperate business logic from service * style: add log to alter normal member status is changed * feat: add association mapping helper method chat-room with chat-member * test: chat room leave collection unit test * test: chat room leave integration test * docs: chatroom leave controller swagger docs * test: disable chat-room-detaill-integration-test temporarily * test: resolve chat-room-detail-integration test error
- Loading branch information
1 parent
092e7aa
commit 389509c
Showing
18 changed files
with
440 additions
and
29 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
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.