Skip to content

Commit e190c78

Browse files
committed
docs: highlight lifelines on diagrams
Part of #1380 [skip ci]
1 parent ced3988 commit e190c78

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed

docs/diagrams/create-import-request.puml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
title Series import flow: stage 1 (create import request)
44
hide footbox
5+
skinparam sequence {
6+
LifeLineBackgroundColor LightGray
7+
}
58

69
participant Browser
710
participant SeriesImportController

docs/diagrams/download-page.puml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
title Series import flow: stage 2 (download page)
44
hide footbox
5+
skinparam sequence {
6+
LifeLineBackgroundColor LightGray
7+
}
58

69
participant ImportRequestCreatedEventListener
710
participant DownloaderService

docs/diagrams/import-series.puml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
@startuml
22

33
title Series import flow: stage 4 (import a series)
4+
skinparam sequence {
5+
LifeLineBackgroundColor LightGray
6+
}
47

58
participant Browser
69
participant SeriesImportController

docs/diagrams/parse-page-failed.puml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
title Series import flow: stage 3a (handle error of parsing page)
44
hide footbox
5+
skinparam sequence {
6+
LifeLineBackgroundColor LightGray
7+
}
58

69
participant ParsingFailedEventListener
710
participant SeriesImportService

docs/diagrams/parse-page.puml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
title Series import flow: stage 3 (parse page)
44
hide footbox
5+
skinparam sequence {
6+
LifeLineBackgroundColor LightGray
7+
}
58

69
participant DownloadingSucceededEventListener
710
participant SiteParserService

0 commit comments

Comments
 (0)