📋 使用說明
點擊下方圖表中的任何節點,即可詳細內容。每個節點都代表一個實作的範疇,包含核心功能定義、待討論、結論...等等完整訊息。。
📋 Phase 1 - 課程管理基礎建設
graph LR
I1[CSV數據更新到DB]
WS[Google Workspace建立]
DB[DataBase]
I1 --> DB
WS --> DB
style I1 fill:#fff3e0
style WS fill:#f3e5f5
style DB fill:#e8f5e8
📋 Phase 2 - 課程管理 + Line基礎建設
graph LR
I1[CSV數據更新到DB]
WS[Google Workspace建立]
LE[LineEvent更新到DB]
DB[DataBase]
subgraph CM ["課程管理"]
CM_UI[課程管理介面]
GC[行事曆]
GM[Gmail]
CM_UI --> GC
CM_UI --> GM
end
I1 --> DB
WS --> DB
LE --> DB
DB --> CM_UI
style I1 fill:#d3d3d3
style WS fill:#d3d3d3
style LE fill:#ffe0b2
style DB fill:#e8f5e8
style CM_UI fill:#f1f8e9
style GC fill:#ffcdd2
style GM fill:#e8eaf6
📋 Phase 3 - 完整系統整合
graph LR
I1[CSV數據更新到DB]
WS[Google Workspace建立]
LE[LineEvent更新到DB]
DB[DataBase]
subgraph CM ["課程管理"]
CM_UI[課程管理介面]
GC[行事曆]
GM[Gmail]
CM_UI --> GC
CM_UI --> GM
end
subgraph LAM ["LineOA管理"]
LAM_UI[Line官方帳號管理]
PLD[個人Line對話]
LAM_UI --> PLD
end
I1 --> DB
WS --> DB
LE --> DB
DB --> CM_UI
DB --> LAM_UI
CM_UI --> PLD
style I1 fill:#d3d3d3
style WS fill:#d3d3d3
style LE fill:#d3d3d3
style DB fill:#d3d3d3
style CM_UI fill:#d3d3d3
style GC fill:#d3d3d3
style GM fill:#d3d3d3
style LAM_UI fill:#e3f2fd
style PLD fill:#fff8e1
📋 Phase 4 - 各平台專案進度&素材整合介面
graph LR
PP[待規劃]
style PP fill:#f0f0f0
📋 Phase 5 - 教師分潤報酬計算 & youtube 流量分析介面
graph LR
PP[待規劃]
style PP fill:#f0f0f0