Skip to content

[Feat] 내가 찜한 콘텐츠 조회#59

Draft
kimyeoungrok wants to merge 5 commits intomainfrom
feat/#58-getLikeContents
Draft

[Feat] 내가 찜한 콘텐츠 조회#59
kimyeoungrok wants to merge 5 commits intomainfrom
feat/#58-getLikeContents

Conversation

@kimyeoungrok
Copy link
Collaborator

🛰️ Issue Number

🪐 작업 내용

  • 콘텐츠 생성일을 LocalDateTime형태로 받아오기
  • 내가 찜한 콘텐츠 조회 api 구현

📚 Reference

✅ Check List

  • 코드 작성 시 최선을 다했나요?
  • 코드가 정상적으로 컴파일되나요?
  • 테스트 코드를 작성 및 통과했나요?
  • merge할 브랜치의 위치를 확인했나요?
  • Label을 지정했나요?

🔉 같이 고민하고 싶은 부분 (없으면 생략)

image

기존 최신순 콘텐츠 조회 api를 고도화 하였음(파라미터 추가해서 0이면 최신순, 1이면 좋아요(찜한) 콘텐츠 조회)

facade클래스의 option별 if-else문을 전략패턴으로 바꿔볼까 했는데 일단 옵션이 두 개 뿐이라 그대로 두었습니다.(나중에 기획에서 좀 더 살이 붙어서 더 추가될 여지가 있으면 해당패턴으로 리팩토링하겠습니다.)

@kimyeoungrok kimyeoungrok self-assigned this Dec 29, 2025
Copy link
Collaborator

@ho0010 ho0010 left a comment

Choose a reason for hiding this comment

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

LGTM!

@ho0010 ho0010 marked this pull request as draft January 18, 2026 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feat] 내가 찜한 콘텐츠 조회

2 participants