Instagram-Clone-Coding / Spring_instagram-clone

Instagram Clone Coding - Backend using Spring Framework
http://ec2-52-79-71-191.ap-northeast-2.compute.amazonaws.com
MIT License
82 stars 23 forks source link

Feed 도메인 리팩토링, 기능 추가 및 수정 #224

Closed seonpilKim closed 2 years ago

seonpilKim commented 2 years ago

📌Linked Issues

✏Change Details

Feed 도메인 리팩토링

  1. QuerydslRepository 메소드명에 파라미터에 따라 by~~를 추가하였습니다.
  2. PostService와 CommentService에 private 메소드로 구현되어 있었던 setHasStory 메소드를 MemberStoryService로 옮기고, 여기서 story 업로드 여부를 설정하도록 변경점을 최소화하였습니다.
  3. PostService의 setRecentComments 메소드에서 commentDto를 한 번에 모은 다음, setMentionAndHashtagList 메소드를 호출함으로써, mention 목록 중 존재하는 member를 찾는 쿼리 호출 횟수를 1회로 줄였습니다.

게시물 조회 응답 데이터 추가 (isFollowing)

게시물 업로드 필드 검증 추가

좋아요 목록 조회 응답 데이터 제거 (hasStory)

좋아요 목록 조회 응답 로직 수정

💬Comment

-

📑References

✅Check List