Add Issue to vNext (Backlog)

Miguel Veloso 2018-04-13 21:58:21 +01:00
parent db1588f43c
commit 5a6eee4a37

@ -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.