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 : 조회수 기능 구현 #189

Merged
merged 11 commits into from
Aug 29, 2024
Merged

feat : 조회수 기능 구현 #189

merged 11 commits into from
Aug 29, 2024

Conversation

sycuuui
Copy link
Member

@sycuuui sycuuui commented Aug 21, 2024

#️⃣ 연관된 이슈

📝 작업 내용

조회수 기능 구현하였습니다!

  • 로그인의 유무 관계 없음
  • cookie 이용 ( 유효시간 : 브라우저 닫기 전까지)
  • cookie 유효시간 동안은 조회수 중복 불가

스크린샷 (선택)

💬 리뷰 요구사항(선택)

조회수 중복에 대해서 정진님이 답변해주신 효과 부분에 공감이 가 브라우저 닫는 기준으로 cookie의 유효시간, 조회수 중복 불가를 설정하였습니다!

@sycuuui sycuuui added the feat 기능 개발 시 label Aug 21, 2024
@sycuuui sycuuui self-assigned this Aug 21, 2024
@sycuuui sycuuui merged commit 739197e into main Aug 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능 개발 시
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat : 조회수 기능
1 participant