-
Notifications
You must be signed in to change notification settings - Fork 0
프로필 기능 구현 앞서 팔로우 기능 간단 구현 #28
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
Merged
Merged
Conversation
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
현재 프로필 이미지, 상태메시지만 변경 가능하다고 생각중
뜻 전달 명확히 하기위해 다음과 같이 변경 initiatorId: 팔로우를 요청한 사람 targetId: 팔로우 대상
유저 2명이 존재하고 팔로우를 안해서 실패하면 FollowNotFoundException
|
Claude의 전체 변경사항 및 관련 파일에 대한 리뷰: 개선된 사항:
주요 이슈:
관련 파일에 대한 영향 분석:
전반적인 의견: |
asserttrue 추가
테스트용 시크릿 변수 임포트 오류 수정
jwt 관련 변수 주입
secret 변수 이름 수정
secret 변수 이름 수정
secret 변수 이름 수정
|
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.



📌 PR 제목
프로필 기능 구현 앞서 팔로우 기능 간단 구현
✨ 변경 사항
🔍 변경 이유
프로필 조회하면서 팔로워, 팔로잉 수가 필요해서 프로필 구현에 앞서 간단하게 구현해두었습니다.
✅ 체크리스트
📌 참고 사항
count 쿼리가 프로필 조회할때 필요해서 간단히 구현했습니다. 데이터가 얼마없는 초기에는 성능이 나쁘지 않아서
나중에 데이터 쌓이면 개선할 예정입니다.