Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit formatting of PPP #341

Merged
merged 3 commits into from
Nov 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading