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

추천 밈 보기 로직 개선, MemeRecommendWatchModel schema 변경 #35

Merged

Conversation

seohyun0120
Copy link
Collaborator

정책 확정

  • 사용자는 'ㅋㅋ 리액션'은 밈 1개당 n번 클릭할 수 있다.
  • 사용자 레벨의 'ㅋㅋ 리액션' 횟수는 밈 1개당 1번으로 간주한다. (100번 눌러도 1번)
  • 밈의 'ㅋㅋ 리액션' 횟수는 사용자들이 누른 'ㅋㅋ 리액션'의 누적 횟수이다. (1번 유저가 A밈에 100번, 2번 유저가 A밈에 2번 누르면 A밈의 reaction은 102)

개선

  • MemeRecommendWatchModel 스키마 변경: memeIds -> memeId로 변경
    • 금주 추천밈을 볼 때마다 memeIds 필드에 해당 밈 id를 배열에 추가하는 방식으로 document를 업데이트해야하는데 코드가 그렇지 않음
    • memeRecommendWatchCount도 document 개수로 세고있음
    • 따라서, memeIds를 없애고 memeId로 변경

버그

  • /api/meme/:memeId/watch/recommend인 경우 현재 추천 밈 본 횟수를 반환해줘야하는데 무조건 1을 반환하고 있는 문제가 있었음

@seohyun0120 seohyun0120 merged commit f1f4b4c into feature/fix-isSaved-issue Jul 23, 2024
1 check passed
Copy link
Member

@Hyun-git Hyun-git left a comment

Choose a reason for hiding this comment

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

이전 PR에 합쳐진 내용인듯해서 앞 PR에서 다 확인했옹

@seohyun0120 seohyun0120 deleted the feature/fix-meme-recommend-watch branch August 4, 2024 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants