Skip to content

Commit

Permalink
Merge pull request nus-cs2103-AY2223S2#74 from weekiat-douze/v1.3
Browse files Browse the repository at this point in the history
Update DG Diagram for Add Image
  • Loading branch information
SHni99 authored Mar 26, 2023
2 parents 8fe2135 + 38afbc2 commit 4ae1210
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ Finally `AddImageCommand#execute` updates the model provided in the arguments.
The following sequence diagram shows how the add-image operation works:<br>
![AddImageSequenceDiagram](images/AddImageSequenceDiagram.png)
> **Note**: The lifeline of the `AddImageCommandParser` and `AddImageCommand`
> should end at the destroy marker (X) but due to the limitations of PlantUML, the
> lifeline reaches the end of the diagram.
The following activity diagram summarizes what happens when a user executes add-image command: <br>
![AddImageActivityDiagram](images/AddImageActivityDiagram.png)
Expand Down
2 changes: 1 addition & 1 deletion docs/diagrams/AddImageSequenceDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ participant ":LogicManager" as LogicManager LOGIC_COLOR
participant ":AddressBookParser" as AddressBookParser LOGIC_COLOR
participant ":AddImageCommandParser" as AddImageCommandParser LOGIC_COLOR
participant "command:AddImageCommand" as AddImageCommand LOGIC_COLOR
participant "ImageUtil<< class >>" as ImageUtil LOGIC_COLOR
participant "ImageUtil" as ImageUtil <<class>> LOGIC_COLOR
end box

box Model MODEL_COLOR_T1
Expand Down
Binary file modified docs/images/AddImageSequenceDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4ae1210

Please sign in to comment.