documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF

This commit is contained in:
master
2026-02-25 01:24:07 +02:00
parent b07d27772e
commit 4db038123b
9090 changed files with 4836 additions and 2909 deletions

View File

@@ -0,0 +1,26 @@
{
"feature": "router-reference-implementation-examples",
"tier": "tier2-integration",
"timestamp": "2026-02-13T00:00:00Z",
"result": "PASS",
"testProject": "Build verification of example projects",
"sourceVerification": {
"Examples.Gateway/Program.cs": true,
"Examples.Billing.Microservice/Endpoints/CreateInvoiceEndpoint.cs": true,
"Examples.Billing.Microservice/Endpoints/GetInvoiceEndpoint.cs": true,
"Examples.Billing.Microservice/Endpoints/UploadAttachmentEndpoint.cs": true,
"Examples.Inventory.Microservice/Endpoints/GetItemEndpoint.cs": true,
"Examples.Inventory.Microservice/Endpoints/ListItemsEndpoint.cs": true,
"Examples.MultiTransport.Gateway/Program.cs": true,
"Examples.NotificationService/Endpoints/SendNotificationEndpoint.cs": true,
"Examples.OrderService/Endpoints/ExportOrdersEndpoint.cs": true
},
"behaviorsVerified": [
"Examples.Gateway builds and contains gateway setup",
"Examples.Billing.Microservice has CreateInvoice, GetInvoice, UploadAttachment endpoints",
"Examples.Inventory.Microservice has GetItem, ListItems endpoints",
"Examples.MultiTransport.Gateway configures multiple transports",
"Examples.NotificationService has send, broadcast, subscribe, preferences endpoints",
"Examples.OrderService has CRUD, streaming export, and event endpoints"
]
}