Skip to content

feat: 스타일 자동 선택(랜덤) 옵션 추가 - #25

Merged
g-hyxn merged 5 commits into
developfrom
feat/age-range
Jun 16, 2026
Merged

feat: 스타일 자동 선택(랜덤) 옵션 추가#25
g-hyxn merged 5 commits into
developfrom
feat/age-range

Conversation

@g-hyxn

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

Copy link
Copy Markdown
Contributor

💡 PR 요약

  • 스타일 선택 단계에서 직접 고르지 않아도 되는 "자동으로 만들기" 옵션 추가

📋 작업 내용

  • pages/create/index.tsx: 스타일 단계에 "자동으로 만들기 ✨" 버튼 추가
  • 버튼 클릭 시 6개 스타일 중 랜덤으로 선택하고 다음 단계로 진행
  • 직접 고르기 그리드는 그대로 유지 (자동/수동 선택 가능)
  • CLAUDE.md: PR은 develop 대상, main 직접 머지 금지 규칙 추가 + 레포명 오타 수정

🤝 리뷰 시 참고사항

  • "고르기 어렵다면 AI가 알아서" 의도 — 시연 시 빠른 진행용
  • 자동 선택 후에도 나이·성별은 기존대로 정상 선택 흐름

🤖 Generated with Claude Code

@vercel

vercel Bot commented Jun 16, 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 16, 2026 9:14am

@g-hyxn
g-hyxn requested a review from koreahghg June 16, 2026 08:02
@g-hyxn g-hyxn self-assigned this Jun 16, 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 contribution guidelines in CLAUDE.md to restrict PRs targeting main and fixes a repository name typo. In src/pages/create/index.tsx, it introduces an automatic style selection feature ("자동으로 만들기") that randomly picks a style and advances the step. The reviewer suggests adding safety checks in handleStyleAuto to prevent double-click step skipping and handle potential empty state errors for STYLE_OPTIONS.

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
setStep을 멱등 함수형 업데이터로 변경해 빠른 중복 클릭에도 2→3 단계만
진행되도록 보장.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@g-hyxn
g-hyxn merged commit 8d5bcbd into develop Jun 16, 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