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

Update UG for addL and addG commands #61

Merged
merged 4 commits into from
Oct 17, 2023
Merged
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
16 changes: 8 additions & 8 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,21 +113,21 @@ Examples:

Adds the username for their social profile [LinkedIn/Github] to the existing contact details of users

Format: `add linkedin INDEX USERNAME` or `add github INDEX USERNAME`
Format: `addL INDEX u/USERNAME` or `addG INDEX u/USERNAME`

Examples:
* `add github 2 MadLamprey`
* `add linkedin 4 aditya-misra`
* `addG 2 u/MadLamprey`
* `addL 4 u/aditya-misra`

### Opening user LinkedIn or GitHub account: 'linkedin' or 'github'

Redirect user to candidate's LinkedIn or Github account

Format: `linkedin NAME` or `github NAME`
Format: `linkedin INDEX` or `github INDEX`

Examples:
* `linkedin Alex Yeoh`
* `github Bernice Sanders`
* `linkedin 1`
* `github 2`

### Listing all persons : `list`

Expand Down Expand Up @@ -285,8 +285,8 @@ Action | Format, Examples
---------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
**Add** | `add n/NAME p/PHONE_NUMBER e/EMAIL a/ADDRESS [t/TAG]…​` <br> e.g., `add n/James Ho p/22224444 e/[email protected] a/123, Clementi Rd, 1234665 t/friend t/colleague`
**Remark** | `remark r/REMARK` <br> e.g., `remark 1 r/Great attitude, hardworking`
**Add Github/LinkedIn** | `add linkedin INDEX USERNAME` or `add github INDEX USERNAME` e.g., `add linkedin 1 alex-yeoh`, `add github 2 bernicesanders123`
**Open Github/LinkedIn** | `linkedin NAME` or `github NAME` e.g., `linkedin Alex Yeoh`, `github Bernice Sanders`
**Add Github/LinkedIn** | `addL INDEX u/USERNAME` or `addG INDEX u/USERNAME` e.g., `addL 1 u/alex-yeoh`, `addG 2 u/bernicesanders123`
**Open Github/LinkedIn** | `linkedin INDEX` or `github INDEX` e.g., `linkedin 1`, `github 2`
**Clear** | `clear`
**Delete** | `delete INDEX`<br> e.g., `delete 3`
**Set** | `set INDEX STATUS`<br> e.g., `set 2 Interviewed`
Expand Down
Loading