Skip to content

[#89] Refactor/회원가입 에러메세지#91

Merged
CJewon merged 2 commits intomainfrom
refactor/회원가입_에러메세지
Feb 16, 2025

Hidden character warning

The head ref may contain hidden characters: "refactor/\ud68c\uc6d0\uac00\uc785_\uc5d0\ub7ec\uba54\uc138\uc9c0"
Merged

[#89] Refactor/회원가입 에러메세지#91
CJewon merged 2 commits intomainfrom
refactor/회원가입_에러메세지

Conversation

@CJewon
Copy link
Collaborator

@CJewon CJewon commented Feb 15, 2025

#️⃣ Issue

📝 Description

회원가입을 하는 과정에서 닉네임 중복 시 에러메세지가 표출되지 않았던 부분을 구현했습니다.
테스트는 회원가입 페이지 들어가서 닉네임을 중복되게 만든 후 가입하기 버튼을 누르면 해당 에러메세지가 나옵니다.

🌀 PR Type

어떤 변경 사항이 있나요?

  • 새로운 기능 추가
  • 버그 수정
  • CSS 등 사용자 UI 디자인 변경
  • 코드에 영향을 주지 않는 변경사항 (오타 수정, 탭 사이즈 변경, 변수명 변경)
  • 코드 리팩토링
  • 주석 추가 및 수정
  • 문서 수정
  • 테스트 추가, 테스트 리팩토링
  • 빌드 부분 혹은 패키지 매니저 수정
  • 파일 혹은 폴더명 수정
  • 파일 혹은 폴더 삭제

✅ Checklist

PR Checklist

PR이 다음 요구 사항을 충족하는지 확인하세요.

  • Branch Convention 확인

    feat/ 피쳐, fix/ 버그 수정, refactor/ 개선

  • Base Branch 확인
  • 커밋 메시지 컨벤션 준수
  • 적절한 Label 지정
  • Assignee 및 Reviewer 지정

Test Checklist

  • 로컬 작동 확인

Additional Notes

  • (없음)

@CJewon CJewon added Priority: Medium 🔖 우선순위 보통 Type: Feature ✨ 신규 기능 Type: Refactor ♻️ 리팩토링 labels Feb 15, 2025
@CJewon CJewon requested a review from qpalkim February 15, 2025 14:36
@CJewon CJewon self-assigned this Feb 15, 2025
@vercel
Copy link

vercel bot commented Feb 15, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
wine ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 15, 2025 2:36pm

@qpalkim
Copy link
Collaborator

qpalkim commented Feb 16, 2025

회원가입 시 이미 사용 중인 닉네임으로 작성하면 에러 메시지 나오는 거 확인했습니다 수고하셨습니다👍

@CJewon CJewon merged commit 03b871d into main Feb 16, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Priority: Medium 🔖 우선순위 보통 Type: Feature ✨ 신규 기능 Type: Refactor ♻️ 리팩토링

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactor : [회원가입 페이지] 닉네임 중복 오류 메세지

2 participants