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>