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

[Feat] 회원 정보 변경 기능 구현 #61

Merged
merged 2 commits into from
Apr 30, 2024
Merged

Conversation

crHwang0822
Copy link
Member

작업 내용

  • ModifyRequestDTO 작성 → 별명이 20자 이상일 시 validation 에러
  • 변경에 성공할 시 상태 코드 200

테스트 여부

  • 성공 결과
    image
  • 별명이 너무 긴 경우
    image

@idon1nab
Copy link
Contributor

닉네임 최대 길이(20자 이상)에 대한 제약만 있는데, 최소 길이(1자나 3자 정도?)에 대한 제약도 추가하면 좋을 듯 합니다
지금은 "ㄱ", 'q" 같은 것도 다 허용 되는거지??

특수문자 불가/띄어쓰기 불가/2-20자 제한/한글 모음,자음 불가
@crHwang0822 crHwang0822 reopened this Apr 30, 2024
@idon1nab idon1nab merged commit 22f3239 into develop Apr 30, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants