Skip to content

Commit

Permalink
Merge pull request #302 from azfarulmatin/master
Browse files Browse the repository at this point in the history
Update PPP
  • Loading branch information
azfarulmatin committed Nov 14, 2023
2 parents 86116f6 + ab087ee commit d804ad8
Showing 1 changed file with 25 additions and 13 deletions.
38 changes: 25 additions & 13 deletions docs/team/Azfarul.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,44 @@ GUI apps.

### Summary of Contributions

-Features implemented
-**Features implemented**

1) List
1) **List**
* What it does: List all drug information that is being tracked by the system.
2) Find


2) **Find**
* What it does: Finds drug from drug list by serial number
3) Add


3) **Add**
* What it does: Adds the serial number and price property to the drugs
4) viewCart


4) **viewCart**
* What it does: Adds the total amount to be paid in the cart
5) Checkout


5) **Checkout**
* What it does: Calculates total price of drugs in cart
6) SaveSales


6) **SaveSales**
* What it does: Saves the items that are checked out into soldItems.txt
7) ListSales


7) **ListSales**
* What it does: List the drugs sold that are saved

-Classes implemented
-**Classes implemented**

* `ListCommand`
* `FindCommand`
* `CheckoutCommand`
* `SaveSalesCommand`
* `ListSalesCommand`

-Contributions to the UG
-**Contributions to the UG**

Azfarul Matin added documentation for the following sections of
the user guide:
Expand All @@ -42,9 +54,9 @@ the user guide:
* [saveSales Command](https://ay2324s1-cs2113-t17-3.github.io/tp/UserGuide.html#find---finds-drugs-using-their-name-or-expiry-date:~:text=saveSales%20%2D%20Save%20the%20current%20sold%20items)
* [listSaLes Command](https://ay2324s1-cs2113-t17-3.github.io/tp/UserGuide.html#find---finds-drugs-using-their-name-or-expiry-date:~:text=listSales%20%2D%20List%20the%20description%20of%20sold%20items%20saved)

-Contributions to the DG
-**Contributions to the DG**

* Matin added documentation for the following section of
* Azfarul Matin added documentation for the following section of
the developer guide:
* [List Command](https://ay2324s1-cs2113-t17-3.github.io/tp/DeveloperGuide#:~:text=Command%20function%20works.-,2.%20ListCommand,-The%20ListCommand%20is)
* [Checkout Command](https://ay2324s1-cs2113-t17-3.github.io/tp/DeveloperGuide#:~:text=13.%20Checkout%20Command)
Expand All @@ -56,7 +68,7 @@ the user guide:
* [SaveSalesCommand Diagram](https://ay2324s1-cs2113-t17-3.github.io/tp/UML%20Diagrams/SaveSalesCommand.png)
* [ListSalesCommand Diagram](https://ay2324s1-cs2113-t17-3.github.io/tp/UML%20Diagrams/ListSalesCommand.png)

-Contributions to team-based tasks
-**Contributions to team-based tasks**

* Maintain issues and milestone tracker
* Updated portions of user/developer docs not specific to a feature eg: user stories, target user profile,
Expand Down

0 comments on commit d804ad8

Please sign in to comment.