Skip to content

Conversation

@JunbeomKoreaUniv
Copy link
Contributor

확인해야할 사항

  • 준비과정 추가/수정 시에 약속 알림 시간을 업데이트하는 로직을 빠뜨렸어서 해당 로직 추가하였습니다.

Closed #226

@JunbeomKoreaUniv JunbeomKoreaUniv self-assigned this Jul 6, 2025
@JunbeomKoreaUniv JunbeomKoreaUniv added the enhancement New feature or request label Jul 6, 2025
@github-actions github-actions bot closed this Jul 6, 2025
@github-actions
Copy link

github-actions bot commented Jul 6, 2025

실패하는 테스트코드가 있어 PR이 자동으로 닫혔습니다.
Github Action에서 자세한 실패 로그를 확인하고 코드를 수정하세요.

@github-actions github-actions bot closed this Jul 6, 2025
@github-actions
Copy link

github-actions bot commented Jul 6, 2025

실패하는 테스트코드가 있어 PR이 자동으로 닫혔습니다.
Github Action에서 자세한 실패 로그를 확인하고 코드를 수정하세요.

1 similar comment
@github-actions
Copy link

github-actions bot commented Jul 6, 2025

실패하는 테스트코드가 있어 PR이 자동으로 닫혔습니다.
Github Action에서 자세한 실패 로그를 확인하고 코드를 수정하세요.

}

private void updateAndRescheduleNotification(LocalDateTime newNotificationTime, NotificationSchedule notification) {
public void updateAndRescheduleNotification(LocalDateTime newNotificationTime, NotificationSchedule notification) {
Copy link
Contributor

Choose a reason for hiding this comment

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

private에서 public으로 바꾸신 배경이 궁금한데 설명해주실 수 있을까요?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

preparationScheduleService에서 해당 메서드 사용하게 하기 위해서 변경했습니다.
(준비과정 수정 시에도 TaskScheduler의 스케줄을 리스케줄링해줘야해서 preparationScheduleService에서 해당 메서드 사용합니다)

Copy link
Contributor

Choose a reason for hiding this comment

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

아 그렇군요! 확인했습니다!!

@jjjh02
Copy link
Contributor

jjjh02 commented Jul 6, 2025

나머지 코드는 확인 완료했습니다~ 수고하셨습니다!! 👍

@jjjh02 jjjh02 merged commit fd88414 into main Jul 7, 2025
2 checks passed
@jjjh02 jjjh02 deleted the refact/schedule2 branch July 7, 2025 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

준비과정 추가/수정 하는 API호출 시 약속알림시간 업데이트되게 수정

3 participants