From 05d0631cddfce3ac12d6be7c885b904dbbe267a2 Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Mon, 10 Aug 2026 07:00:12 -0400 Subject: [PATCH] chore(plans): mark EWS transport plan tasks 10-11 complete --- ...26-08-10-ews-email-transport.md.tasks.json | 102 +++++++++++++++--- 1 file changed, 90 insertions(+), 12 deletions(-) diff --git a/docs/plans/2026-08-10-ews-email-transport.md.tasks.json b/docs/plans/2026-08-10-ews-email-transport.md.tasks.json index d6b01d50..4046cd96 100644 --- a/docs/plans/2026-08-10-ews-email-transport.md.tasks.json +++ b/docs/plans/2026-08-10-ews-email-transport.md.tasks.json @@ -1,17 +1,95 @@ { "planPath": "docs/plans/2026-08-10-ews-email-transport.md", "tasks": [ - {"id": 1, "subject": "Task 1: EmailTransport enum + parser", "status": "completed"}, - {"id": 2, "subject": "Task 2: SmtpConfiguration.Transport entity + EF mapping + migration", "status": "completed"}, - {"id": 3, "subject": "Task 3: EWS SOAP envelope builder + response parser", "status": "completed"}, - {"id": 4, "subject": "Task 4: EwsSoapMailSender + DI registration", "status": "completed", "blockedBy": [3]}, - {"id": 5, "subject": "Task 5: EmailNotificationDeliveryAdapter transport branch", "status": "completed", "blockedBy": [1, 2, 4]}, - {"id": 6, "subject": "Task 6: Management command + validation + public shape", "status": "completed", "blockedBy": [2]}, - {"id": 7, "subject": "Task 7: CLI --transport flag", "status": "completed", "blockedBy": [6]}, - {"id": 8, "subject": "Task 8: Central UI transport selector", "status": "completed", "blockedBy": [6]}, - {"id": 9, "subject": "Task 9: Transport bundle carriage (Transport + OAuth2 drop fix)", "status": "completed", "blockedBy": [2]}, - {"id": 10, "subject": "Task 10: Docs sweep", "status": "in_progress", "blockedBy": [1, 2, 3, 4, 5, 6, 7, 8, 9]}, - {"id": 11, "subject": "Task 11: Integration verify + merge back", "status": "pending", "blockedBy": [10]} + { + "id": 1, + "subject": "Task 1: EmailTransport enum + parser", + "status": "completed" + }, + { + "id": 2, + "subject": "Task 2: SmtpConfiguration.Transport entity + EF mapping + migration", + "status": "completed" + }, + { + "id": 3, + "subject": "Task 3: EWS SOAP envelope builder + response parser", + "status": "completed" + }, + { + "id": 4, + "subject": "Task 4: EwsSoapMailSender + DI registration", + "status": "completed", + "blockedBy": [ + 3 + ] + }, + { + "id": 5, + "subject": "Task 5: EmailNotificationDeliveryAdapter transport branch", + "status": "completed", + "blockedBy": [ + 1, + 2, + 4 + ] + }, + { + "id": 6, + "subject": "Task 6: Management command + validation + public shape", + "status": "completed", + "blockedBy": [ + 2 + ] + }, + { + "id": 7, + "subject": "Task 7: CLI --transport flag", + "status": "completed", + "blockedBy": [ + 6 + ] + }, + { + "id": 8, + "subject": "Task 8: Central UI transport selector", + "status": "completed", + "blockedBy": [ + 6 + ] + }, + { + "id": 9, + "subject": "Task 9: Transport bundle carriage (Transport + OAuth2 drop fix)", + "status": "completed", + "blockedBy": [ + 2 + ] + }, + { + "id": 10, + "subject": "Task 10: Docs sweep", + "status": "completed", + "blockedBy": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9 + ] + }, + { + "id": 11, + "subject": "Task 11: Integration verify + merge back", + "status": "completed", + "blockedBy": [ + 10 + ] + } ], "lastUpdated": "2026-08-10" -} +} \ No newline at end of file