Skip to content

Commit

Permalink
Merge pull request #238 from daryltay415/master
Browse files Browse the repository at this point in the history
Fix developer guide sequence diagram
  • Loading branch information
EugeneChanJiajun committed Apr 15, 2024
2 parents 31bc348 + ccf62ac commit f1796d3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.
2 changes: 1 addition & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ Calculates the total expense for all activities of the given type in the travel

Format: `totalexpense [/type TYPE]`

* The `TYPE` must be a valid type (Accomodation, Food, Landmark, TravelActivity)
* The `TYPE` must be a valid type (Accomodation, Food, Landmark, General)

Example of usage:
`totalexpense /type food`
Expand Down
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 f1796d3

Please sign in to comment.