Add code flow wiki page.
parent
252791535d
commit
c6e356fe7e
39
Code-Flow.md
Normal file
39
Code-Flow.md
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
> **CONTENT**
|
||||||
|
|
||||||
|
- [Overview](#overview)
|
||||||
|
- [Code Flow](#Code-Flow)
|
||||||
|
- [User Registration](#User-Registration)
|
||||||
|
- [User Login](#grpc)
|
||||||
|
- [Add Item To Cart](#api-gateways)
|
||||||
|
- [Order Creation](#internal-architectural-patterns)
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
This page covers the interaction between different components in `eShopOnContainers`. Set up the code base in your local if you haven't done already :
|
||||||
|
|
||||||
|
- Setup your development system for [Windows](Windows-setup) or [Mac](Mac-setup)
|
||||||
|
|
||||||
|
Different functionalities of **eShopOnContainers** application has been captured in the following diagrams.
|
||||||
|
|
||||||
|
## Code Flow
|
||||||
|
|
||||||
|
>**IMPORTANT:** All the following interaction has been captured taking **Web.MVC** as reference. It may subject to change for **Web.SPA**
|
||||||
|
|
||||||
|
### User Registration
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
### User Login
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
### Add Item To Cart
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
### Order Creation
|
||||||
|
|
||||||
|

|
@ -21,6 +21,7 @@
|
|||||||
|
|
||||||
- [Architecture](Architecture)
|
- [Architecture](Architecture)
|
||||||
- [BFF implementation](BFF-implementation)
|
- [BFF implementation](BFF-implementation)
|
||||||
|
- [Code Flow](Code-Flow)
|
||||||
- [Application](Explore-the-application)
|
- [Application](Explore-the-application)
|
||||||
- [Code](Explore-the-code)
|
- [Code](Explore-the-code)
|
||||||
- [Simplified CQRS & DDD](Simplified-CQRS-and-DDD)
|
- [Simplified CQRS & DDD](Simplified-CQRS-and-DDD)
|
||||||
|
BIN
images/Code-Flow/add-item-to-cart.png
Normal file
BIN
images/Code-Flow/add-item-to-cart.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 531 KiB |
BIN
images/Code-Flow/order-creation.png
Normal file
BIN
images/Code-Flow/order-creation.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 MiB |
BIN
images/Code-Flow/user-login.png
Normal file
BIN
images/Code-Flow/user-login.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 390 KiB |
BIN
images/Code-Flow/user-registration.png
Normal file
BIN
images/Code-Flow/user-registration.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 246 KiB |
Loading…
x
Reference in New Issue
Block a user