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

휴대폰 인증번호 기능 #23

Open
Younggun-Kim opened this issue Nov 13, 2024 · 0 comments · May be fixed by #24
Open

휴대폰 인증번호 기능 #23

Younggun-Kim opened this issue Nov 13, 2024 · 0 comments · May be fixed by #24
Assignees

Comments

@Younggun-Kim
Copy link
Collaborator

Younggun-Kim commented Nov 13, 2024

휴대폰 인증번호 기능

User Story

  • As a 서비스 이용자로서
  • I want 내 휴대폰 번호를 인증하고 싶다
  • So that 본인 확인을 완료하고 서비스를 이용할 수 있다

Acceptance Criteria

Scenario 1: 휴대폰 번호 입력 및 유효성 검사

  • Given 사용자가 휴대폰 번호 입력 화면에 있다
  • When 휴대폰 번호를 입력한다
  • Then 시스템은 입력된 번호의 유효성을 검사한다
  • And 유효한 번호인 경우 인증버튼이 활성화된다
  • And 유효하지 않은 번호인 경우 인증버튼은 비활성화 상태를 유지한다

Scenario 2: 인증번호 요청

  • Given 유효한 휴대폰 번호를 입력했다
  • When 활성화된 인증버튼을 클릭한다
  • Then 시스템은 API를 통해 인증번호를 요청한다
  • And 사용자의 휴대폰으로 인증번호가 전송된다

Scenario 3: 올바른 인증번호 입력

  • Given 인증번호를 전송받았다
  • When 올바른 인증번호를 입력한다
  • Then API를 통해 인증번호가 확인된다
  • And "인증을 완료하셨습니다" 메시지가 표시된다

Scenario 4: 잘못된 인증번호 입력

  • Given 인증번호를 전송받았다
  • When 잘못된 인증번호를 입력한다
  • Then API를 통해 인증번호가 확인된다
  • And "인증번호가 틀립니다" 에러 메시지가 표시된다
@Younggun-Kim Younggun-Kim self-assigned this Nov 13, 2024
Younggun-Kim added a commit that referenced this issue Nov 14, 2024
1. Phone, PhoneAuth VO 정의
2. PhoneAuthBloc 추가
3. PhoneAuthEvent 이벤트 정의
Younggun-Kim added a commit that referenced this issue Nov 14, 2024
Younggun-Kim added a commit that referenced this issue Nov 14, 2024
1. PhoneVerificationEntity -> SendAuthCodeResultEntity로 변경
@Younggun-Kim Younggun-Kim linked a pull request Nov 14, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant