Bug Regression: SermonWise Missing Homily Format
Property: ChurchWiseAI Category: content_accuracy
Tier:
sermonwise-pro
Persona: catholic-priest
Touchpoint: /sermons/sermon/[id], export
Preconditions
- Catholic priest using SermonWise
- Preparing homily (Catholic term, not sermon)
Steps
| # | Action | Expected Result |
|---|---|---|
| 1 | Create sermon/homily in SermonWise | Can select format: 'Sermon' or 'Homily'. Dropdown includes homily option. |
| 2 | Generate outline for homily | Outline structure respects Catholic homily format (shorter, liturgically contextualized, not multi-point). |
| 3 | Export homily | Export formats include 'Homily format' (bullet points for reading, not sermon notes). |
| 4 | Check terminology in AI suggestions | AI suggestions use 'homily', 'liturgy', 'Mass' — not 'sermon', 'worship', 'congregation'. |
| 5 | View saved homilies library | Homilies labeled separately from sermons in library (not confused). |
Known Failure Modes
- No homily format option — only 'sermon' available (original bug)
- Homily treated identically to sermon — different format needed
- Export format assumes sermon structure — not homily-appropriate
- Terminology uses 'sermon' for homily — theologically confusing
References
- Playwright spec:
e2e/delivers/sermonwise/sermonwise-homily-missing.spec.ts - Code files:
Notes
BUG REGRESSION TEST. Previously: SermonWise treated homilies (Catholic) same as sermons, confusing Catholic pastors. Homilies are shorter, liturgically integrated, different structure. Fix: separate homily format with appropriate terminology, structure, export. Regression test verifies homily support.