[Fix] 시작전 챌린지 검색 오류 수정
Closed this issue · 0 comments
pingowl commented
Description
- 챌린지 매칭완료(recruited) status 추가해서 "매칭되었지만 시작 안 한 챌린지" 구별
- 챌린지 시작일 선정 방식 변경 이후, 챌린지 자동 시작 로직이 구현안되어 있음을 발견. 구현하기로함
📍 To-do
- 챌린지 status = recruited, unmatched 추가
- 누군가가 챌린지 신청하면(매칭 완료) 챌린지 status = recruited 로 변경하도록 수정
- 챌린지 시작일에 status= recruited 이면 챌린지 status = inProgress 로 변경하도록 스케줄러 설정
- 챌린지 시작일에 status= notStarted 이면 챌린지 status = unmatched 로 변경하도록 스케줄러 설정