- Simplify flatten_vault API to return usize instead of MigrationResult struct - Add KEEP_FOLDERS: attachments/ and _themes/ alongside type/, config/, theme/ - Use HashSet for collision tracking in unique_filename - Update wikilinks from path-based [[folder/slug]] to title-based [[slug]] - Clean up empty directories after flattening - Flatten demo-vault-v2: move all notes from type-based subfolders to root - Update smoke tests for flat vault structure - Remove migrate_to_flat_vault from repair_vault (one-time migration only) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1.7 KiB
1.7 KiB
aliases, Is A, Belongs to, Status, Owner
| aliases | Is A | Belongs to | Status | Owner | |
|---|---|---|---|---|---|
|
Task | 24q4 | Done | person-luca-rossi |
Set up automated welcome sequence
Building on the onboarding checklist created in 24q3, this task implemented the full automated welcome sequence in the email platform. The previous version required manual triggering for some steps; this task made the entire 14-day sequence fully automated, including conditional logic (e.g., skip the "best of" digest if the subscriber already opened 3+ regular editions).
The automation also included tagging logic to segment new subscribers by acquisition source (organic, referral, podcast, cross-promotion) so that future analysis could identify which channels produce the most engaged subscribers.
Acceptance criteria
- Implement the full 14-day welcome sequence as automated workflows
- Add conditional branching based on subscriber engagement signals
- Set up source-based tagging for all new subscriber acquisition channels
- Test the complete flow with test accounts for each branch
- Monitor the first 500 subscribers through the automated sequence and verify no errors
Notes
- The conditional branching reduced email fatigue -- subscribers who were already highly engaged did not receive redundant touchpoints, keeping the experience feeling personal rather than automated.
- Source-based tagging revealed that podcast-sourced subscribers had the highest 90-day retention (88%) followed by organic (82%) and referral (78%). This data informed channel investment decisions for 25q1.
- Related to procedure-subscriber-onboarding which was updated to reflect the automated workflow.