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

Add solved quiz count data to response #195

Merged
merged 2 commits into from
Nov 18, 2024
Merged

Add solved quiz count data to response #195

merged 2 commits into from
Nov 18, 2024

Conversation

miraexhoi
Copy link
Member

๐Ÿ“Ž ๊ด€๋ จ Issue ๋ฒˆํ˜ธ

๐Ÿ“„ ์ž‘์—… ๋‚ด์šฉ ์š”์•ฝ

๊ธฐ์กด ๋กœ์ง์—์„œ ์œ ์ €๊ฐ€ ํ€ด์ฆˆ๋ฅผ ํ’€์ง€ ์•Š์•˜์„ ๊ฒฝ์šฐ, ๋ฐ˜ํ™˜๊ฐ’์—์„œ ํ•ด๋‹น ์นดํ…Œ๊ณ ๋ฆฌ๊ฐ€ ๋ˆ„๋ฝ๋˜๋Š” ๋ฌธ์ œ๊ฐ€ ์žˆ์—ˆ์Šต๋‹ˆ๋‹ค.
ํ•ด๋‹น ๋ฌธ์ œ๋ฅผ ๊ฐ ์นดํ…Œ๊ณ ๋ฆฌ๋ณ„๋กœ ๊ธฐ๋ณธ๊ฐ’์„ ์„ธํŒ…ํ•˜์—ฌ, ์‚ฌ์šฉ์ž๊ฐ€ ํ€ด์ฆˆ๋ฅผ ํ’€์ง€ ์•Š์•˜๋”๋ผ๋„
๋Šฅ๋ ฅ์น˜ API ์กฐํšŒ ์‹œ ๊ฐ ์นดํ…Œ๊ณ ๋ฆฌ๋ณ„ ์ „์ฒด ํ€ด์ฆˆ ๊ฐœ์ˆ˜๋ฅผ ๋ฐ˜ํ™˜ํ•˜๋„๋ก ์ˆ˜์ •ํ•˜์˜€์Šต๋‹ˆ๋‹ค.
์ถ”๊ฐ€์ ์œผ๋กœ, ๋‹จ์ผ ์ฑ…์ž„ ์›์น™์„ ์ค€์ˆ˜ํ•˜๊ธฐ ์œ„ํ•ด ๊ด€๋ จ ๋ฉ”์„œ๋“œ๋“ค์„ ๋ถ„๋ฆฌํ•˜์˜€์Šต๋‹ˆ๋‹ค.

๐Ÿ™‹๐Ÿป ์ฃผ์˜ ๊นŠ๊ฒŒ ํ™•์ธํ•ด์•ผ ํ•˜๋Š” ์ฝ”๋“œ

x

๐Ÿ“„ ๊ฐœ์„  ์‚ฌํ•ญ OR ์ฐธ๊ณ  ์‚ฌํ•ญ

{
    "totalAvgResponse": 0,
    "skillTotalScoreResponse": {
        "DESIGN": {
            "totalScore": 0,
            "currentCount": 0,
            "totalCount": 5
        },
        "DEVELOP": {
            "totalScore": 0,
            "currentCount": 0,
            "totalCount": 5
        },
        "BUSINESS": {
            "totalScore": 0,
            "currentCount": 0,
            "totalCount": 5
        }
    }
}

@miraexhoi miraexhoi added the fix ๊ธฐ๋Šฅ ๋ณ€๊ฒฝ ์‹œ label Nov 18, 2024
@miraexhoi miraexhoi self-assigned this Nov 18, 2024
@miraexhoi miraexhoi merged commit 3f2cc9e into main Nov 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix ๊ธฐ๋Šฅ ๋ณ€๊ฒฝ ์‹œ
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix :: add solved quiz count data to response
1 participant