Skip to content

Commit

Permalink
Update DeveloperGuide.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Inno97 authored Nov 10, 2019
1 parent 1b9b061 commit 740ffb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/DeveloperGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ This section describes some noteworthy details on how certain features are imple
==== Implementation

.Sequence diagram of how user input is handled
image::HandleUserInputDiagram.png[width="800" align="left"]
image::SGTravel_handleUserInput_diagram.png[width="800" align="left"]

Given below is an example usage scenario of how user input is handled:

Expand All @@ -210,7 +210,7 @@ Given below is an example usage scenario of how user input is handled:
==== Implementation

.Sequence diagram of how user input is parsed into a command
image::ParseCommandDiagram.png[width="800" align="left"]
image::SGTravel_parseUserInput_diagram.png[width="1050" align="left"]

Given below is an example usage scenario of how user input is handled:

Expand All @@ -221,7 +221,7 @@ Given below is an example usage scenario of how user input is handled:
. The `LogicManager` will then execute the `Command` and return a `CommandResult` to the `Ui`.

.Sequence diagram of how Command is created by ConversationManager
image::ConversationDiagram.png[width="600" align="left"]
image::SGTravel_commandCreation.png[width="960" align="left"]

==== Design Considerations

Expand Down

0 comments on commit 740ffb9

Please sign in to comment.