Skip to content

Commit

Permalink
Merge pull request #336 from owenyeo/master
Browse files Browse the repository at this point in the history
Update PPP
  • Loading branch information
lululwtv authored Nov 14, 2023
2 parents 496f9fe + d347bfd commit 4c88332
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
1 change: 0 additions & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,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
14 changes: 10 additions & 4 deletions docs/team/owenyeo.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,27 @@ TimetaBRO, your ultimate companion for managing your university life, social int


**Contributions to the User Guide (UG):**
* Wrote the introduction
* Wrote the About section
* Wrote the Quickstart
* Wrote the introduction, giving the user a broad overview of the functionality of TimetaBRO in a friendly manner.
* Wrote the About section, giving the user a broad overview of the purpose of the UG.
* Wrote the Quickstart, giving example commands and links to aid the user in the use of the product.
* Updated tone throughout the UG.
* Proofread and ensured quality of UG.

**Contributions to the Developer Guide (DG):**
* Updated the diagrams in Storage and Model
* Added details about UserDataStorage
* Added implementation of EditUserCommand
* Created sequence diagrams for EditUserCommand's execution.
* Added some extensions in use cases.
* Proofread and ensured quality of DG.

**Contributions to team-based tasks:**
* Delegated work to teammates
* Created issues and assigned them to teammates
* Kept track of code deadlines
* Reviewed, approved, and merged pull requests from other tea members.
* Reviewed, approved, and merged pull requests from other tea members. E.g. #93 where I requested change due to code quality transgressions.
* Created releases for v1.4 and v1.2
* Ensured labels were correct in PRs I reviewed.

**Contributions beyond the project team:**
* Took part in Bug CATcher stress test
Expand Down

0 comments on commit 4c88332

Please sign in to comment.