Qnrr 395 이름 형식에 맞지 않으면 가입 완료 버튼 비활성화#102
Merged
Conversation
- 아무것도 입력하지 않았을 경우, 기본 input 스타일 적용
Contributor
|
확인했습니다! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🌱 연관된 이슈
Qnrr 395
☘️ 작업 내용
서버에서는 이름 정규표현식이
/^[가-힣a-zA-Z]{2,10}$/으로 설정되어 있습니다.이 정규표현식에 맞춰 에러 스타일링하였습니다.
하지만 디자인에 이름에 관한 규칙은 영어이름으로 되어있는 경우, 공백을 허용하되 단어가 1~2개로 이뤄져야한다고 명시되어있습니다.

그래서 이름에 대한 유효성은 팀에서 맞춘 다음 다시 리팩토링 해야 합니다.
현재 이것에 대하여 slack에 문의한 상태입니다.
동의 checkbox는 이름 등록 모달로 이동하였습니다. (slack 참고)