Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat/201] 친구 검색 기능 구현 및 친구 목록 조회 페이징 추가 #205

Merged
merged 5 commits into from
Sep 5, 2024

Conversation

Eunjin3395
Copy link
Member

@Eunjin3395 Eunjin3395 commented Sep 4, 2024

🚀 개요

친구 검색 기능 구현 및 친구 목록 조회 페이징 추가

🔍 변경사항

  • 친구 목록 조회 API 이름 오름차순 정렬된 상태에서 커서 기반 페이징 기능 추가
  • 소환사명으로 친구 목록 검색 API 구현
  • SortUtil 삭제

⏳ 작업 내용

  • 친구 목록 조회 API 이름 오름차순 정렬된 상태에서 커서 기반 페이징 기능 추가
  • 소환사명으로 친구 목록 검색 API 구현

📝 논의사항

@Eunjin3395 Eunjin3395 self-assigned this Sep 4, 2024
@Eunjin3395 Eunjin3395 linked an issue Sep 4, 2024 that may be closed by this pull request
2 tasks
Copy link
Contributor

@hzee97 hzee97 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!

@@ -143,6 +155,7 @@ public static class friendInfoDTO {
String name;
Integer memberProfileImg;
boolean isLiked;
Copy link
Contributor

Choose a reason for hiding this comment

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

boolean -> Boolean 으로 통일해도 좋을 것 같아요.

Copy link
Member Author

Choose a reason for hiding this comment

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

넵 Boolean으로 수정했습니다!

@Eunjin3395 Eunjin3395 merged commit 8282fca into develop Sep 5, 2024
1 check passed
@Eunjin3395 Eunjin3395 deleted the feat/201 branch September 8, 2024 15:08
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.

✨ [Feat] 친구 검색 기능 구현 및 친구 목록 조회 페이징 추가
2 participants