Skip to content

Comments

feat: 임시 앨범 삭제 기능 구현#241

Merged
yongjun0511 merged 15 commits intodevelopfrom
feat/240-delete-temp-album
Oct 14, 2025
Merged

feat: 임시 앨범 삭제 기능 구현#241
yongjun0511 merged 15 commits intodevelopfrom
feat/240-delete-temp-album

Conversation

@yongjun0511
Copy link
Collaborator

🌱 관련 이슈


📌 작업 내용 및 특이사항

  • 수동으로 삭제를 하는 작업과 스케줄러로 삭제하는 로직을 모두 구현했습니다.
  • 스케줄러로 삭제되는 경우 S3삭제를 비동기 처리하지 않았습니다.

@yongjun0511 yongjun0511 self-assigned this Oct 13, 2025
@yongjun0511 yongjun0511 requested a review from ht3064 as a code owner October 13, 2025 09:15
@yongjun0511 yongjun0511 linked an issue Oct 13, 2025 that may be closed by this pull request
Comment on lines 12 to 13
@Query("SELECT t FROM TempAlbum t WHERE t.expiredAt = :now")
List<TempAlbum> findAllExpiredToday(@Param("now") LocalDate now);
Copy link
Collaborator

Choose a reason for hiding this comment

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

@Param은 제거해도 될 것 같습니다!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Prepared Statement 캐싱을 위해서는 파라미터 바인딩이 필요하지 않나요?

Copy link
Collaborator

Choose a reason for hiding this comment

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

파라미터 이름이 동일해서 어노테이션 제거해도 될 것 같다고 말씀드린겁니다!

Copy link
Collaborator

@ht3064 ht3064 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!

@sonarqubecloud
Copy link

@yongjun0511 yongjun0511 merged commit 4acb1a6 into develop Oct 14, 2025
2 checks passed
@yongjun0511 yongjun0511 deleted the feat/240-delete-temp-album branch October 14, 2025 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

✨ 임시 앨범 삭제 기능 구현

2 participants