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

[#41] fix : toastListDto추가 #42

Merged
merged 3 commits into from
Jan 11, 2024
Merged

[#41] fix : toastListDto추가 #42

merged 3 commits into from
Jan 11, 2024

Conversation

mmihye
Copy link
Member

@mmihye mmihye commented Jan 10, 2024

🚩 관련 이슈

📋 구현 기능 명세

  • toastListDto추가

📌 PR Point

  • 무슨 이유로 어떻게 코드를 변경했는지

  • 어떤 부분에 리뷰어가 집중해야 하는지

  • 개발하면서 어떤 점이 궁금했는지

📸 결과물 스크린샷

"code": 200,
    "message": "타이머 조회 성공",
    "data": {
        "nickname": "토스터3249881518",
        "readToastNum": 0,
        "allToastNum": 0,
        "mainCategoryListDto": [
            {
                "CategoryId": 16,
                "categoryTitle": "새 카테고리",
                "toastNum": 0
            },
            {
                "CategoryId": 17,
                "categoryTitle": "마마마마마마마마마마마마마마맘마마마맘마",
                "toastNum": 0
            },
            {
                "CategoryId": 18,
                "categoryTitle": "마마",
                "toastNum": 0
            }
        ],
        "toastListDto": [
            {
                "toastId": 1,
                "toastTitle": "link",
                "toastImg": null,
                "toastLink": "https"
            },
            {
                "toastId": 2,
                "toastTitle": "새새",
                "toastImg": null,
                "toastLink": "fdsaf"
            },
            {
                "toastId": 3,
                "toastTitle": "asd",
                "toastImg": null,
                "toastLink": "asd"
            }
        ],
        "recommendedSiteListDto": [
            {
                "siteId": 1,
                "siteTitle": null,
                "siteUrl": null,
                "siteImg": null,
                "siteSub": null
            },
            {
                "siteId": 2,
                "siteTitle": null,
                "siteUrl": null,
                "siteImg": null,
                "siteSub": null
            },
            {
                "siteId": 3,
                "siteTitle": null,
                "siteUrl": null,
                "siteImg": null,
                "siteSub": null
            },
            {
                "siteId": 4,
                "siteTitle": null,
                "siteUrl": null,
                "siteImg": null,
                "siteSub": null
            },
            {
                "siteId": 5,
                "siteTitle": null,
                "siteUrl": null,
                "siteImg": null,
                "siteSub": null
            },
            {
                "siteId": 6,
                "siteTitle": null,
                "siteUrl": null,
                "siteImg": null,
                "siteSub": null
            },
            {
                "siteId": 7,
                "siteTitle": null,
                "siteUrl": null,
                "siteImg": null,
                "siteSub": null
            },
            {
                "siteId": 8,
                "siteTitle": null,
                "siteUrl": null,
                "siteImg": null,
                "siteSub": null
            },
            {
                "siteId": 9,
                "siteTitle": null,
                "siteUrl": null,
                "siteImg": null,
                "siteSub": null
            }
        ]
    }

🛠️ 테스트

  • 테스트

🚀 API Endpoint

  • baseurl/main

@mmihye mmihye added the 🐞 fix Something isn't working label Jan 10, 2024
@mmihye mmihye requested a review from sss4920 January 10, 2024 06:19
@mmihye mmihye self-assigned this Jan 10, 2024
@mmihye mmihye changed the base branch from develop to test January 11, 2024 14:56
Copy link
Contributor

@sss4920 sss4920 left a comment

Choose a reason for hiding this comment

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

굿!

@sss4920 sss4920 merged commit 191beef into test Jan 11, 2024
1 check failed
@sss4920 sss4920 deleted the feature/#41 branch January 11, 2024 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 fix Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Fix] 메인페이지 조회 빠진 데이터 추가
2 participants