Skip to content

[Feat] 팔로우/언팔로우 기능 개발#62

Draft
j-yong98 wants to merge 28 commits intomainfrom
feature/follow
Draft

[Feat] 팔로우/언팔로우 기능 개발#62
j-yong98 wants to merge 28 commits intomainfrom
feature/follow

Conversation

@j-yong98
Copy link
Copy Markdown
Collaborator

✨ 작업 내용

  • POST /api/v1/users/{userId}/follow 팔로우 엔드포인트 추가
  • DELETE /api/v1/users/{userId}/follow 언팔로우 엔드포인트 추가
  • 자기 자신 팔로우 방지, 대상 사용자 존재 여부 검증, 중복 팔로우/미존재 관계 예외 처리 구현
  • 팔로우/언팔로우 시 follower/followee 카운트 증감 로직 추가
  • UserFollowService, UserController 및 관련 DTO 구현
  • 유저 팔로우/언팔로우 테스트 작성

관련 이슈

스크린샷 / 참고 자료

@github-actions
Copy link
Copy Markdown

기여해주셔서 감사합니다!
제목과 본문에서 감지된 키워드에 따라 라벨이 자동으로 적용되었습니다.

필요하다면 라벨을 검토하고 수정해주세요.

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] 유저 팔로우/언팔로우

1 participant