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

[공통] 비즈니스팀 2차 QA 이슈 해결 #301

Merged
merged 12 commits into from
Apr 23, 2024

Conversation

chaeseungyun
Copy link
Contributor

@chaeseungyun chaeseungyun commented Apr 22, 2024

What is this PR? 🔍

Changes 📝

아마 이번에 문자 인증을 도입하고 리펙토링하면 회원가입, 비밀번호 찾기쪽의 로직이 많이 변경되겠지만...
주말동안 시간이 있어서 안되던 동작들을 수정해봤습니다

  1. 비밀번호 찾기 placeholder 변경
  2. 가게 등록 시 배달 금액을 숫자만 받도록 변경
  3. 가게 등록 시 전화번호를 최대 13자리까지만 입력받도록 변경
  4. 로그인 에러 문구 수정
  5. 가게 등록 시 카테고리를 여러 개 선택할 수 있도록 수정
  6. 가게 수정 에러 처리
  7. 가게 수정 모달 띄울 시 이미지가 안보이던 현상 수정
  8. 회원가입 시 이메일 인증 에러 처리

ScreenShot 📷

Test CheckList ✅

Precaution

✔️ Please check if the PR fulfills these requirements

  • It's submitted to develop branch, not the main branch
  • Did you merge recent develop branch?

@chaeseungyun chaeseungyun self-assigned this Apr 22, 2024
Comment on lines 102 to 105
if (isKoinError(e)) {
showToast('error', e.message);
}
},
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
if (isKoinError(e)) {
showToast('error', e.message);
}
},
if (isKoinError(e)) {
showToast('error', e.message);
return;
}
sendClientError(e);
},

실패시 처리 확인할 수 있게 올려주세요~~

Copy link
Contributor Author

Choose a reason for hiding this comment

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

a6d9678
굿~ 적용했습니다

@chaeseungyun chaeseungyun merged commit fdfc52a into develop Apr 23, 2024
1 check passed
@chaeseungyun chaeseungyun deleted the feat/#299/clear-qa-lssue branch April 23, 2024 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[공통] 2차 QA 이슈 해결
3 participants