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: 팔로우 관련 기능 구현 #19

Merged
merged 5 commits into from
Jul 25, 2024
Merged

Feat: 팔로우 관련 기능 구현 #19

merged 5 commits into from
Jul 25, 2024

Conversation

yumzen
Copy link
Member

@yumzen yumzen commented Jul 23, 2024

#️⃣연관된 이슈

ex) #이슈번호, #이슈번호

#17

📝작업 내용

  • 팔로우 기능 + 취소 기능
  • 팔로우 조회 기능
  • 팔로잉 목록 조회
  • 팔로워 목록 조회

🔎코드 설명 및 참고 사항

  • 팔로잉/팔로워 목록 조회는 우선 update된 순으로 정렬해두었습니다.
  • controller에서 user id는 임의로 설정해두었고, 로그인 구현 완료시 연결 예정입니다.
  • 스웨거 description은 추후에 한꺼번에 적용해두겠습니다!
  • BaseEntity와의 연동을 위해 Application file에 @EnableJpaAuditing 설정해두었습니다~
  • Follow Service는 굳이 인터페이스+구현체로 나누지 않아도 될 것 같아 클래스 하나로 만들어두었습니다.

💬리뷰 요구사항

@yumzen yumzen added the ✨ Feature 기능 개발 label Jul 23, 2024
@yumzen yumzen self-assigned this Jul 23, 2024
Copy link
Member

@lee-haeseung lee-haeseung left a comment

Choose a reason for hiding this comment

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

lgtm

@yumzen yumzen merged commit d4ff4f9 into develop Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants