Skip to content

Commit

Permalink
Merge pull request #189 from EdmundTangg/master
Browse files Browse the repository at this point in the history
Edited PPP
  • Loading branch information
Kobot7 authored Apr 14, 2024
2 parents b272c05 + a43f650 commit ea8da64
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions docs/team/edmundtangg.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ Justification:
This is the core feature of the application.
A user needs to be able to add a product into the application before any further commands can run.

<br/>


**2. Find command Feature**
[#52](https://github.com/AY2324S2-CS2113T-T09-3/tp/pull/52)

Expand All @@ -41,9 +38,6 @@ the user can use this command to obtain more information about the product.
In addition, most commands require the PID of the product to run.
This command allows the user to obtain the PID of the product that they want.


<br/>

**3. History command Feature**
[#69](https://github.com/AY2324S2-CS2113T-T09-3/tp/pull/69)

Expand All @@ -65,21 +59,15 @@ It requires an indepth analysis of how to incorporate it in our product because
<br/>

### Enhancements to existing features:
- Wrote tests for existing features, obtaining 100% test coverage for all 3 features above. [#83](https://github.com/AY2324S2-CS2113T-T09-3/tp/pull/83) [#163](https://github.com/AY2324S2-CS2113T-T09-3/tp/pull/163)
- Updated find command to search for substrings instead of just pure matching of the products' names. [#83](https://github.com/AY2324S2-CS2113T-T09-3/tp/pull/83)

- Wrote tests for existing features, obtaining 100% test coverage for all 3 features above [#83](https://github.com/AY2324S2-CS2113T-T09-3/tp/pull/83) [#163](https://github.com/AY2324S2-CS2113T-T09-3/tp/pull/163)
- Updated find command to search for substrings instead of just pure matching of the products' names [#83](https://github.com/AY2324S2-CS2113T-T09-3/tp/pull/83)

<br/>

### Contributions to the UG
Added documentations details for the classes `new`, `find` and `history`.
[#92](https://github.com/AY2324S2-CS2113T-T09-3/tp/pull/92)

<br/>
### Documentations
UG: Added documentations details for the classes `new`, `find` and `history`. [#92](https://github.com/AY2324S2-CS2113T-T09-3/tp/pull/92)

### Contributions to the DG
Added documentations details for the classes `new`, `find` and `history`.
[#92](https://github.com/AY2324S2-CS2113T-T09-3/tp/pull/92)
DG: Added documentations details for the classes `new`, `find` and `history`. [#92](https://github.com/AY2324S2-CS2113T-T09-3/tp/pull/92)

<br/>

Expand Down

0 comments on commit ea8da64

Please sign in to comment.