Skip to content

Commit

Permalink
Update DeveloperGuide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eunrcn authored Apr 15, 2024
1 parent c9c42f6 commit 9b4ba31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ The `EditCommand` allows users to modify the details of an existing internship a

The diagram below shows the class diagram for EditCommand.

<puml src="diagrams/EditCommandClassDiagram.puml" />
<puml src="diagrams/EditCommandClassDiagram.puml" width="550" />

<div style="page-break-after: always;"></div>

Expand Down Expand Up @@ -488,6 +488,8 @@ The diagram below shows the sequence diagram for FilterCommand.

<puml src="diagrams/FilterSequenceDiagram.puml" />

<div style="page-break-after: always;"></div>

The following activity diagram shows how the user can interact with the FilterCommand

<puml src="diagrams/FilterCommandActivityDiagram.puml" />
Expand Down

0 comments on commit 9b4ba31

Please sign in to comment.