PlantUML 導入フロー
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@startuml | |
skinparam shadowing false | |
start | |
!define editor vscode\nオンラインエディターなど | |
!define service Kibela\nGitLabなど | |
:PlantUML を導入したい; | |
if (共有範囲) then (一人) | |
:editor; | |
:service; | |
else (チーム) | |
if (マネジメントの理解) then (ある) | |
:service; | |
else (ない) | |
if (メンバーの理解) then (ある) | |
:editor; | |
else (ない) | |
:仲間を増やす\n根回し; | |
endif | |
:service; | |
endif | |
endif | |
:PlantUML を導入; | |
:運用・浸透; | |
stop | |
@enduml |
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment