-
Notifications
You must be signed in to change notification settings - Fork 1
[Feat] 준비과정 추가/수정 하는 API호출 시 약속알림시간 업데이트되게 수정 #227
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
Conversation
|
실패하는 테스트코드가 있어 PR이 자동으로 닫혔습니다. |
|
실패하는 테스트코드가 있어 PR이 자동으로 닫혔습니다. |
1 similar comment
|
실패하는 테스트코드가 있어 PR이 자동으로 닫혔습니다. |
| } | ||
|
|
||
| private void updateAndRescheduleNotification(LocalDateTime newNotificationTime, NotificationSchedule notification) { | ||
| public void updateAndRescheduleNotification(LocalDateTime newNotificationTime, NotificationSchedule notification) { |
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.
private에서 public으로 바꾸신 배경이 궁금한데 설명해주실 수 있을까요?
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.
preparationScheduleService에서 해당 메서드 사용하게 하기 위해서 변경했습니다.
(준비과정 수정 시에도 TaskScheduler의 스케줄을 리스케줄링해줘야해서 preparationScheduleService에서 해당 메서드 사용합니다)
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.
아 그렇군요! 확인했습니다!!
|
나머지 코드는 확인 완료했습니다~ 수고하셨습니다!! 👍 |
확인해야할 사항
Closed #226