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: 시청구간을 이용하여 미시청구간을 구하는 기능 추가 #219

Merged
merged 2 commits into from
Jun 10, 2024

Conversation

alstjs1207
Copy link
Contributor

PR 의 종류는 어떤 것인가요?

  • 버그 수정
  • 새로운 기능
  • 리팩토링
  • 문서 수정
  • 워크플로우 수정

수정이 필요하게된 이유가 무엇인가요? (Jira 이슈가 있다면 링크를 연결해주세요)

미시청구간을 구해야 한다.

무엇을 어떻게 변경했나요?

시청구간과 마지막클립 시간을 이용해 미시청 구간을 구합니다.

코드 변경을 이해하기 위한 배경지식이 필요하다면 설명 해주세요.

디펜던시 변경이 있나요?

어떻게 테스트 하셨나요?

test code

코드의 실행결과를 볼 수 있는 로그나 이미지가 있다면 첨부해주세요.

Copy link
Contributor

@jo-seongjun jo-seongjun left a comment

Choose a reason for hiding this comment

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

LGTM!!

Copy link
Contributor

@youngjinmo youngjinmo left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

@yeonjoo7 yeonjoo7 left a comment

Choose a reason for hiding this comment

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

LGTM!!

Comment on lines +78 to +85
if (timeRange.length === 0) {
return [
{
start: 0,
end: endTime,
},
];
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

시청한 기록이 없다면 전체를 미시청 구간으로 전달하도록 추가하였습니다 🙏

@alstjs1207 alstjs1207 merged commit 3227ccb into main Jun 10, 2024
1 check passed
@alstjs1207 alstjs1207 deleted the feat/add-unwatched-time-range branch June 10, 2024 23:52
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.

None yet

4 participants