[P1][CMS] Announcements module (bilingual, scheduled publish) #11

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

Overview

Create and manage church announcements with bilingual content, category tags, and scheduled future publishing.

Data Model

Announcement: title_en/zh, body_en/zh (rich text), category, is_published, publish_at, expires_at, cover_image_url

Tasks

  • Announcement table + EF entity
  • Admin: side-by-side bilingual editor
  • Scheduled publish via background job (check publish_at)
  • Public listing with category filter
  • Cover image upload to Azure Blob cms/images/

Reference

PLANNING.md Section 3.5 - Announcements

## Overview Create and manage church announcements with bilingual content, category tags, and scheduled future publishing. ## Data Model Announcement: title_en/zh, body_en/zh (rich text), category, is_published, publish_at, expires_at, cover_image_url ## Tasks - [ ] Announcement table + EF entity - [ ] Admin: side-by-side bilingual editor - [ ] Scheduled publish via background job (check publish_at) - [ ] Public listing with category filter - [ ] Cover image upload to Azure Blob cms/images/ ## Reference PLANNING.md Section 3.5 - Announcements
ChrisChen added this to the Phase 1 - MVP milestone 2026-05-26 01:32:44 +00:00
ChrisChen added the module: cms label 2026-05-26 01:32:44 +00:00
Sign in to join this conversation.