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

[FE #2] 회원가입 유효성 검사 1️⃣ #3

Open
10 of 12 tasks
Hu2y opened this issue Mar 24, 2020 · 0 comments
Open
10 of 12 tasks

[FE #2] 회원가입 유효성 검사 1️⃣ #3

Hu2y opened this issue Mar 24, 2020 · 0 comments
Labels

Comments

@Hu2y
Copy link

Hu2y commented Mar 24, 2020

아이디

  • 5~20자의 영 소문자, 숫자, 특수기호(_), (-)만 사용 가능
  • 입력된 아이디 상태에 따라 다른 색깔의 다른 메세지가 출력
  • input박스 포커싱이 벗어나면 api 요청

비밀번호

  • 8~16자의 영문 대, 소문자, 숫자, 특수문자의 조합
  • 비밀번호 각 조건에 부합하지 않을 때 다음과 같은 메세지가 출력

생년월일

  • 년도
  • 4자리의 숫자만 입력되어야한다.
  • 현재년도 기준으로 15세 이상 99세 이하 범위의 년도만 입력 가능
  • 셀렉트박스로 선택할지 고민중
  • 월(1-12)을 선택할 수 있다.
  • 선택한 월에 따라 1~31까지의 가능한 숫자 범위가 달라진다.
  • 예) 3월은 31일까지, 4월은 30일까지 가능
  • 조건에 부합하지 않을 때 메세지가 출력

성별

  • 성별(남자/여자)을 선택할 수 있다, 라디오버튼으로 할 예정

이메일

  • [email protected]의 형태여야 한다.
  • 조건에 부합하지 않을 때 메세지가 출력
@Hu2y Hu2y changed the title [FE #2] 회원가입 유효성 검사 [FE #2] 회원가입 유효성 검사 1️⃣ Mar 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant