Skip to content

Instantly share code, notes, and snippets.

@kohashi
Created August 11, 2020 02:00
Show Gist options
  • Save kohashi/3283c702320962dbc8ab89e6b2df2f7c to your computer and use it in GitHub Desktop.
Save kohashi/3283c702320962dbc8ab89e6b2df2f7c to your computer and use it in GitHub Desktop.
# PlantUML Editor
1. select template
2. write uml diagram
@startuml
(*) --> "ドラフト"
partition 審査 {
(*) --> == review ==
"ドラフト" -->[審査提出] == review ==
== review == --> "審査中"
if "審査中" then
-->[ok] "審査完了"
"審査完了" --> == review_end ==
else
-->[ng] "却下"
"却下" --> == review_end ==
endif
}
== review_end == -down-> [Camp.次第で\n配信開始] "配信可"
"配信可" --> [停止] "停止中"
"停止中" --> "アーカイブ"
"配信可" --> "アーカイブ"
== review_end == --> "アーカイブ"
"停止中" -up-> [変更] == review ==
"配信可" -up-> [変更] == review ==
@enduml
Display the source blob
Display the rendered blob
Raw
Loading
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