You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
기존 최신 피드는 탐색 페이지에서 로그인한 유저는 팔로잉 되어있는 사용자들의 최신 30일 피드를 가져오고, 비회원은 모든 사용자들의 최근 30일 피드를 가져오는 것 이였음
TOBE
탐색 -> 홈으로 변경되었고, 최신피드와 팔로잉피드로 페이지가 분리 되었으며 최신피드에는 로그인 유무 없이 무조건 모든 사용자의 최근 30일동안 수정된 순의 리스트를 가져오는 방식으로 변경
팔로잉 최신피드는 로그인을 필수로 해야하며 내가 팔로잉한 사용자들의 최근 30일동안 수정된 순의 리스트를 가져옴
추가적으로 최신피드 API queryParam에 category가 추가됨
최신피드 : GET "/lists?size={}&cursorUpdatedDate={}&category={}"
팔로잉피드 : GET "/lists/following?size={}&cursorUpdatedDate={}"
기타 추가사항
List에 updateCount 추가 (업데이트 N회째)
리스트 수정시 updateCount + 1 되도록 수정
TODO
최신피드 API 구현
팔로잉피드 API 구현
List Entity에 updateCount 추가 후 리스트 수정 시 updateCount + 1 되도록 수정
Description
ASIS
TOBE
최신피드 :
GET "/lists?size={}&cursorUpdatedDate={}&category={}"
팔로잉피드 :
GET "/lists/following?size={}&cursorUpdatedDate={}"
기타 추가사항
TODO
관련 Issue
The text was updated successfully, but these errors were encountered: