feat: 세션 상세 페이지에 발표 영상·발표자료 추가#13
Merged
Merged
Conversation
- 발표 영상: sessionDetails.js에 youtubeId 추가 시 YouTube 임베드 노출 - 발표자료: src/files/slides/<code>.pdf 업로드 시 다운로드 카드 자동 노출 (speakerAvatars와 동일한 import.meta.glob 패턴) - 데이터가 없으면 섹션 자체가 표시되지 않음 - 배치: 세션 소개 → 발표 영상 → 발표자료 → 발표자 소개 - KR/EN i18n 키 추가 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
순서: 세션 소개 → 발표자 소개 → 발표 영상 → 발표자료 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
무엇을
세션 상세 페이지(TimetableDetail.jsx)에 발표 영상과 발표자료 섹션을 추가합니다.
시안: 작업 전 기획한 샘플 화면(다크 테마 그대로) 기준으로 구현했습니다.
콘텐츠 운영 방법
발표 영상 (YouTube)
src/data/sessionDetails.js에서 세션별로youtubeId한 줄만 추가:발표자료 (PDF, 저장소에 파일로)
src/files/slides/<code>.pdf로 파일을 올리면 끝. 발표자 아바타와 동일하게import.meta.glob으로 자동 연결되어 코드 수정이 필요 없습니다.동작
세션 소개 → 발표 영상 → 발표자료 → 발표자 소개검증
npm run build통과src/files/slides/*.pdf→ 해시 에셋으로 정상 emit (작은 파일은 data URI 인라인, 실파일은 별도 에셋)참고
🤖 Generated with Claude Code