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

[FEATURE] 인기 게시물 조회 기능 구현 #55

Merged
merged 3 commits into from
Oct 18, 2023

Conversation

donsonioc2010
Copy link
Member

  • 최근 7일의 게시물 조회 (LikeCount 높은순으로 Desc)
  • Mapping추가에 따른 Security Config 추가

- 최근 7일간의 게시물에 대해서 LikeCount가 높은 순으로 게시물 리스트를 가져온다.
    - QueryString 없을 시 10건만 가져온다.
    - 특정 BoardId의 게시물만 가져온다.
    - 메인페이지에서 쓰려고 만들었다.
- Mapping추가에 따른 Security 변경
- ObjectMapper Bean에서 낮추고, 내부 메소드에서 불러오는 방향으로 변경
- Spring의 ObjectMapper는 냅두기로...

ObjectMapper 변경으로 인한 이슈발생으로 인한 수정
@donsonioc2010 donsonioc2010 added the enhancement New feature or request label Oct 18, 2023
@bongsh0112 bongsh0112 merged commit cdc54e8 into dev Oct 18, 2023
1 check passed
@bongsh0112 bongsh0112 deleted the feat/54-PopularArticle branch October 18, 2023 08:39
@donsonioc2010 donsonioc2010 linked an issue Oct 18, 2023 that may be closed by this pull request
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
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] 게시판별 특정 기간 인기순위 게시물 조회
2 participants