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

[Refactor] 유저 정보 Validation 과정 추가 #108

Open
4 tasks done
5jisoo opened this issue Oct 16, 2024 · 1 comment
Open
4 tasks done

[Refactor] 유저 정보 Validation 과정 추가 #108

5jisoo opened this issue Oct 16, 2024 · 1 comment
Assignees
Labels

Comments

@5jisoo
Copy link
Member

5jisoo commented Oct 16, 2024

📍 개선한 기능

  • 회원가입할 때 유저가 입력한 데이터를 확인하는 과정을 추가합니다

🛠 개선 작업 내용

  • 한줄소개 validation 과정 추가
  • 아이디(handle) validation 과정 추가
  • 이름(name) validataion 과정 추가
  • 프로필이미지 nullable하게 수정
@5jisoo
Copy link
Member Author

5jisoo commented Oct 21, 2024

  • 한 줄 소개 : 최대 50자/최대 3줄
  • 핸들 : 대문자, 소문자, 숫자, _(언더바), .(마침표) 만 허용 / 최대 15자
  • 이름: 최대 10 - 15자 (공백만 있는 " " 와 같은 경우는 불가능)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

2 participants