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

SignUp 기능 구현 #5

Open
9 tasks done
SebellKo opened this issue Feb 24, 2024 · 0 comments
Open
9 tasks done

SignUp 기능 구현 #5

SebellKo opened this issue Feb 24, 2024 · 0 comments
Assignees

Comments

@SebellKo
Copy link

SebellKo commented Feb 24, 2024

플로우

  1. 회원가입 submit 버튼 클릭
  2. 서버로 회원 가입에 사용한 이메일 인증 요청.
  3. 회원가입시 사용한 이메일로 인증번호 전송
  4. 이메일 인증 Modal로 변경
  5. timer 설정하기
  6. 이메일 인증시 회원가입 완료 Modal로 변경

기능

회원가입 submit 버튼 click

  • 이메일 인증 Modal 변경.
  • 서버로 회원가입에 사용한 이메일 request 전송.
  • timer 설정하기.

인증확인 버튼 click

  • 인증번호 request 전송.

  • 인증번호 일치할 경우

  • 회원가입 request 서버로 전송.

  • 회원가입 완료 Modal 변경.

  • okay 버튼 click시 로그인 페이지로 이동.

  • 인증번호가 일치하지 않을 경우

  • 인증번호 일치하지 않음 alert.

  • 재시도 버튼 show.

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

No branches or pull requests

1 participant