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: 인기 검색어 순위 집계 기능 및 swagger 구현 #711

Merged
merged 1 commit into from
Aug 29, 2023

Conversation

Jiwon-Woo
Copy link
Member

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

개요

작업 사항

  • 인기 검색어 API 로직 구현
    • 현재 순위 등락은 API 호출 바로 이전 시점과 비교하여 반환
    • 추후 특정 시간마다 순위를 저장하고, 해당 시점과 비교하여 순위 등락을 반환하는 방식으로 변경할 예정
  • 인기 검색어 API swagger 추가
    • endpoint: /seach-keywords/popular

변경점

  • v1 에 search-keywords를 추가하였습니다.

목적

  • 집현전 페이지에 인기 검색어 순위를 보여줄 예정

@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 05:52 — with GitHub Actions Inactive
Copy link
Member

@Jake1152 Jake1152 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 abe0904 into develop Aug 29, 2023
5 checks passed
@Jiwon-Woo Jiwon-Woo deleted the 710-실시간-인기-검색어-API-구현 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.

실시간 인기 검색어 API 구현 ☂️ 인기 검색어 구현
2 participants