/////
Search
Duplicate

9.회원가입

이메일체크 → empty / valid / not valid
1.
valid 인증 버튼 활성화 → 이메일을 입력해 주세요.
2.
notvalid 인증 버튼 비활성화 → 이메일 형식이 올바르지 않아요.
3.
인증 버튼 클릭 후
true 이메일에서인증번호확인해주세요 (certificationstate = send)
false 이미가입된이메일 (certificationstate = init)
email.transform { certificationstate = init }
인증번호체크 → 숫자6자인지/아닌지
1.
6자 확인버튼 활성화
2.
6자 미만 확인버튼 비활성화
3.
확인 버튼 클릭 후
true 확인완료 / 인증완료(certificationstate = success)
false 인증번호가 올바르지 않아요.(certificationstate = error)
cerficiation.transform { certification.send }
certificationstate = { init, send, success, error }