Skip to content

Commit

Permalink
Merge pull request #24 from yyyaohhh/AboutUs
Browse files Browse the repository at this point in the history
Updated PPP
  • Loading branch information
marquestye authored Oct 4, 2023
2 parents 0dd42c1 + 5ade8b3 commit 76d73c0
Showing 1 changed file with 22 additions and 33 deletions.
55 changes: 22 additions & 33 deletions docs/team/yyyaohhh.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,35 @@
---
layout: default.md
title: "John Doe's Project Portfolio Page"
---
# Yaohong's Project Portfolio Page

### Project: AddressBook Level 3
## Project ModCraft

AddressBook - Level 3 is a desktop address book application used for teaching Software Engineering principles. The user interacts with it using a CLI, and it has a GUI created with JavaFX. It is written in Java, and has about 10 kLoC.
ModCraft is an app that provides a fast and easy way for students to track courses
to take to meet graduation requirements and plan courses to take. The user interacts
with it using a CLI, and it has a GUI created with JavaFX.

Given below are my contributions to the project.

* **New Feature**: Added the ability to undo/redo previous commands.
* What it does: allows the user to undo all previous commands one at a time. Preceding undo commands can be reversed by using the redo command.
* Justification: This feature improves the product significantly because a user can make mistakes in commands and the app should provide a convenient way to rectify them.
* Highlights: This enhancement affects existing commands and commands to be added in future. It required an in-depth analysis of design alternatives. The implementation too was challenging as it required changes to existing commands.
* Credits: *{mention here if you reused any code/ideas from elsewhere or if a third-party library is heavily used in the feature so that a reader can make a more accurate judgement of how much effort went into the feature}*
- **to be added soon\*** **Code contributed**: [RepoSense link](https://nus-cs2103-ay2324s1.github.io/tp-dashboard/#/widget/?search=&sort=groupTitle&sortWithin=title&timeframe=commit&mergegroup=&groupSelect=groupByRepos&breakdown=true&checkedFileTypes=docs~functional-code~test-code&since=2023-09-22&chartGroupIndex=46&chartIndex=0)

* **New Feature**: Added a history command that allows the user to navigate to previous commands using up/down keys.
- **Project management**:

* **Code contributed**: [RepoSense link]()
- to be added soon

* **Project management**:
* Managed releases `v1.3` - `v1.5rc` (3 releases) on GitHub
- **Enhancements to existing features**:
to be added soon

* **Enhancements to existing features**:
* Updated the GUI color scheme (Pull requests [\#33](), [\#34]())
* Wrote additional tests for existing features to increase coverage from 88% to 92% (Pull requests [\#36](), [\#38]())
- **Documentation**:

* **Documentation**:
* User Guide:
* Added documentation for the features `delete` and `find` [\#72]()
* Did cosmetic tweaks to existing documentation of features `clear`, `exit`: [\#74]()
* Developer Guide:
* Added implementation details of the `delete` feature.
- User Guide:
- to be added soon
- Developer Guide:
- to be added soon

* **Community**:
* PRs reviewed (with non-trivial review comments): [\#12](), [\#32](), [\#19](), [\#42]()
* Contributed to forum discussions (examples: [1](), [2](), [3](), [4]())
* Reported bugs and suggestions for other teams in the class (examples: [1](), [2](), [3]())
* Some parts of the history feature I added was adopted by several other class mates ([1](), [2]())
- **Community**:

* **Tools**:
* Integrated a third party library (Natty) to the project ([\#42]())
* Integrated a new Github plugin (CircleCI) to the team repo
- PRs reviewed (with non-trivial review comments): to be added soon
- Contributed to forum discussions (examples: to be added soon)
- Reported bugs and suggestions for other teams in the class (examples: to be added soon)
- Some parts of some feature I added was adopted by several other class mates (to be added soon)

* _{you can add/remove categories in the list above}_
- **Tools**:
- to be added soon

0 comments on commit 76d73c0

Please sign in to comment.