-
Notifications
You must be signed in to change notification settings - Fork 0
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
[feat #122] 채팅방 목록 조회 API 필터링 추가 #123
Conversation
Code Coverage
|
Test Results 25 files 25 suites 15s ⏱️ Results for commit fc569a7. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다!
토~일 해커톤 행사 참여하느라 리뷰가 늦었네요,,
코드를 쭉 보니 채팅방 목록 조회 API에서 요청중 || 수락됨 || 거절됨
총 3가지 필터 값을 통해서 조회하는 로직을 추가하신 것 같습니다. 피그마와 지난 주 슬랙에 올라온 업데이트 된 UI들을 확인해봤는데 기존 필터링 기능이 었었나요?
따로 없는데 추가하신 이유가 궁금합니다!
@@ -13,7 +13,9 @@ public enum ChatErrorCode implements ErrorCode { | |||
NOT_FOUND_CHAT_ROOM("해당 아이디의 채팅방이 존재하지 않습니다.", "CH_002"), | |||
UNAUTHORIZED_REQUEST("채팅 수락을 하거나 거절할 권한이 없습니다.", "CH_003"), | |||
UNABLE_TO_CHANGE_CHAT_STATUS("이미 수락했거나 거절한 요청입니다.", "CH_004"), | |||
UNAUTHORIZED_CHAT_ROOM("권한이 없는 채팅방입니다", "CH_005"); | |||
UNAUTHORIZED_CHAT_ROOM("권한이 없는 채팅방입니다.", "CH_005"), | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
사소하지만 줄바꿈이 한 줄 되어있네요..!
관련 이슈
📑 작업 상세 내용
💫 작업 요약