Skip to content

[♻️ Refactor] 로그인 회원가입 QA 내용 확인 및 수정#223

Merged
eunji0124 merged 1 commit into
mainfrom
refactor/222/loginsignup
Jan 17, 2026
Merged

[♻️ Refactor] 로그인 회원가입 QA 내용 확인 및 수정#223
eunji0124 merged 1 commit into
mainfrom
refactor/222/loginsignup

Conversation

@eunji0124

Copy link
Copy Markdown
Contributor

✅ PR 체크리스트

  • 기능 정상 동작
  • 콘솔 에러 없음
  • UI 동작 및 반응형 레이아웃 확인

🔗 이슈 번호

✨ 작업한 내용

'로고 버튼'을 클릭하면 메인 페이지로 이동하게 하세요.
닉네임 Input에서 focus out 시, 값이 열 자 이하가 아닐 경우 닉네임 input에 빨강색 테두리와 “열 자 이하로 작성해주세요.” 빨강색 에러 메세지가 보이게 하세요.

💁 리뷰 요청 / 코멘트

💡 참고사항

@eunji0124 eunji0124 added this to the 🐛 버그/테스팅 milestone Jan 17, 2026
@eunji0124 eunji0124 self-assigned this Jan 17, 2026
@eunji0124 eunji0124 added the ♻️ Refactor 코드 리팩토링 label Jan 17, 2026
@gemini-code-assist

Copy link
Copy Markdown

Summary of Changes

Hello @eunji0124, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

이 PR은 로그인/회원가입 관련 QA 피드백을 반영하여 사용자 경험을 개선합니다. 주요 변경 사항은 인증 페이지의 로고를 클릭했을 때 메인 페이지로 이동하도록 하여 내비게이션 편의성을 높이고, 닉네임 입력 필드에 최대 길이 제한 유효성 검사를 추가하여 데이터 일관성을 확보하는 것입니다.

Highlights

  • 로고 클릭 시 메인 페이지 이동: 인증 레이아웃 내 로고 이미지를 클릭하면 메인 페이지로 이동하도록 next/link를 사용하여 기능을 추가했습니다.
  • 닉네임 길이 유효성 검사 추가: 닉네임 입력 시 최대 10자 이하로 제한하는 유효성 검사 로직을 validateNickname 함수에 추가했습니다.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@github-actions

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

안녕하세요. QA 피드백을 반영한 수정 사항 잘 확인했습니다. 로고를 클릭하면 메인 페이지로 이동하도록 하고, 닉네임 유효성 검사를 추가하는 등 요구사항이 코드에 잘 반영되었습니다.

한 가지 제안 사항으로, layout.tsx의 로고 링크에 대한 웹 접근성 개선 방안을 댓글로 남겼습니다. 확인 부탁드립니다.

@sylee86 sylee86 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

승인하겠습니다.

@eunji0124 eunji0124 merged commit 032e426 into main Jan 17, 2026
1 check passed
@eunji0124 eunji0124 deleted the refactor/222/loginsignup branch January 17, 2026 08:48
heyudin added a commit to heyudin/global-nomad that referenced this pull request Jan 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

♻️ Refactor 코드 리팩토링

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[♻️ Refactor] 로그인 회원가입 QA 내용 확인 및 수정

2 participants