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

feat: 인기 검색어 순위 변동 구현 #714

Merged
merged 4 commits into from
Aug 29, 2023

Conversation

Jiwon-Woo
Copy link
Member

@Jiwon-Woo Jiwon-Woo commented Aug 29, 2023

개요

작업 사항

  • node-schedule 를 이용하여 '최신 인기 검색어 순위'를 하루에 한번 갱신
  • '최신 인기 검색어 순위'는 rankingChange를 산출하기 위해 사용하며, 서버 메모리에 저장됨

변경점

  • 원래는 인기 검색어 순위 api를 호출할 때마다 '최신 인기 검색어 순위'를 갱신했지만, 하루에 한번 특정 시간마다 저장하도록 변경
  • '최신 인기 검색어 순위'에는 하루 전 인기 검색어를 저장함
    ex) 8월 29일에는 8월 28일 0시 42분 이전에 발생한 검색어만 집계

목적

  • '현재 인기 검색어 순위'와 '최신 인기검색어 순위'의 시간 격차를 벌려 순위 변동을 좀 더 잘 나타내기 위함

@Jiwon-Woo Jiwon-Woo added the enhancement New feature or request label Aug 29, 2023
@Jiwon-Woo Jiwon-Woo self-assigned this Aug 29, 2023
@Jiwon-Woo Jiwon-Woo temporarily deployed to development August 29, 2023 12:21 — with GitHub Actions Inactive
@Jiwon-Woo Jiwon-Woo temporarily deployed to development August 29, 2023 13:35 — with GitHub Actions Inactive
Copy link
Contributor

@nyj001012 nyj001012 left a comment

Choose a reason for hiding this comment

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

자정마다 바뀌겠네요!

@Jiwon-Woo Jiwon-Woo merged commit fd99ba8 into develop Aug 29, 2023
@Jiwon-Woo Jiwon-Woo deleted the 713-인기-검색어-순위-변동-구현 branch August 29, 2023 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

인기 검색어 순위 변동 구현 ☂️ 인기 검색어 구현
2 participants