門市助理¶
{ .page-subtitle }
%%{init: {
"logLevel": "debug",
"theme": "base",
"gitGraph": {
"showBranches": true,
"showCommitLabel": true,
"mainBranchName": "商家"
}
}}%%
gitGraph
%% Activate
commit id: "建立商品" tag: "1"
commit id: "設定商品資訊"
commit id: "上傳商品圖片"
commit id: "設定商品分類與標籤"
commit id: "設定售價與庫存"
%% Customize
commit id: "建立商品款式"
commit id: "設定商品可見範圍與上架狀態"
commit id: "設定加購、附加品或電子票券"
%% Test Operation
commit id: "預覽商品頁面"
commit id: "測試前台搜尋與篩選功能"
%% 顧客互動開始
branch "顧客"
checkout "顧客"
commit id: "瀏覽商品頁面"
commit id: "加入購物車"
commit id: "完成結帳"
%% 商家後台後續操作
checkout "商家"
merge "顧客" id: "檢視訂單與庫存變化"
commit id: "更新商品內容"
commit id: "批次上架/下架商品"
%% Integrate / Venture
commit id: "串接第三方平台商品"
commit id: "設定商品同步至 POS/門市助理"
commit id: "分析商品銷售與成效報表"
