-
Notifications
You must be signed in to change notification settings - Fork 1
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] 입력값 유효성 검사 기능 구현 (관심사, 약관 제외) #21
Comments
sungik-choi
changed the title
[FE] 입력값 유효성 검사 (관심사, 약관 제외)
[FE] 입력값 유효성 검사 기능 구현 (관심사, 약관 제외)
Mar 24, 2020
sungik-choi
added a commit
that referenced
this issue
Mar 25, 2020
- 구조 정리 - 번들 파일을 3개로(로그인, 회원가입, 메인) 분리. 웹팩 이해 부족으로 제대로 작동하지 않았음
sungik-choi
added a commit
that referenced
this issue
Mar 25, 2020
- 웹팩 설정 변경 - 구조 정리 - 번들 파일을 3개로(로그인, 회원가입, 메인) 분리. 웹팩 이해 부족으로 제대로 작동하지 않았음 - 유효성 검증 코드 작성 중
sungik-choi
added a commit
that referenced
this issue
Mar 25, 2020
- 객체의 메서드로 우선은 진행. 함수형으로 하고 있는지는 잘...
sungik-choi
added a commit
that referenced
this issue
Mar 25, 2020
- 생년월일 진행중 - 알고리즘 제작 필요. 일단은 간단하게 만들 예정 - 직접적으로 텍스트가 변경되는 부분은 없음. 함수형으로 제작할 예정.
sungik-choi
added a commit
that referenced
this issue
Mar 26, 2020
- sever.js : 서버 관련 코드들. 보안 관련문제 때문에 아직 작동하지 않음. - 테스트를 위해 node-fetch 추가. 의존성 리스트에 추가됨. - validation.js - isDuplicate() : 조건을 충족시켰을 경우에만 서버로, 시간차를 두고 요청을 보내고, 중복여부에 대한 true/false 정보를 가져온다.
sungik-choi
added a commit
that referenced
this issue
Mar 26, 2020
- key값을 forEach로 돌면서, 상황에 맞는 에러메세지를 출력. - 에러메세지가 없으면 (없으면 "" 를 리턴한다) 성공 메세지로 바꿔서 출력하고, 클래스 변경으로 색 변경 - 유효한 객체를 어떻게 넣어줄지 생각중.
sungik-choi
added a commit
that referenced
this issue
Mar 26, 2020
- submit 버튼을 누르면 입력 정보 Map에 정보를 넣게 추가 - 인풋 필드 객체를 밖으로 모듈화
sungik-choi
added a commit
that referenced
this issue
Mar 26, 2020
- 디바운싱이 제대로 작동하지 않아 우선은 제거 - 유저 데이터 별개 모듈 분리 - 네이밍 수정
sungik-choi
added a commit
that referenced
this issue
Mar 26, 2020
- change 이벤트 추가, select의 옵션이 변경될 때 이벤트가 일어나면서 유저데이터에 입력되도록 수정.
sungik-choi
added a commit
that referenced
this issue
Mar 26, 2020
- 만 나이는 우선 제작하지 않음. 우선 다른 거 부터... - 지금은 각자 칸의 input에 묶여있어서, 일에서 에러메세지 -> 근데 연도가 성공했다? 에러 메세지가 같은 요소를 바라보고 있기 때문에, 에러가 났음에도 비어있을 수 있다.
sungik-choi
added a commit
that referenced
this issue
Mar 26, 2020
…eSelector [#21] Feat: Select태그, 생년월일 유효성 검증
beginin15
pushed a commit
that referenced
this issue
Mar 27, 2020
- 웹팩 설정 변경 - 구조 정리 - 번들 파일을 3개로(로그인, 회원가입, 메인) 분리. 웹팩 이해 부족으로 제대로 작동하지 않았음 - 유효성 검증 코드 작성 중
beginin15
pushed a commit
that referenced
this issue
Mar 27, 2020
- 객체의 메서드로 우선은 진행. 함수형으로 하고 있는지는 잘...
beginin15
pushed a commit
that referenced
this issue
Mar 27, 2020
- 생년월일 진행중 - 알고리즘 제작 필요. 일단은 간단하게 만들 예정 - 직접적으로 텍스트가 변경되는 부분은 없음. 함수형으로 제작할 예정.
beginin15
pushed a commit
that referenced
this issue
Mar 27, 2020
- sever.js : 서버 관련 코드들. 보안 관련문제 때문에 아직 작동하지 않음. - 테스트를 위해 node-fetch 추가. 의존성 리스트에 추가됨. - validation.js - isDuplicate() : 조건을 충족시켰을 경우에만 서버로, 시간차를 두고 요청을 보내고, 중복여부에 대한 true/false 정보를 가져온다.
beginin15
pushed a commit
that referenced
this issue
Mar 27, 2020
- key값을 forEach로 돌면서, 상황에 맞는 에러메세지를 출력. - 에러메세지가 없으면 (없으면 "" 를 리턴한다) 성공 메세지로 바꿔서 출력하고, 클래스 변경으로 색 변경 - 유효한 객체를 어떻게 넣어줄지 생각중.
beginin15
pushed a commit
that referenced
this issue
Mar 27, 2020
- submit 버튼을 누르면 입력 정보 Map에 정보를 넣게 추가 - 인풋 필드 객체를 밖으로 모듈화
beginin15
pushed a commit
that referenced
this issue
Mar 27, 2020
- 디바운싱이 제대로 작동하지 않아 우선은 제거 - 유저 데이터 별개 모듈 분리 - 네이밍 수정
beginin15
pushed a commit
that referenced
this issue
Mar 27, 2020
- change 이벤트 추가, select의 옵션이 변경될 때 이벤트가 일어나면서 유저데이터에 입력되도록 수정.
beginin15
pushed a commit
that referenced
this issue
Mar 27, 2020
- 만 나이는 우선 제작하지 않음. 우선 다른 거 부터... - 지금은 각자 칸의 input에 묶여있어서, 일에서 에러메세지 -> 근데 연도가 성공했다? 에러 메세지가 같은 요소를 바라보고 있기 때문에, 에러가 났음에도 비어있을 수 있다.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
유효성 검사
아이디
비밀번호
비밀번호 확인
생년월일
연도
월
일
이메일
휴대전화
The text was updated successfully, but these errors were encountered: