diff --git a/docs/team/Azfarul.md b/docs/team/Azfarul.md index 8931de64d..63718e33d 100644 --- a/docs/team/Azfarul.md +++ b/docs/team/Azfarul.md @@ -8,24 +8,36 @@ 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` @@ -33,7 +45,7 @@ GUI apps. * `SaveSalesCommand` * `ListSalesCommand` --Contributions to the UG +-**Contributions to the UG** Azfarul Matin added documentation for the following sections of the user guide: @@ -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) @@ -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,