Skip to content

feat: 나이대 기본값 14-19세로 설정 - #18

Merged
g-hyxn merged 1 commit into
mainfrom
feat/demographic-defaults
Jun 15, 2026
Merged

feat: 나이대 기본값 14-19세로 설정#18
g-hyxn merged 1 commit into
mainfrom
feat/demographic-defaults

Conversation

@g-hyxn

@g-hyxn g-hyxn commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

💡 PR 요약

  • 캐릭터 생성 시 나이대 기본값을 14-19세로 설정

📋 작업 내용

  • pages/create/index.tsx: form 초기값 ageGroupnull'14-19'로 변경
  • 인구통계 단계 진입 시 14-19세가 기본 선택되어, 사용자는 성별만 선택하면 다음 단계로 진행 가능
  • 나이대는 그대로 변경 가능 (다른 값 선택 허용)

🤝 리뷰 시 참고사항

  • 시연 대상(중·고등학생)에 맞춰 기본 나이대 설정
  • 성별 선택은 기존대로 필수 유지

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
aikon Ready Ready Preview, Comment Jun 15, 2026 12:57am

@g-hyxn
g-hyxn requested a review from koreahghg June 15, 2026 00:57
@g-hyxn g-hyxn self-assigned this Jun 15, 2026

@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

This pull request updates the initial state of the ageGroup field in the CreatePage form from null to a default value of '14-19'. The reviewer suggests defining a shared constant for this default value in constants.ts instead of hardcoding it, which improves maintainability and prevents potential type or runtime errors if the age group values change in the future.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread src/pages/create/index.tsx
@g-hyxn
g-hyxn merged commit bc182c4 into main Jun 15, 2026
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