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

인기 게시글 기능 구현 #607

Closed
1 task
SongJaeHoonn opened this issue Nov 6, 2024 · 0 comments · Fixed by #610
Closed
1 task

인기 게시글 기능 구현 #607

SongJaeHoonn opened this issue Nov 6, 2024 · 0 comments · Fixed by #610
Assignees
Labels
✨ Feature 새로운 기능 명세 및 개발

Comments

@SongJaeHoonn
Copy link
Contributor

SongJaeHoonn commented Nov 6, 2024

Describe

게시판 상단에 핫 게시글을 노출하는 기능을 추가하려고 합니다.
따라서, 지난주의 핫 게시글 5개를 조회하는 API를 구현하고자 합니다.

핫 게시글로 선정되는 기준은 다음과 같습니다.

  • 지난주 가장 많은 반응(이모지)와 댓글 수를 받은 게시글 순
  • 핫 게시글은 항상 5개를 띄우도록 고정
  • 만약 이번주 내에 작성된 새로운 게시글이 4개 이하인 경우, 지난주의 핫 게시글 중 가장 최신 것을 가져와 핫 게시글 개수를 5개로 유지

핫 게시글은 일주일마다 변경됩니다.

Tasks

  • 핫 게시글 5개 조회 API 구현

ETC

이 내용은 2024 C-Lab 운영진의 씨랩 페이지 커뮤니티 활성화 방안 내용 중 백엔드 파트 @mingmingmon , 프론트 파트 @Jeong-Ag 과 함께 작업 계획을 세운 내용입니다.

@SongJaeHoonn SongJaeHoonn added the ✨ Feature 새로운 기능 명세 및 개발 label Nov 6, 2024
@SongJaeHoonn SongJaeHoonn self-assigned this Nov 6, 2024
@limehee limehee changed the title 핫 게시글 기능 구현 인기 게시글 기능 구현 Nov 12, 2024
@limehee limehee linked a pull request Nov 12, 2024 that will close this issue
limehee added a commit that referenced this issue Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 새로운 기능 명세 및 개발
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant