hotfix: 강의 시간표상 시간 미정된 강의들에 대한 누락 문제 #80
Merged
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.
🙋 어떤 PR인가요?
USW 포털 강의 데이터상에서 place_schedule이 "강의실(요일1,2,3)" 패턴이 아닌 "(요일1,2,3)" 패턴인 케이스에서 버그가 발생했었습니다.
기존에는 REGEX 검사를 해서 "강의실(요일1,2,3), ..." 패턴과 일치하는 것만을 시간표 데이터로 응답하였던 것이 문제였습니다.
USW에서 데이터 형태를 바꿀 케이스를 생각해서 만들었던 조건인데, 강의 데이터 적재 로직에서 어느정도 검증된다고 생각해서 제거하게 됐습니다.
📝 작업 상세
🙏 To Reviewers
🧐 체크리스트