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] feat: 회원가입 에러 핸들링 #443

Merged
merged 15 commits into from
Aug 17, 2024

Conversation

junjange
Copy link
Member

이슈

개발 사항

  • 회원가입 에러 핸들링

@junjange junjange added 🤖 android android ✨ feat 기능 개발 labels Aug 16, 2024
@junjange junjange self-assigned this Aug 16, 2024
Copy link

github-actions bot commented Aug 16, 2024

Test Results

3 tests  ±0   3 ✅ ±0   0s ⏱️ ±0s
1 suites ±0   0 💤 ±0 
1 files   ±0   0 ❌ ±0 

Results for commit 1e2ee60. ± Comparison against base commit 3acce8d.

♻️ This comment has been updated with latest results.

jinuemong
jinuemong previously approved these changes Aug 17, 2024
Copy link
Contributor

@jinuemong jinuemong left a comment

Choose a reason for hiding this comment

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

로딩 처리도 하셨군요 고생하셨스빈다 ~ ~

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.

구욷

gaeun5744
gaeun5744 previously approved these changes Aug 17, 2024
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.

고생하셨습니다~

@@ -6,4 +6,6 @@ sealed interface RegisterMessage {
data object ServerErrorMessage : RegisterMessage
Copy link
Member

Choose a reason for hiding this comment

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

저는 이런 공통된 에러 메시지가, 상속을 통해 해결해야 하는 반복 로직 중 하나라고 생각해요..! (BaseViewModel 뿐만이 아니라, Network Interface 등으로 해결하는 경우 포함)
다음에는 domain적인 에러와 ui적인 에러를 어떻게 분리하면 좋을까? 도 고민하면 좋을것 같습니다!

woowacourse/android-shopping-order#81 (comment)

Copy link
Member Author

Choose a reason for hiding this comment

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

이건 같이 의논해봐요~~

@junjange junjange dismissed stale reviews from gaeun5744 and jinuemong via 1e2ee60 August 17, 2024 08:06
@jinuemong jinuemong self-requested a review August 17, 2024 16:37
@junjange junjange merged commit b268ef3 into develop Aug 17, 2024
2 checks passed
@junjange junjange deleted the feature/register-error-handling branch August 17, 2024 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖 android android ✨ feat 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

회원가입 에러 핸들링
3 participants