fix: 지원 대학 필수 컬럼 검증 조건 수정#559
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
|
Warning Review limit reached
More reviews will be available in 42 minutes and 48 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more credits in the billing tab to continue. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
변경 사항
대학명 (국문)만으로 조정했습니다.원인
기존 필드 메타데이터의
required값이 DB/import 로직상 nullable 또는 조건부 필수인 필드까지 항상 필수로 표시하고 있어, 실제 저장 가능한 마크다운 행도 클라이언트에서 차단했습니다.검증
pnpm --filter @solid-connect/admin test -- src/components/features/univ-apply-infos/univApplyInfoValidation.test.ts src/components/features/univ-apply-infos/univApplyInfoFields.test.tspnpm --filter @solid-connect/admin test -- src/components/features/univ-apply-infospnpm --filter @solid-connect/admin typecheckpnpm --filter @solid-connect/admin lint:check@solid-connect/admin ci:check@solid-connect/admin build