From 96747eaff62679b6562a3c59bd71b959312966ef Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 15 Feb 2018 00:35:55 +0000 Subject: [PATCH] Create todo.md --- todo.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 todo.md diff --git a/todo.md b/todo.md new file mode 100644 index 0000000..d93be78 --- /dev/null +++ b/todo.md @@ -0,0 +1,13 @@ +# Things To Do + +## Drupal 8 Migrations + +- Demonstrate plugins +- Writing own source/process plugins +- Core source plugins (Drupal to Drupal) +- Demo `hook_migrate_prepare_row()` and `hook_migrate_MIGRATION_ID_prepare_row()` + +## Test Driven Drupal + +- Show composer.json setup +- Remove D7 code samples, focus on D8