Skip to content

Commit

Permalink
Merge pull request #313 from owenyeo/v1.4-fixadd-1
Browse files Browse the repository at this point in the history
Remove 1 line
  • Loading branch information
andrefoo authored Nov 13, 2023
2 parents 7e6e094 + 9e6d7df commit f8e5e34
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified bin/test/seedu/address/logic/parser/AddCommandParserTest.class
Binary file not shown.
1 change: 0 additions & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ to call `AddressBookParser#parseCommand()` method, which then calls `EditUserCom
- The `EditUserCommand` is then passed up to `LogicManager`.
- `LogicManager#execute(editUserCommand)` is called, which then calls `Model#getUser()`. A new `User` object is created with existing user information and incoming data from the `EditUserDescriptor`.
- `Model#setUser(editedUser)` is then called to save the updated user into `Model`.
- `Model` then updates `Storage`, allowing users to save data across sessions.

<img src="images/EditUserSequenceDiagram.png" width="1000" />

Expand Down

0 comments on commit f8e5e34

Please sign in to comment.