[P1][CMS] Hero banner, About Us, and Sunday Info sections (EN/ZH) #10

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

Overview

Core homepage sections - hero carousel, church intro, Sunday service details - all bilingual and admin-editable.

Data Model

CmsContent: page_slug, section_key, value_en, value_zh, is_published, publish_at

Tasks

  • CmsContent table + EF Core entity
  • Hero: rotating banner with bilingual title/subtitle
  • About Us: vision, history, pastor bio (bilingual rich text)
  • Sunday Info: service time, address (bilingual), Google Map embed
  • Admin UI: side-by-side EN/ZH editor per field (Quill or TipTap)
  • Draft/publish workflow with preview mode

Reference

PLANNING.md Section 3.5 - CMS content types, bilingual data model

## Overview Core homepage sections - hero carousel, church intro, Sunday service details - all bilingual and admin-editable. ## Data Model CmsContent: page_slug, section_key, value_en, value_zh, is_published, publish_at ## Tasks - [ ] CmsContent table + EF Core entity - [ ] Hero: rotating banner with bilingual title/subtitle - [ ] About Us: vision, history, pastor bio (bilingual rich text) - [ ] Sunday Info: service time, address (bilingual), Google Map embed - [ ] Admin UI: side-by-side EN/ZH editor per field (Quill or TipTap) - [ ] Draft/publish workflow with preview mode ## Reference PLANNING.md Section 3.5 - CMS content types, bilingual data model
ChrisChen added this to the Phase 1 - MVP milestone 2026-05-26 01:32:43 +00:00
ChrisChen added the module: cms label 2026-05-26 01:32:43 +00:00
Sign in to join this conversation.