Conversation
그룹스터디 개설 폼의 "다음" 버튼에 단계별 필수 입력 검증을 추가하여 사용자가 필수 항목을 입력하지 않으면 다음 단계로 진행할 수 없도록 개선 - 단계별 필수 필드 검증 로직 추가 (useMemo) - 각 단계별 필수 필드에 주석 추가로 가독성 향상 - 썸네일 필드를 2단계 섹션으로 재배치 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
yeun38
approved these changes
Jan 8, 2026
Contributor
|
저희가 react-hook-form이랑 zod쓰면서 이제 유효성 검사에 편리하게 사용하려고 했는데 이부분 라이브러리도 한번 보실겸 활용하셔서 리팩토링해보셔도 좋을 것 같습니다! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
group-study-form.tsx: useMemo를 활용한 단계별 필수 필드 검증 로직 추가group-study-form.schema.ts: 단계별 필드 주석 추가 및 썸네일 필드 재배치disabledprop 연동Test plan
🤖 Generated with Claude Code