[P1][CMS] Sermon video embed (YouTube) and media page #12

Open
opened 2026-05-26 01:32:45 +00:00 by ChrisChen · 0 comments
Owner

Overview

Display past sermon recordings by embedding YouTube videos (NOT downloading - YouTube ToS violation).

Data Model

SermonVideo: title_en/zh, youtube_video_id, preacher, sermon_date, description_en/zh

Tasks

  • SermonVideo entity
  • Angular: embed via DomSanitizer.bypassSecurityTrustResourceUrl to /embed/{videoId}
  • Admin: add/edit/remove sermon entries
  • Public: media page with sermon list, filter by date/preacher
  • NOTE: No video download implementation (YouTube ToS)

Reference

PLANNING.md Section 3.5 - Media, Section 3.12c YouTube strategy

## Overview Display past sermon recordings by embedding YouTube videos (NOT downloading - YouTube ToS violation). ## Data Model SermonVideo: title_en/zh, youtube_video_id, preacher, sermon_date, description_en/zh ## Tasks - [ ] SermonVideo entity - [ ] Angular: embed via DomSanitizer.bypassSecurityTrustResourceUrl to /embed/{videoId} - [ ] Admin: add/edit/remove sermon entries - [ ] Public: media page with sermon list, filter by date/preacher - [ ] NOTE: No video download implementation (YouTube ToS) ## Reference PLANNING.md Section 3.5 - Media, Section 3.12c YouTube strategy
ChrisChen added this to the Phase 1 - MVP milestone 2026-05-26 01:32:45 +00:00
ChrisChen added the module: cms label 2026-05-26 01:32:45 +00:00
Sign in to join this conversation.