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

비디오 응답 시 userRating 추가 #243

Merged
merged 2 commits into from
Dec 11, 2023
Merged

Conversation

5tarry
Copy link
Collaborator

@5tarry 5tarry commented Dec 10, 2023

resolved: #242

작업 내용

  • 비디오 응답 시 현재 비디오를 시청중인 유저가 등록한 점수를 확인할 수 있도록, userRating 데이터를 추가하여 응답하도록 수정하였습니다.

@5tarry 5tarry added backend feat 새로운 기능 추가 labels Dec 10, 2023
@5tarry 5tarry added this to the Week 5 milestone Dec 10, 2023
@5tarry 5tarry requested a review from msjang4 December 10, 2023 14:10
@5tarry 5tarry self-assigned this Dec 10, 2023
Copy link
Collaborator

@msjang4 msjang4 left a comment

Choose a reason for hiding this comment

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

👍👍👍

},
{
_id: 0,
'actions.$': 1,
Copy link
Collaborator

Choose a reason for hiding this comment

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

actions : 1과 actions.$ : 1의 차이가 궁금해요!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

actions : 1 은 아마 모든 actions가 선별되고, actions.$는 위에 조건이 일치한 action 1개만 선별됩니다!

@msjang4 msjang4 merged commit 458c752 into develop Dec 11, 2023
@5tarry 5tarry deleted the feat/add_userRating branch December 11, 2023 05:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend feat 새로운 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Backend] 유저가 준 비디오 점수 응답 데이터 추가
2 participants