Conversation
- 팔로우 상태를 저장할 수 있는 Follow 엔티티 추가 - 로그인한 사용자 정보를 찾은 후 팔로우 하려는 대상 찾음 - 이미 팔로우한 상태라면 언팔로우, 아니라면 팔로우 Resolves: #49
Contributor
|
고생 많으심다 |
LeeGukgeon
reviewed
Dec 17, 2024
Contributor
LeeGukgeon
left a comment
There was a problem hiding this comment.
갓지민.. 코드짜는 속도가 말도 안되네요
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.
📋 요약
🛠 변경 사항
🔗 관련 이슈
📸 스크린샷 또는 GIF (해당되는 경우)
tbl_user

두 명의 유저가 존재합니다.
팔로우

5번 유저로 로그인 후 6번 유저를 팔로우 합니다.
tbl_follow

✅ 체크리스트
🛡 테스트 방법
.
📚 추가 참고 사항
.