chore(plans): mark EWS transport plan tasks 10-11 complete

This commit is contained in:
Joseph Doherty
2026-08-10 07:00:12 -04:00
parent 00d8a923af
commit 05d0631cdd
@@ -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"
}
}