Feat: 팀 매칭 플로우 구현 (시즌/열정 테스트/팀 상태) #41
Merged
+268
−10
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.
🔥 작업 내용
팀 매칭 MVP 플로우의 백엔드 로직을 구현했습니다.
1️⃣ 시즌(Season) 도입
Season모델 추가is_active)2️⃣ 팀 매칭 신청 페이지 (
team_apply)is_matching_period플래그로 분기 처리3️⃣ 열정 테스트 플로우 구현
4️⃣ 팀 매칭 상태 페이지 (
team_status)5️⃣ 마이그레이션
passion_level필드 추가🔗 연관 이슈
passion_level)은 현재 User 모델에 저장되어 있으며,추후 프로젝트/신청 단위로 분리할지 논의 여지가 있습니다.