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/194 : 브리핑 조회수 증가 #196

Merged
merged 5 commits into from
Mar 9, 2024
Merged

Feature/194 : 브리핑 조회수 증가 #196

merged 5 commits into from
Mar 9, 2024

Conversation

swa07016
Copy link
Member

@swa07016 swa07016 commented Mar 7, 2024

🚀 개요

홈화면에서 스크랩 수를 노출하는 대신 조회수를 보여주기 위해
Briefing 테이블에 조회수를 누적합니다.

⏳ 작업 내용

  • Briefing 테이블 viewCount 추가
  • Briefing 상세조회 API Call 하나 당 조회수 1 증가
  • 통합테스트 작성하기

📝 논의사항

H2 DB에 붙는 test 프로파일을 추가하고 API 통합 테스트를 작성했습니다.
아직 조회수 관련 기획이 없어서 우선 조회수 쌓기만 하고,
추후 기획이 확정되면 응답에 추가하면 될 것 같습니다.

@swa07016 swa07016 added the ✨ feature New feature or request label Mar 7, 2024
@swa07016 swa07016 requested review from CYY1007 and ahnsugyeong March 7, 2024 09:23
@swa07016 swa07016 self-assigned this Mar 7, 2024
@swa07016 swa07016 linked an issue Mar 7, 2024 that may be closed by this pull request
3 tasks
Copy link
Member

@ahnsugyeong ahnsugyeong left a comment

Choose a reason for hiding this comment

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

테스트 코드까지 작성하셨네요! 수고하셨습니다 👍👍

@swa07016 swa07016 merged commit e16dbd6 into develop Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🚀 [feature] 브리핑 조회수 증가
2 participants