From ff06160dffe68e347219f74fff4cd3e6cea46344 Mon Sep 17 00:00:00 2001 From: Dexter Hoon Date: Mon, 13 Nov 2023 03:20:23 +0800 Subject: [PATCH 1/3] Edit formatting of PPP --- docs/team/dexthechik3n.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/team/dexthechik3n.md b/docs/team/dexthechik3n.md index 27e608a12d..9f28c2f2c9 100644 --- a/docs/team/dexthechik3n.md +++ b/docs/team/dexthechik3n.md @@ -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)
+* Managed the project team discussions by providing a meeting outline
+ Screenshot of Project Outline 1 ![Screenshot of Project Outline 2](../images_PPP/dexter/project_discussion2.png)
-* Provided a summary of the division of labour after meetings -![Notion Screenshot](../images_PPP/dexter/division_of_labour1.png)
-![Telegram Screenshot](../images_PPP/dexter/division_of_labour.png)
+* Provided a summary of the division of labour after meetings
+* Telegram Screenshot + Notion Screenshot +
### Contributions beyond the project team Reported bugs and suggestions for other teams in the class
From a122c3f022a9ec9b9ea086569496e3336f9a74b7 Mon Sep 17 00:00:00 2001 From: Dexter Hoon Date: Mon, 13 Nov 2023 03:27:44 +0800 Subject: [PATCH 2/3] Update formatting of UG and DG --- docs/DeveloperGuide.md | 3 ++- docs/UserGuide.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 873deb288d..bd2c4f6dfc 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -25,7 +25,8 @@ * [Target user profile](#target-user-profile) * [Value proposition](#value-proposition) * [User stories](#user-stories) --------------------------------------------------------------------------------------------------------------- + +-------------------------------------------------------------------------------------------------------------- ## **Acknowledgements** [addressbook-level2](https://github.com/se-edu/addressbook-level2)
diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 192c2bac37..e81cf7d997 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -13,8 +13,8 @@ * [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) + * [Showing all sales : `list_total_sales`](#showing-all-sales--listtotalsales) + * [Showing sales for a chosen day : `list_sale`](#showing-sales-for-a-chosen-day--listsale) * [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) From 0a2996acbae51834b724b5162bee45506e0a9f14 Mon Sep 17 00:00:00 2001 From: Dexter Hoon Date: Mon, 13 Nov 2023 03:32:18 +0800 Subject: [PATCH 3/3] Edit hyperlinks for table of contents in UG --- docs/UserGuide.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index e81cf7d997..cc66a28451 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -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 : `list_total_sales`](#showing-all-sales--listtotalsales) - * [Showing sales for a chosen day : `list_sale`](#showing-sales-for-a-chosen-day--listsale) - * [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)