Conversation
Friendship, FriendSearchHistory Entity 추가, 관련 에러 코드 추가, 마이그레이션 추가
user의 nickname에 UNIQUE 제약 추가, UserProfileUpdateService에 중복 체크 로직 추가, UserController 에러 코드 Swagger 문서 업데이트
FriendshipRepository에서 JOIN FETCH로 N+1 문제 방지, FriendSearchHistoryRepository에서 기존 리포트 검색과 비슷하게 UPSERT 패턴 지원, UserRepository에서 유저 검색 쿼리 구현하였고 관련도 순으로 쿼리되도록 구현
친구 조회/요청/수락/거절/삭제 API, 커서 기반 유저 검색 API, 검색 기록 저장/조회/삭제 API 구현
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.
📝 요약(Summary)
🔗 Related Issue
💬 공유사항
✅ PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.