Merged
Conversation
- 로그를 player/course/calendar/storage/general 카테고리로 분리 저장 - 외부 라이브러리 없이 ZIP 다운로드 구현 (카테고리별 .txt + storage snapshot) - 플레이어에 영상 스킵/종료/이어보기 등 디버그 로깅 추가 - 캘린더 미로그인 사용자에게 불필요한 토큰 요청 방지 (calendarLoggedIn flag) - 마지막 영상 종료 후 60초 대기하여 LMS 수강기록 전송 보장
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
player/course/calendar/storage/general카테고리로 분리 저장하고 ZIP으로 다운로드getOAuthToken(false)호출 방지Test plan
.zip파일에 카테고리별.txt+storage-snapshot.json포함 확인player.txt에 meta/skip/ended 로그 확인