Updated 01. Roadmap and Milestones for future releases (markdown)

Cesar De la Torre 2017-04-19 16:24:57 -07:00
parent f141b7f551
commit 3559927d37

@ -43,10 +43,9 @@ https://github.com/JeremySkinner/FluentValidation
- INTEGRATION EVENTS (Advanced scenario): Proof of concept of an Order-Process SAGA (Pending, Paid, Handling, Shipped, Canceled if timeout because it was not paid, etc.) as a long running process. It is a of a long running instance of a business process (similar to a workflow but implemented as a class with state persistence). The business process would be the "Order-Process-Saga" workflow, involving multiple mock services like PaymentGateway, StockChecking, etc. while changing the Order's state until the order is shipped. Then a background job which fakes ordre delivery and changes order states to delivered.
- Create a building block to handle Idempotency in a generic way ([Issue 143](https://github.com/dotnet/eShopOnContainers/issues/143))
- Deployment/support of eShopOncontainers into Kubernetes in ACS, Azure Service Fabric and Docker Swarm.
- DevOps: eShopOnContainers documentation/procedures of DevOps and CI/CD pipelines in Visual Studio Team Services
## Future versions - Roadmap (After May 2017)
<img src="img/exploring-to-production-ready.png">
@ -73,6 +72,8 @@ https://github.com/JeremySkinner/FluentValidation
(However, this subject depends on the chosen orchestrator...)
See when using Swarm: https://blog.docker.com/2017/02/docker-secrets-management/
- Create a building block to handle Idempotency in a generic way ([Issue 143](https://github.com/dotnet/eShopOnContainers/issues/143))
- Implement example of Optimistic Concurrency updates and optimistic concurrency exceptions
- (To be Confirmed) Nancy: Add a Nancy based microservice, also with DocDB, etc.