Skip to content

Conversation

@bbbbooo
Copy link
Member

@bbbbooo bbbbooo commented Dec 28, 2024

#️⃣연관된 이슈

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

📝작업 내용

이번 PR에서 작업한 내용을 간략히 설명해주세요(이미지 첨부 가능)

  • 팔로워가 최근 등록한 인증 보여주기
  • 메인 페이지, 대시보드 둘다 같은 API를 사용합니다.

스크린샷 (선택)

{
    "statusCode": 200,
    "data": {
        "content": [
            {
                "completeId": 224,
                "completePic": null,
                "createdAt": "2024-12-23T09:27:08",
                "likeStatus": false,
                "likeCount": 0,
                "commentCount": 0
            },
            {
                "completeId": 225,
                "completePic": null,
                "createdAt": "2024-12-23T09:27:08",
                "likeStatus": false,
                "likeCount": 0,
                "commentCount": 0
            },
            {
                "completeId": 213,
                "completePic": null,
                "createdAt": "2024-12-23T04:11:37",
                "likeStatus": false,
                "likeCount": 0,
                "commentCount": 0
            }
        ],
        "pageable": {
            "pageNumber": 0,
            "pageSize": 3,
            "sort": {
                "empty": true,
                "sorted": false,
                "unsorted": true
            },
            "offset": 0,
            "paged": true,
            "unpaged": false
        },
        "nextCursor": 213,
        "size": 3,
        "number": 0,
        "sort": {
            "empty": true,
            "sorted": false,
            "unsorted": true
        },
        "first": true,
        "last": false,
        "numberOfElements": 3,
        "empty": false
    },
    "timestamp": "2024-12-28T15:10:51.6266228"
}

💬리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

ex) 메소드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?

@soheeparklee
Copy link
Contributor

수고하셨습니다~

@soheeparklee soheeparklee merged commit 978b229 into develop Dec 28, 2024
1 check passed
@soheeparklee soheeparklee deleted the feature/follow branch December 28, 2024 10:54
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.

팔로워가 최근 등록한 인증 보여주기(대시보드)

3 participants