Conversation
[reservation] 관리자 세탁 패널티 부과 기능 추가
[machine] 고장 기기가 예약 해제 시 복구되는 문제 수정
findExpiredReservedReservations는 RESERVED 예약의 startTime이 null이라 어떤 행도 반환하지 못하는 죽은 쿼리이며, 실제 만료 판정은 reservedAt 기준의 ReservationRepositoryCustomImpl.findExpiredReservations가 담당한다. countActiveReservationsByMachine도 호출부가 없어 함께 제거한다. Closes #113 Claude-Session: https://claude.ai/code/session_01VVnM26TwXTAKPNa7HxHCJP
열린 PR #123의 WasherTubCleanMachineGuard가 통세척 시작·종료 직전 활성 예약 재확인에 이 메서드를 사용하고 있어, 삭제 시 머지 순서와 무관하게 컴파일이 실패한다. 조건 자체가 잘못된 findExpiredReservedReservations 삭제만 유지한다. Claude-Session: https://claude.ai/code/session_01VVnM26TwXTAKPNa7HxHCJP
[smartthings] 주간 통세척 스케줄러 구현
…reservation-repository-methods
…n-repository-methods [reservation] 미사용 리포지토리 메서드 제거
exijn
approved these changes
Sep 3, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
개요
#121~ #124 의 내용을 상용환경에 배포합니다.