-
Notifications
You must be signed in to change notification settings - Fork 1
refactor: 셔틀 버스 API 리팩토링 #2098
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
refactor: 셔틀 버스 API 리팩토링 #2098
Conversation
asa9874
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다👍 코멘트 남겨뒀습니다
.../java/in/koreatech/koin/admin/bus/shuttle/dto/response/AdminShuttleBusTimetableResponse.java
Outdated
Show resolved
Hide resolved
src/main/java/in/koreatech/koin/admin/bus/shuttle/extractor/ShuttleBusNodeInfoExtractor.java
Outdated
Show resolved
Hide resolved
Soundbar91
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다
| List<AdminShuttleBusTimetableResponse> response = adminShuttleBusExcelService | ||
| .previewShuttleBusTimetable(file); | ||
| AdminShuttleBusTimetableResponse response = adminShuttleBusExcelService | ||
| .getShuttleBusTimetablePreview(file); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
C
줄 넘김 확인해주세요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
감사합니당!
수정 완료 했습니다. dd6c17c
🔍 개요
🚀 주요 변경 내용
기존
util패키지에 있는 모든 클래스는~~Parser로 네이밍 되어있었으나, 아래와 같은 기준으로 이를 분리함.업로드 API의 응답 포맷을 등하교, 생협에서 제공하는 포맷과 같이 통일
💬 참고 사항
✅ Checklist (완료 조건)