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

847 B

Demo: Scheduled Publishing & Author Dashboard

2026-04-01T22:01:07Z by Showboat dev

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)

cd blogex && mix test --color 2>&1 | grep -E '(Finished|failures)'
bash: line 1: cd: blogex: No such file or directory