agent forgot to commit a bunch of files

This commit is contained in:
Willem van den Ende
2026-04-02 09:56:49 +00:00
parent 806d95db6e
commit 5cc65ee391
23 changed files with 552 additions and 0 deletions
@@ -0,0 +1,24 @@
# 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
```