From 046ad4a54acb28e2219c3515ddb683c3831f3632 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 18 Jun 2025 22:28:51 +0100 Subject: [PATCH] Add daily email --- content/meta/index.json | 7 ++ ....d90b125f-46e6-4726-8e28-fbf882ccca46.json | 98 +++++++++++++++++++ ....974d722a-7527-4f9a-b06b-52db91ef9e11.json | 27 +++++ 3 files changed, 132 insertions(+) create mode 100644 content/node.d90b125f-46e6-4726-8e28-fbf882ccca46.json create mode 100644 content/path_alias.974d722a-7527-4f9a-b06b-52db91ef9e11.json diff --git a/content/meta/index.json b/content/meta/index.json index 05637c6b5..28385c4e7 100644 --- a/content/meta/index.json +++ b/content/meta/index.json @@ -6470,5 +6470,12 @@ ], "path_alias.3162606a-49bd-4a67-b7f7-c318fed9d214": [ "node.7f09e435-16da-4a6c-bffa-d297282760e9" + ], + "node.d90b125f-46e6-4726-8e28-fbf882ccca46": [ + "user.b8966985-d4b2-42a7-a319-2e94ccfbb849", + "node.9b4c39a3-702f-486c-a79b-4d7b96a4f3f6" + ], + "path_alias.974d722a-7527-4f9a-b06b-52db91ef9e11": [ + "node.d90b125f-46e6-4726-8e28-fbf882ccca46" ] } \ No newline at end of file diff --git a/content/node.d90b125f-46e6-4726-8e28-fbf882ccca46.json b/content/node.d90b125f-46e6-4726-8e28-fbf882ccca46.json new file mode 100644 index 000000000..f4fba1a92 --- /dev/null +++ b/content/node.d90b125f-46e6-4726-8e28-fbf882ccca46.json @@ -0,0 +1,98 @@ +{ + "uuid": [ + { + "value": "d90b125f-46e6-4726-8e28-fbf882ccca46" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "type": [ + { + "target_id": "daily_email", + "target_type": "node_type", + "target_uuid": "8bde1f2f-eef9-4f2d-ae9c-96921f8193d7" + } + ], + "revision_timestamp": [ + { + "value": "2025-06-18T21:28:35+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": "Is refactoring a lost art?" + } + ], + "created": [ + { + "value": "2025-06-15T21:27:56+00:00" + } + ], + "changed": [ + { + "value": "2025-06-18T21:28:35+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": "How many people or teams take time to refactor their code?\r\n\r\nOnce the code is written and working, is it immediately considered done and not looked at again?\r\n\r\nOr it is reviewed to check if it is as clear and readable as it can be?\r\n\r\nIs it changed to be easier to change in the future?\r\n\r\nHow many open source projects have issues or merge requests for refactoring, or are they only focused on new features or fixing bugs?\r\n\r\nLike writing automated tests, time should be invested in refactoring code.\r\n\r\nHaving cleaner code that's easier to read, understand and change in the future will make the tasks of future Developers easier and make the codebase easier to maintain and provide a solid foundation for future development.", + "format": "markdown", + "processed": "

How many people or teams take time to refactor their code?<\/p>\n

Once the code is written and working, is it immediately considered done and not looked at again?<\/p>\n

Or it is reviewed to check if it is as clear and readable as it can be?<\/p>\n

Is it changed to be easier to change in the future?<\/p>\n

How many open source projects have issues or merge requests for refactoring, or are they only focused on new features or fixing bugs?<\/p>\n

Like writing automated tests, time should be invested in refactoring code.<\/p>\n

Having cleaner code that's easier to read, understand and change in the future will make the tasks of future Developers easier and make the codebase easier to maintain and provide a solid foundation for future development.<\/p>\n", + "summary": "" + } + ], + "field_daily_email_cta": [ + { + "target_type": "node", + "target_uuid": "9b4c39a3-702f-486c-a79b-4d7b96a4f3f6" + } + ] +} \ No newline at end of file diff --git a/content/path_alias.974d722a-7527-4f9a-b06b-52db91ef9e11.json b/content/path_alias.974d722a-7527-4f9a-b06b-52db91ef9e11.json new file mode 100644 index 000000000..706c1ca8e --- /dev/null +++ b/content/path_alias.974d722a-7527-4f9a-b06b-52db91ef9e11.json @@ -0,0 +1,27 @@ +{ + "uuid": [ + { + "value": "974d722a-7527-4f9a-b06b-52db91ef9e11" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "path": [ + { + "value": "\/node\/d90b125f-46e6-4726-8e28-fbf882ccca46" + } + ], + "alias": [ + { + "value": "\/daily\/2025\/06\/15\/refactoring-lost-art" + } + ], + "status": [ + { + "value": true + } + ] +} \ No newline at end of file