Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hotfix: timetableV2 온라인 강의 응답 오류 수정 (main) #1168

Merged
merged 2 commits into from
Jan 10, 2025

Conversation

Soundbar91
Copy link
Contributor

🔥 연관 이슈

🚀 작업 내용

  • timetableV2에서 온라인 강의(ex. 케이묵)을 반환 시 발생하는 오류를 수정했습니다.
    • 온라인 강의는 classTime이 []
    • 앞뒤 괄호를 지우면 공백이 남고, 이를 Integer로 변환을 하게 되면 오류가 발생합니다.

💬 리뷰 중점사항

핫픽스 PR으로, 프로덕션 브랜치를 바라보고 있습니다.

@Soundbar91 Soundbar91 added 버그 정상적으로 동작하지 않는 문제상황입니다. Team User 유저 팀에서 작업할 이슈입니다 labels Jan 10, 2025
@Soundbar91 Soundbar91 self-assigned this Jan 10, 2025
Copy link

github-actions bot commented Jan 10, 2025

Unit Test Results

342 tests   341 ✔️  1m 40s ⏱️
  41 suites      1 💤
  41 files        0

Results for commit 2a89f34.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@duehee duehee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

빠르게 찾아서 다행이네요!
고생하셨습니다~

@@ -82,6 +83,10 @@ public record ClassInfo(
public static List<ClassInfo> of(String classTime, String classPlace) {
// 강의 장소가 없는 경우 강의 시간과 매핑을 못하기 때문에 바로 반환
if (classPlace == null) {
// 온라인 강의인 경우
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A

new ArrayList 선언도 생각해봤는데, 찾아보니 이 경우에는 Collections.emptyList()가 더 나은 상황인 거 같네요!

@Soundbar91 Soundbar91 merged commit 7b593b9 into main Jan 10, 2025
4 checks passed
@Soundbar91 Soundbar91 deleted the hotfix/timetable-lecture-class-time branch January 10, 2025 09:30
@Soundbar91 Soundbar91 restored the hotfix/timetable-lecture-class-time branch January 10, 2025 09:30
@Soundbar91 Soundbar91 deleted the hotfix/timetable-lecture-class-time branch January 14, 2025 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team User 유저 팀에서 작업할 이슈입니다 버그 정상적으로 동작하지 않는 문제상황입니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants