Skip to content

Commit

Permalink
Update UserGuide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahidharah authored Nov 15, 2023
1 parent 24889eb commit 6461caa
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,11 @@ If project to be assigned does not exist, consider [adding the project](#add-pro
`add-developer n/John Doe p/98765432 e/[email protected] a/311, Clementi Ave 2, #02-25 r/Developer
pr/AndroidApp pr/CustomWebsite s/4500 d/11-11-2023 g/johng rt/3`


* A new developer, `John Doe`, is added with the respective details.
* He is assigned to the projects `AndroidApp` and `CustomWebsite` (provided that these projects already exist in the address book).


When command succeeds, CLI shows:
```
New developer added: John Doe;
Expand Down Expand Up @@ -489,6 +494,11 @@ If project to be assigned does not exist, consider [adding the project](#add-pro
**Example of usage:**
`add-client n/Jack Doe p/98765432 e/[email protected] a/311, Clementi Ave 2, #02-25 r/Developer pr/AndroidApp pr/CustomWebsite o/Google do/google.com`


* A new client, `Jack Doe`, is added with the respective details
* He is assigned to the projects `AndroidApp` and `CustomWebsite` (provided that these projects already exist in the address book).


When command succeeds, CLI shows:

```
Expand Down Expand Up @@ -525,6 +535,11 @@ Entered details of a client incorrectly? You can always undo the action with the
**Example of usage:**
`add-project n/JuiceApp dr/App to allow for different juices to be ordered dl/19-12-2023,Design backend,HIGH,0 dl/25-12-2023,Design frontend,MEDIUM,0`


* A new project, `JuiceApp`, is added with the respective details.
* Deadlines with the descriptions `Design backend` and `Design frontend` are created and assigned to the newly added project.


When command succeeds, CLI shows:

```
Expand Down Expand Up @@ -627,6 +642,11 @@ Deleted a wrong client? You can always undo the action with the [`undo`](#undo)

**Example of usage:** `delete-project 2`


* Deletes second project in the project list from the project list and from the address book.
* Deletes project from developers' and clients' project lists if they were assigned to this project.


When command succeeds, CLI shows:
```
Deleted Project: TeamTrekker;
Expand Down

0 comments on commit 6461caa

Please sign in to comment.