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

[Refactoring] Find Password 리팩토링 #111

Open
1 of 5 tasks
siyooonkim opened this issue Aug 20, 2021 · 0 comments
Open
1 of 5 tasks

[Refactoring] Find Password 리팩토링 #111

siyooonkim opened this issue Aug 20, 2021 · 0 comments
Assignees

Comments

@siyooonkim
Copy link
Collaborator

ISSUE

  • Type:
  1. Error Handling
  2. Enhancement
  3. Add new feature
  • Detail:
  1. 현재상황 :
  • 이메일로 임시인증번호 요청 버튼을 클릭하고나서부터 서버에서 처리되기까지 시간동안 (3~5초) 아무런 액션이 없다
    (유저입장에서는 아무런 반응이 없기때문에 여러번 버튼을 클릭하여 메일이 여러번 가는 현상 발생)
  1. 작업방향 :
  • 로딩창 또는 버튼 비활성화 등을 활용하여, "처리중"이라는 메세지를 화면에 띄운다
  • redux-thunk를 활용하여, 요청 성공과 실패시 각기 다른 메세지가 띄어지도록 분기

Work

  1. 로딩창 또는 버튼 비활성화를 활용
  2. redux-thunk를 활용한 요청 비동기제어 && 분기
@siyooonkim siyooonkim self-assigned this Aug 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant