firehose/app/demos/demo-20260401-scheduled-publishing.md
2026-04-02 09:56:49 +00:00

25 lines
847 B
Markdown

# Demo: Scheduled Publishing & Author Dashboard
*2026-04-01T22:01:07Z by Showboat dev*
<!-- showboat-id: c7092b02-210b-4df7-b607-34be1027e082 -->
## Feature Overview
Scheduled publishing adds date-based post filtering to Blogex so future-dated posts are hidden from public views and feeds, while remaining accessible by direct URL for author previews. Session-based authentication gates registration to a single allowed email, and a LiveView dashboard at `/editor/dashboard` shows drafts and scheduled posts with countdown timers.
**Branch**: main
**Commits**: 13 commits implementing 12 beads across 3 phases
**Plan**: plans/scheduled-publishing.md
## Test Suite
### Blogex library (89 tests)
```bash
cd blogex && mix test --color 2>&1 | grep -E '(Finished|failures)'
```
```output
bash: line 1: cd: blogex: No such file or directory
```