Skip to content

Commit

Permalink
Fix developer guide sequence diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
daryltay415 committed Apr 15, 2024
1 parent 31bc348 commit 5795206
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file modified docs/DiagramImages/img_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions docs/plantUML diagrams/UpdateSequenceDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@

actor User as user

box OmniTravel

participant ":OmniTravel" as OmniTravel

box Ui

participant ":Ui" as Ui

box Parser

participant ":Parser" as Parser
end box

box TravelActivityType


participant ":TravelActivityList" as TravelActivityList
participant ":TravelActivity" as TravelActivity
end box


user -> OmniTravel : "update 1 /date 2019-12-12 /duration 2 hours"
activate OmniTravel
Expand Down

0 comments on commit 5795206

Please sign in to comment.