From 653dcc55288ed681f48871cc4e3292b8c5b873d2 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 16 Apr 2025 18:18:18 +0100 Subject: [PATCH] Add todo.txt --- todo.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 todo.txt diff --git a/todo.txt b/todo.txt new file mode 100644 index 000000000..b54525905 --- /dev/null +++ b/todo.txt @@ -0,0 +1,28 @@ +Now: + +- Add prose classes to the body field on daily email nodes. +- Rebuild RSS feed for syndicating the emails with Kit. + - Use summary field for social media teaser (not included in the Feed import). + - Re-add random CTAs to the bottom of the generated email content. + +Next: + +- Re-add selectable CTAs to the bottom of the generated email content. +- Migrate footer links to the Main navigation menu. +- Recreate the "About me" block. +- Recreate the daily email signup form. + +Later: + +- Add share links to the generated email content. +- Allow for re-tagging daily emails by topic or subject. +- Migrate old blog posts. +- Migrate presentations. +- Migrate pages. +- Migrate redirects to be managed by the Redirect module. +- Style local actions links (View, Edit, etc). + +Maybe: + +- Scheduling daily emails. +