Skip to content
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

Merged
merged 9 commits into from
Oct 23, 2024

Conversation

jinuemong
Copy link
Contributor

@jinuemong jinuemong changed the title Refactor/club detail [AN] refactor : 모임 요구사항 4차 적용 Oct 23, 2024
@jinuemong jinuemong self-assigned this Oct 23, 2024
@jinuemong jinuemong added 🤹 enhance 성능 개선 🤖 android android labels Oct 23, 2024
@jinuemong jinuemong force-pushed the refactor/club-detail branch from 59d368c to 0d656ed Compare October 23, 2024 08:48
Copy link

Test Results

60 tests   60 ✅  1s ⏱️
 9 suites   0 💤
 9 files     0 ❌

Results for commit 0d656ed.

Copy link
Member

@gaeun5744 gaeun5744 left a 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>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

안 쓰는 string은 삭제해주세요~~

Comment on lines +82 to +88
is ApiExceptionResponse -> {
if (exception.httpCode == 400) {
Result.failure(ClubParticipationExceptionDto)
} else {
Result.failure(exception.toData())
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

에러로 분기처리하면,, 에러들의 상속관계를 다 숙지하고 when문을 써야해서 추후해 수정해야 할 것 같네요 🥲

Copy link
Member

@junjange junjange left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다~~

@gaeun5744 gaeun5744 merged commit 8cc5a5e into develop Oct 23, 2024
2 checks passed
@jinuemong jinuemong deleted the refactor/club-detail branch November 4, 2024 04:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖 android android 🤹 enhance 성능 개선
Projects
None yet
3 participants