代码流程 - zilor-net/eShopOnContainers-CN-Wiki GitHub Wiki

概览

本页面介绍了 eShopOnContainers 中不同组件之间的交互。如果还没有在本地设置代码库,请在本地为代码库进行设置:

下面的流程图中展示了 eShopOnContainers 应用程序的不同功能。

代码流程

重要提示:以下所有交互流程,都是以 Web.MVC 作为参考。对于 Web.SPA 它可能会有所不同。

用户注册

https://github.com/dotnet-architecture/eShopOnContainers/wiki/images/Code-Flow/user-registration.png

用户登录

https://github.com/dotnet-architecture/eShopOnContainers/wiki/images/Code-Flow/user-login.png

添加商品到购物车

https://github.com/dotnet-architecture/eShopOnContainers/wiki/images/Code-Flow/add-item-to-cart.png

创建订单