update,
This commit is contained in:
Binary file not shown.
After Width: | Height: | Size: 744 KiB |
Binary file not shown.
After Width: | Height: | Size: 259 KiB |
33
quotation3_e-shop/shop_website_recommendation/notes.md
Normal file
33
quotation3_e-shop/shop_website_recommendation/notes.md
Normal file
@@ -0,0 +1,33 @@
|
||||
# NOTES
|
||||
|
||||
## 睇你果個 shopping page
|
||||
|
||||
### 假設用戶係 14 吋 desktop
|
||||

|
||||
|
||||
### 假設用戶係 ANDROID 機器
|
||||

|
||||
|
||||
|
||||
### shopping flow
|
||||
|
||||
```mermaid
|
||||
graph TD;
|
||||
A["用戶睇你首頁"]
|
||||
B["用戶揀貨品"]
|
||||
C["用戶加入購物車"]
|
||||
D["用戶加入直接下單"]
|
||||
C1["用戶去購物車,前住結算"]
|
||||
C2["到結帳頁"]
|
||||
|
||||
A-->B;
|
||||
B-->C;
|
||||
B-->D;
|
||||
C-->C1;
|
||||
C1-->C2
|
||||
```
|
||||
|
||||
### 成日覺得結帳頁有問題
|
||||
|
||||
攞左過多個人資料.
|
||||
|
Reference in New Issue
Block a user