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.