2주차 활동
MainPage:
UserPage:
USER.fullname
: 이름 렌더링USER.followers
: 팔로워 렌더링USER.following
: 팔로잉 렌더링USER.posts ⇒ POST[]
: 본인이 작성한 POST 카드 렌더링USER.lastLoginDate
: 접속 날짜 (추가 구현)USER.posts
: 잔디밭 구현DetailPage and ResultPage:
Author Information:
POST.author
⇒ USER[]
: 게시자 정보Post Details Rendering:
USER.fullname
: 게시자 이름USER.image
: 게시자 AvatarPOST.createdAt
: 게시 날짜POST.likes
: 좋아요 수POST.image
: 게시 이미지POST.title
⇒ TITLE, CONTENT
객체 ⇒ TITLE
, **CONTENT
**로 나눠짐ResultPage에서는 Content에 대한 내용 제거
Post Interactions:
POST.comment
⇒ comment, vote
객체 ⇒ 투표, 댓글로 구분데이터 정제가 추가로 필요함