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

[iOS] 회원가입 - 회원정보 기능 구현 #12

Open
1 of 12 tasks
dev-Lena opened this issue Mar 23, 2020 · 0 comments
Open
1 of 12 tasks

[iOS] 회원가입 - 회원정보 기능 구현 #12

dev-Lena opened this issue Mar 23, 2020 · 0 comments
Assignees
Labels
Feature 새로운 기능 추가

Comments

@dev-Lena
Copy link
Contributor

dev-Lena commented Mar 23, 2020

아이디

  • 최소 5 최대 20자 영소문자, 숫자, 특수기호(_, -)만 사용 가능
  • 실시간으로 서버에 요청하여 중복 체크
  • 입력된 아이디 상태에 따른 메시지 출력 (사용 가능 or 조건 미충족 사항)

비밀번호

  • 비밀번호 조건 검사 ()
  • 입력된 비밀번호 입력에 따른 메시지 출력

비밀번호 재확인

  • 비밀번호와 비밀번호 재확인이 일치하는지 확인
  • 비밀번호와 비밀번호 재확인 일치여부에 따른 메시지 출력 (사용 가능 or 조건 미충족 사항)

이름

  • 이름을 필수 항목으로 설정
  • 이름 미입력시 필수입력 항목 표시

다음 버튼

  • 버튼을 누르면 다음 화면이 내비게이션 방식(우->좌)로 애니메이션되면서 표시
  • 마지막 항목인 이름까지 작성했을 때 모든 항목 조건이 맞을 때만 다음 화면으로 전환
  • 서버에 가입 요청 메시지 전송은 아직 보내지 않음. 두번째 회원가입 화면과 함께 서버에 가입요청 메세지 전송.
@dev-Lena dev-Lena changed the title [iOS] 회원가입 첫번째 페이지 기능 구현 [iOS] 회원가입 - 아이디, 비밀번호, 이름 관련 기능 구현 Mar 24, 2020
@dev-Lena dev-Lena changed the title [iOS] 회원가입 - 아이디, 비밀번호, 이름 관련 기능 구현 [iOS] 회원가입 - 회원정보 기능 구현 Mar 24, 2020
@dev-Lena dev-Lena self-assigned this Mar 24, 2020
@dev-Lena dev-Lena added the enhancement New feature or request label Mar 24, 2020
@dev-Lena dev-Lena added this to the 회원가입 페이지 milestone Mar 24, 2020
@ksundong ksundong added Feature 새로운 기능 추가 and removed enhancement New feature or request labels Mar 25, 2020
dev-Lena added a commit that referenced this issue Mar 27, 2020
dev-Lena added a commit that referenced this issue Mar 27, 2020
- SignUpViewController에서 UserInfoViewController로 변경
dev-Lena added a commit that referenced this issue Mar 27, 2020
dev-Lena added a commit that referenced this issue Mar 27, 2020
- IDTextField 클래스 생성 후 스토리보드와 연결
- UserInfoViewController에서 TextField 클래스의 Delegate로 IDTextFieldDelegate 지정
dev-Lena added a commit that referenced this issue Mar 27, 2020
- 비밀번호 입력하는 TextField 클래스와 TextFieldDelegate 클래스 생성
- 비밀번호 재확인하는 TextField 클래스와 TextFieldDelegate 클래스 생성
beginin15 pushed a commit that referenced this issue Mar 27, 2020
beginin15 pushed a commit that referenced this issue Mar 27, 2020
- SignUpViewController에서 UserInfoViewController로 변경
beginin15 pushed a commit that referenced this issue Mar 27, 2020
beginin15 pushed a commit that referenced this issue Mar 27, 2020
- IDTextField 클래스 생성 후 스토리보드와 연결
- UserInfoViewController에서 TextField 클래스의 Delegate로 IDTextFieldDelegate 지정
beginin15 pushed a commit that referenced this issue Mar 27, 2020
- 비밀번호 입력하는 TextField 클래스와 TextFieldDelegate 클래스 생성
- 비밀번호 재확인하는 TextField 클래스와 TextFieldDelegate 클래스 생성
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature 새로운 기능 추가
Projects
None yet
Development

No branches or pull requests

2 participants