Skip to content

Commit

Permalink
Merge pull request #208 from NicholasChungJunJie/master
Browse files Browse the repository at this point in the history
Add sequence diagram for `additem`
  • Loading branch information
chungnicholas authored Mar 29, 2023
2 parents 9d1c28a + d561c57 commit b417f9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ The expected inputs to add only one menu item into an order is as such:
This sequence diagram models the interaction between various components in MoneyGoWhere when the user inputs the
command `/additem`.

![](./images/developersGuide/addItem.png)

The general workflow of `/additem` is as follows:
1. User input is passed to `MoneyGoWhere`.
1. `MoneyGoWhere` then creates a new `Command` object using the user input, whose constructor invokes
Expand Down
Binary file added docs/images/developersGuide/addItem.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 b417f9b

Please sign in to comment.