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

Fix popular words API response by view count-based retrieval #194

Merged
merged 2 commits into from
Nov 10, 2024

Conversation

miraexhoi
Copy link
Member

@miraexhoi miraexhoi commented Nov 10, 2024

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

closes #193

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

๊ธฐ์กด API์˜ findAll ์‚ฌ์šฉ์œผ๋กœ ์ธํ•ด ๋งŽ์ด ์ฐพ์•„๋ณธ ์šฉ์–ด ๋ชฉ๋ก ์กฐํšŒ ์‹œ ๋นˆ ๊ฐ’์ด ๋ฐ˜ํ™˜๋˜๋Š” ๋ฌธ์ œ๊ฐ€ ์žˆ์—ˆ์Šต๋‹ˆ๋‹ค.
์ด๋ฅผ ํ•ด๊ฒฐํ•˜๊ธฐ ์œ„ํ•ด findByViewCount ๋ฉ”์„œ๋“œ๋ฅผ ์ถ”๊ฐ€ํ•˜์—ฌ, viewCount ๋ฅผ ๊ธฐ์ค€์œผ๋กœ ์˜ฌ๋ฐ”๋ฅด๊ฒŒ ๋ฐ์ดํ„ฐ๋ฅผ ์กฐํšŒํ•˜๊ณ ,
ํ•ด๋‹น ๋ฐ์ดํ„ฐ๋ฅผ ์ •์ƒ์ ์œผ๋กœ ๋ฐ˜ํ™˜ํ•˜๋„๋ก ์ˆ˜์ •ํ•˜์˜€์Šต๋‹ˆ๋‹ค.

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

x

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

x

@miraexhoi miraexhoi added the fix ๊ธฐ๋Šฅ ๋ณ€๊ฒฝ ์‹œ label Nov 10, 2024
@miraexhoi miraexhoi self-assigned this Nov 10, 2024
@miraexhoi miraexhoi merged commit 0861488 into main Nov 10, 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 :: fix popular words api response value
1 participant