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..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 : `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) 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