Skip to content

Commit

Permalink
Add description to developer guide
Browse files Browse the repository at this point in the history
  • Loading branch information
NgChunMan committed Oct 27, 2023
1 parent 70bb9a6 commit 9258ded
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ Here's a (partial) class diagram of the `Logic` component:
<puml src="diagrams/LogicClassDiagram.puml" width="550"/>

The sequence diagram below illustrates the interactions within the `Logic` component, taking `execute("rmt 1")` API call as an example.
`rmt` is the command word for DeleteTaskCommand class. By executing the command `rmt 1`, tha task with index number 1 will be deleted.

<puml src="diagrams/DeleteTaskSequenceDiagram.puml" alt="Interactions Inside the Logic Component for the `rmt 1` Command" />

Expand Down

0 comments on commit 9258ded

Please sign in to comment.