Skip to content

Commit

Permalink
refactor: fixed blocks and lifeline messages in sequence diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
rickkoekkoek committed Jan 9, 2024
1 parent 9361211 commit a5e9c31
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tdd/startup-phase-sequence.puml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,12 @@ A -> B: InitializeAppProvidersComponent()
activate B
B --> A: RenderAppProvidersComponentWithinApp()
deactivate B
deactivate A

U -> A: StartBackgroundCollection()
activate A
A -> BC: InitializeBackgroundCollectionComponentWithinApp()
activate BC
BC --> A: RenderBackgroundCollectionInApp()
A --> U: RenderBackgroundCollectionToUser()
deactivate BC
U -> A: TutorialStart()
A -> T: InitializeTutorialComponent()
activate T
T --> A: RenderTutorialComponentWithinApp()
Expand Down

0 comments on commit a5e9c31

Please sign in to comment.