Test QuickGV: Difference between revisions
Jump to navigation
Jump to search
| Line 11: | Line 11: | ||
A -> B [label="任務範圍內測試通過"]; | A -> B [label="任務範圍內測試通過"]; | ||
B -> D [label="在 development 環境能穩定運行"]; | B -> D [label="在 development 環境能穩定運行"]; | ||
B -> C | B -> C; | ||
C -> E [label="在 staging 環境能穩定運行"]; | C -> E [label="在 staging 環境能穩定運行"]; | ||
</quickgv> | </quickgv> | ||