-
Notifications
You must be signed in to change notification settings - Fork 3
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
[AN] refactor : 모임 요구사항 4차 적용 #708
Conversation
59d368c
to
0d656ed
Compare
Test Results60 tests 60 ✅ 1s ⏱️ Results for commit 0d656ed. |
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.
고생하셨습니다~
@@ -206,6 +207,7 @@ | |||
<string name="club_detail_delete_title">모임에서 나가겠습니까?</string> | |||
<string name="club_detail_participate_fail">모임에 참가하지 못하였습니다.</string> | |||
<string name="club_detail_delete_fail">방 나가기에 실패하였습니다.</string> | |||
<string name="club_detail_subject">모임 상세</string> |
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.
안 쓰는 string은 삭제해주세요~~
is ApiExceptionResponse -> { | ||
if (exception.httpCode == 400) { | ||
Result.failure(ClubParticipationExceptionDto) | ||
} else { | ||
Result.failure(exception.toData()) | ||
} | ||
} |
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.
에러로 분기처리하면,, 에러들의 상속관계를 다 숙지하고 when문을 써야해서 추후해 수정해야 할 것 같네요 🥲
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.
고생하셨습니다~~
이슈
개발 사항