Skip to content

Comments

feat: 북마크한 유저픽 게시글 목록 조회 기능 추가(#121)#122

Merged
hisonghy merged 1 commit intodevelopfrom
feature/load-my-bookmarked-posts-121
May 16, 2025
Merged

feat: 북마크한 유저픽 게시글 목록 조회 기능 추가(#121)#122
hisonghy merged 1 commit intodevelopfrom
feature/load-my-bookmarked-posts-121

Conversation

@hisonghy
Copy link
Member

🌱 관련 이슈

📌 작업 내용 및 특이사항

  • 내가 북마크한 유저픽 게시글 목록을 조회하는 api 구현했습니다
  • 작성한 유저픽 게시글 목록 조회 api 와 동일하게 Slice 페이징 처리와 최신순으로 정렬된 데이터 목록이 응답되도록 했습니다
  • 정렬할 때, 만약 createdAt 필드가 동일한 경우가 있을 수 있어 이런 경우 id 필드로 내림차순 정렬할 수 있도록 추가했습니다
  • 게시글 최신순 X, 북마크 최신순

🔍 참고사항

📚 기타

@hisonghy hisonghy requested a review from myqewr May 16, 2025 06:49
@hisonghy hisonghy self-assigned this May 16, 2025
@hisonghy hisonghy added the ⚡ feature 새로운 기능 추가 및 수정 label May 16, 2025
Copy link
Member

@myqewr myqewr left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!

@hisonghy hisonghy merged commit 3237c7d into develop May 16, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⚡ feature 새로운 기능 추가 및 수정

Projects

None yet

Development

Successfully merging this pull request may close these issues.

⚡ 북마크한 게시글 목록 조회 api 구현

2 participants