Test QuickGV: Difference between revisions
Jump to navigation
Jump to search
(→MMD) |
No edit summary |
||
| Line 2: | Line 2: | ||
= MMD = | = MMD = | ||
<quickmmd name="testmmd"></quickmmd> | <quickmmd name="testmmd"> | ||
flowchart TD | |||
A[(更新 MAINSYS_DB.md)]@{ shape: doc, label: "Document" } | |||
B[(執行 task mig-create -- xxx 新增一組資料庫版本異動)] | |||
C[(修訂資料庫異動檔 assets/migrations/xxx.sql)] | |||
D[(執行 task mig-up 升級資料庫)] | |||
E[(執行 task mig-down 降級資料庫)] | |||
F{{新增 Ent schema 定義}} | |||
G{{新增 task ent-gen 生成 Ent 資料存取碼}} | |||
H([在 service 層寫業務邏輯]) | |||
I([在 service 層寫單元測試]) | |||
J([在 handler 層寫請求處理]) | |||
K[在 main.go 組裝 client, service, handler]@{ shape: procs, label: "Process Automation"} | |||
A --> B | |||
subgraph | |||
B --> C | |||
C --> D | |||
D --Failed--> E | |||
E --Tunning--> C | |||
end | |||
D --Passed--> F | |||
F --> G | |||
G --> H | |||
H --> I | |||
I --Failed--> H | |||
I --Passed--> J | |||
J --> K | |||
</quickmmd> | |||
= ClinicWiz = | = ClinicWiz = | ||
Revision as of 09:28, 7 August 2026
See: https://graphviz.gitlab.io/_pages/pdf/dotguide.pdf
MMD
ClinicWiz
WebSocket Service
建議線路 gen1
建議線路 gen2
A
testflow
test