File tree 5 files changed +15
-0
lines changed
5 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
title Series import flow: stage 1 (create import request)
4
4
hide footbox
5
+ skinparam sequence {
6
+ LifeLineBackgroundColor LightGray
7
+ }
5
8
6
9
participant Browser
7
10
participant SeriesImportController
Original file line number Diff line number Diff line change 2
2
3
3
title Series import flow: stage 2 (download page)
4
4
hide footbox
5
+ skinparam sequence {
6
+ LifeLineBackgroundColor LightGray
7
+ }
5
8
6
9
participant ImportRequestCreatedEventListener
7
10
participant DownloaderService
Original file line number Diff line number Diff line change 1
1
@startuml
2
2
3
3
title Series import flow: stage 4 (import a series)
4
+ skinparam sequence {
5
+ LifeLineBackgroundColor LightGray
6
+ }
4
7
5
8
participant Browser
6
9
participant SeriesImportController
Original file line number Diff line number Diff line change 2
2
3
3
title Series import flow: stage 3a (handle error of parsing page)
4
4
hide footbox
5
+ skinparam sequence {
6
+ LifeLineBackgroundColor LightGray
7
+ }
5
8
6
9
participant ParsingFailedEventListener
7
10
participant SeriesImportService
Original file line number Diff line number Diff line change 2
2
3
3
title Series import flow: stage 3 (parse page)
4
4
hide footbox
5
+ skinparam sequence {
6
+ LifeLineBackgroundColor LightGray
7
+ }
5
8
6
9
participant DownloadingSucceededEventListener
7
10
participant SiteParserService
You can’t perform that action at this time.
0 commit comments