Skip to content

Commit

Permalink
Merge pull request #341 from DextheChik3n/edit-ppp
Browse files Browse the repository at this point in the history
Edit formatting of PPP
  • Loading branch information
DextheChik3n authored Nov 12, 2023
2 parents b42e44c + 0a2996a commit fa189ae
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
3 changes: 2 additions & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
* [Target user profile](#target-user-profile)
* [Value proposition](#value-proposition)
* [User stories](#user-stories)
<!-- TOC -->--------------------------------------------------------------------------------------------------------------
<!-- TOC -->
--------------------------------------------------------------------------------------------------------------
## **Acknowledgements**

[addressbook-level2](https://github.com/se-edu/addressbook-level2) <br>
Expand Down
20 changes: 10 additions & 10 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
* [Features](#features)
* [Viewing help : `help`](#viewing-help--help)
* [Adding a dish : `add`](#adding-a-dish--add)
* [Listing all menu items : `list_menu`](#listing-all-menu-items--listmenu)
* [Listing ingredients needed for the selected dish : `list_ingredients`](#listing-ingredients-needed-for-the-selected-dish--listingredients)
* [Listing all menu items : `list_menu`](#listing-all-menu-items--list_menu)
* [Listing ingredients needed for the selected dish : `list_ingredients`](#listing-ingredients-needed-for-the-selected-dish--list_ingredients)
* [Deleting a menu item : `delete`](#deleting-a-menu-item--delete)
* [Editing price of menu item : `edit_price`](#editing-price-of-menu-item--editprice)
* [Viewing the total stock of ingredients : `view_stock`](#viewing-the-total-stock-of-ingredients--viewstock)
* [Buying an ingredient : `buy_ingredient`](#buying-an-ingredient--buyingredient)
* [Showing all sales : `show_sales`](#showing-all-sales--showsales)
* [Showing sales for a chosen day : `show_sale`](#showing-sales-for-a-chosen-day--showsale)
* [Adding an order : `add_order`](#adding-an-order--addorder)
* [Returning to the previous day: `previous_day`](#returning-to-the-previous-day-previousday)
* [Advancing to the next day: `next_day`](#advancing-to-the-next-day-nextday)
* [Editing price of menu item : `edit_price`](#editing-price-of-menu-item--edit_price)
* [Viewing the total stock of ingredients : `view_stock`](#viewing-the-total-stock-of-ingredients--view_stock)
* [Buying an ingredient : `buy_ingredient`](#buying-an-ingredient--buy_ingredient)
* [Showing all sales : `list_total_sales`](#showing-all-sales--list_total_sales)
* [Showing sales for a chosen day : `list_sale`](#showing-sales-for-a-chosen-day--list_sale)
* [Adding an order : `add_order`](#adding-an-order--add_order)
* [Returning to the previous day: `previous_day`](#returning-to-the-previous-day-previous_day)
* [Advancing to the next day: `next_day`](#advancing-to-the-next-day-next_day)
* [Exiting the program : `bye`](#exiting-the-program--bye)
* [Known Issues](#known-issues)
* [Command Summary](#command-summary)
Expand Down
11 changes: 6 additions & 5 deletions docs/team/dexthechik3n.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,13 @@ e.g checking for repeated dish/ingredient name, invalid price type, missing argu
### Review/mentoring contributions
* Examples of PRs reviewed:
[#98](https://github.com/AY2324S1-CS2113-T17-2/tp/pull/98), [#119](https://github.com/AY2324S1-CS2113-T17-2/tp/pull/119), [#190](https://github.com/AY2324S1-CS2113-T17-2/tp/pull/190)
* Managed the project team discussions by providing a meeting outline
![Screenshot of Project Outline 1](../images_PPP/dexter/project_discussion1.png)<br>
* Managed the project team discussions by providing a meeting outline <br>
<img alt="Screenshot of Project Outline 1" src="../images_PPP/dexter/project_discussion1.png" height="200" width="250"/>
![Screenshot of Project Outline 2](../images_PPP/dexter/project_discussion2.png)<br>
* Provided a summary of the division of labour after meetings
![Notion Screenshot](../images_PPP/dexter/division_of_labour1.png)<br>
![Telegram Screenshot](../images_PPP/dexter/division_of_labour.png)<br>
* Provided a summary of the division of labour after meetings <br>
* <img alt="Telegram Screenshot" height="325" src="../images_PPP/dexter/division_of_labour.png" width="200"/>
<img alt="Notion Screenshot" height="100" src="../images_PPP/dexter/division_of_labour1.png" width="300"/>
<br>

### Contributions beyond the project team
Reported bugs and suggestions for other teams in the class <br>
Expand Down

0 comments on commit fa189ae

Please sign in to comment.