From 5a6eee4a37deb2e0cbd50aa3b88de3336277cca1 Mon Sep 17 00:00:00 2001 From: Miguel Veloso Date: Fri, 13 Apr 2018 21:58:21 +0100 Subject: [PATCH] Add Issue #5 to vNext (Backlog) --- 01.-Roadmap-and-Milestones-for-future-releases.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/01.-Roadmap-and-Milestones-for-future-releases.md b/01.-Roadmap-and-Milestones-for-future-releases.md index f7e1041..0aa7bd0 100644 --- a/01.-Roadmap-and-Milestones-for-future-releases.md +++ b/01.-Roadmap-and-Milestones-for-future-releases.md @@ -66,7 +66,7 @@ https://github.com/dotnet-architecture/eShopOnContainers/releases/tag/netcore1.1 # VNext -Other possible features: +Other possible features, to be evaluated for getting into the backlog: - Implement more advanced logging suchs as using Serilog: https://serilog.net/ or the selected approach. - Azure Event Grid: Implement an additional Event Bus implementation based on Azure Event Grid. - Azure Functions integrated with Azure Event Grid: Additional event-driven Azure Function microservice (i.e. grabbing uploaded images and adding a watermark and putting it into Azure blobs) - The notification would come from Azure Event Grid when any image is uploaded into a BLOB storage. @@ -124,7 +124,9 @@ References on Composite UI with microservices: Managing Frontend in the Microservices Architecture http://allegro.tech/2016/03/Managing-Frontend-in-the-microservices-architecture.html +- Enhance the domain logic for Order Root-Aggregate. + Already implemented item stock validation (cancels order when quantity is not enough), but could add additional features, check [issue #5](https://github.com/dotnet-architecture/eShopOnContainers/issues/5). ## Sending feedback and pull requests We'd appreciate to your feedback, improvements and ideas.