-
Notifications
You must be signed in to change notification settings - Fork 1
651 교시 시간 수정 #652
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
Merged
The head ref may contain hidden characters: "651-attendanceservice-periods-\uC2DC\uAC04-\uBCC0\uACBD"
Merged
651 교시 시간 수정 #652
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
🧩 Analysis chain
🏁 Script executed:
Repository: DSM-PICK/PiCK_CORE_SERVER
Length of output: 525
🏁 Script executed:
Repository: DSM-PICK/PiCK_CORE_SERVER
Length of output: 2151
🏁 Script executed:
Repository: DSM-PICK/PiCK_CORE_SERVER
Length of output: 1135
🏁 Script executed:
Repository: DSM-PICK/PiCK_CORE_SERVER
Length of output: 1301
🏁 Script executed:
Repository: DSM-PICK/PiCK_CORE_SERVER
Length of output: 679
🏁 Script executed:
Repository: DSM-PICK/PiCK_CORE_SERVER
Length of output: 2818
🏁 Script executed:
Repository: DSM-PICK/PiCK_CORE_SERVER
Length of output: 51
QueryClubAllAttendanceService.kt의 8, 9, 10교시 정의 업데이트 필요AttendanceService.kt의 교시 정의가 변경되었으나,QueryClubAllAttendanceService.kt의 정의가 동기화되지 않았습니다.필요한 수정:
16:40 to 18:30→16:30 to 18:4018:40 to 19:30→18:40 to 19:4019:40 to 20:30→19:40 to 20:31추가로
AttendanceService.ktline 50의 검증도 수정 필요:endTime > LocalTime.of(20, 30)endTime > LocalTime.of(20, 31)동기화 실패 시 16:30
16:40, 18:3019:30, 20:30~20:31 구간에서InvalidTimeException발생.🤖 Prompt for AI Agents
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.
아닙니다. 시간 이게 맞습니다. 점심, 저녁시간으로 인해 시간이 변경될 수 있습니다.
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.
@ByunDohwi, 이해했습니다. 점심 및 저녁 시간으로 인해QueryClubAllAttendanceService.kt와AttendanceService.kt의 교시 시간 정의가 의도적으로 다를 수 있군요. 설명해 주셔서 감사합니다. 제 코멘트가 잘못된 판단이었습니다. 죄송합니다!