From 3750b57bf796aaa67dcb3ebaaacc3ddfa5f883ca Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 1 Jun 2025 00:13:16 +0100 Subject: [PATCH] Add daily email --- content/meta/index.json | 6 ++ ....01d84025-8b37-4456-b7f0-bf659c3f5a2b.json | 92 +++++++++++++++++++ ....e96bfd40-5093-47e3-8a2b-f006b88b22a4.json | 27 ++++++ 3 files changed, 125 insertions(+) create mode 100644 content/node.01d84025-8b37-4456-b7f0-bf659c3f5a2b.json create mode 100644 content/path_alias.e96bfd40-5093-47e3-8a2b-f006b88b22a4.json diff --git a/content/meta/index.json b/content/meta/index.json index 3900e797d..ead074e90 100644 --- a/content/meta/index.json +++ b/content/meta/index.json @@ -6361,5 +6361,11 @@ ], "path_alias.31cc87c2-133b-4c7c-87d5-1c03fde34ba2": [ "node.8a706e56-85d0-4bdf-ab11-1807b723b038" + ], + "node.01d84025-8b37-4456-b7f0-bf659c3f5a2b": [ + "user.b8966985-d4b2-42a7-a319-2e94ccfbb849" + ], + "path_alias.e96bfd40-5093-47e3-8a2b-f006b88b22a4": [ + "node.01d84025-8b37-4456-b7f0-bf659c3f5a2b" ] } \ No newline at end of file diff --git a/content/node.01d84025-8b37-4456-b7f0-bf659c3f5a2b.json b/content/node.01d84025-8b37-4456-b7f0-bf659c3f5a2b.json new file mode 100644 index 000000000..ff30241e3 --- /dev/null +++ b/content/node.01d84025-8b37-4456-b7f0-bf659c3f5a2b.json @@ -0,0 +1,92 @@ +{ + "uuid": [ + { + "value": "01d84025-8b37-4456-b7f0-bf659c3f5a2b" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "type": [ + { + "target_id": "daily_email", + "target_type": "node_type", + "target_uuid": "8bde1f2f-eef9-4f2d-ae9c-96921f8193d7" + } + ], + "revision_timestamp": [ + { + "value": "2025-05-31T23:12:38+00:00" + } + ], + "revision_uid": [ + { + "target_type": "user", + "target_uuid": "b8966985-d4b2-42a7-a319-2e94ccfbb849" + } + ], + "revision_log": [], + "status": [ + { + "value": true + } + ], + "uid": [ + { + "target_type": "user", + "target_uuid": "b8966985-d4b2-42a7-a319-2e94ccfbb849" + } + ], + "title": [ + { + "value": "Do you still need that module?" + } + ], + "created": [ + { + "value": "2025-05-31T23:09:56+00:00" + } + ], + "changed": [ + { + "value": "2025-05-31T23:12:38+00:00" + } + ], + "promote": [ + { + "value": false + } + ], + "sticky": [ + { + "value": false + } + ], + "default_langcode": [ + { + "value": true + } + ], + "revision_translation_affected": [ + { + "value": true + } + ], + "path": [ + { + "alias": "", + "pid": null, + "langcode": "en" + } + ], + "body": [ + { + "value": "

If a module or library has been added to an application, it was done to serve a purpose.<\/p>

It must add some required functionality that was asked for earlier in the application's lifecycle.<\/p>

It was needed then.<\/p>

But it is still needed now?<\/p>

Are the original requirements still valid?<\/p>

Have they changed or are no longer needed?<\/p>

If the code is no longer serving a purpose, it should be removed.<\/p>

Common culprits in Drupal projects are the Feeds and Migrate modules, which are used to import data from external sources, such as legacy applications when migrating to Drupal.<\/p>

Once the data has been imported and the site is live, the modules are often so longer needed.<\/p>

As I said yesterday<\/a>, having less code in your application will make it easier to maintain and upgrade in the future, so keep it as lean and minimal as possible - but this is an ongoing process as requirements change over time.
 <\/p>", + "format": "basic_html", + "processed": "

If a module or library has been added to an application, it was done to serve a purpose.<\/p>

It must add some required functionality that was asked for earlier in the application's lifecycle.<\/p>

It was needed then.<\/p>

But it is still needed now?<\/p>

Are the original requirements still valid?<\/p>

Have they changed or are no longer needed?<\/p>

If the code is no longer serving a purpose, it should be removed.<\/p>

Common culprits in Drupal projects are the Feeds and Migrate modules, which are used to import data from external sources, such as legacy applications when migrating to Drupal.<\/p>

Once the data has been imported and the site is live, the modules are often so longer needed.<\/p>

As I said yesterday<\/a>, having less code in your application will make it easier to maintain and upgrade in the future, so keep it as lean and minimal as possible - but this is an ongoing process as requirements change over time.
 <\/p>", + "summary": "" + } + ] +} \ No newline at end of file diff --git a/content/path_alias.e96bfd40-5093-47e3-8a2b-f006b88b22a4.json b/content/path_alias.e96bfd40-5093-47e3-8a2b-f006b88b22a4.json new file mode 100644 index 000000000..ae1600416 --- /dev/null +++ b/content/path_alias.e96bfd40-5093-47e3-8a2b-f006b88b22a4.json @@ -0,0 +1,27 @@ +{ + "uuid": [ + { + "value": "e96bfd40-5093-47e3-8a2b-f006b88b22a4" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "path": [ + { + "value": "\/node\/01d84025-8b37-4456-b7f0-bf659c3f5a2b" + } + ], + "alias": [ + { + "value": "\/daily\/2025\/05\/31\/do-you-still-need-module" + } + ], + "status": [ + { + "value": true + } + ] +} \ No newline at end of file