Skip to content

Commit

Permalink
Merge pull request #300 from coderhuang559/branch-v1.4
Browse files Browse the repository at this point in the history
Fix UG bugs
  • Loading branch information
lerxuann authored Nov 13, 2023
2 parents b061ba5 + 2e1b509 commit 5154700
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pageNav: 3
--------------------------------------------------------------------------------------------------------------------


## Introductions
## Introduction

Achieve simplicity while optimizing efficiency.

Expand Down Expand Up @@ -66,9 +66,9 @@ ProjectPRO is optimized for use via a Command Line Interface (CLI) while preserv
- [9.6 Listing Meeting Time from a Group `listtime`](#listing-meeting-time-from-a-group-listtime)
- [9.7 Finding Free Time of a Group `findfreetime`](#finding-free-time-of-a-group-findfreetime)
- [10. General Commands](#general-commands)
- [10.1 Viewing Help `help`](#viewing-help--help)
- [10.2 Clearing All Data `clear`](#clearing-all-data--clear)
- [10.3 Exit ProjectPRO `exit`](#exit-projectpro--exit)
- [10.1 Viewing Help `help`](#viewing-help-help)
- [10.2 Clearing All Data `clear`](#clearing-all-data-clear)
- [10.3 Exit ProjectPRO `exit`](#exit-projectpro-exit)


--------------------------------------------------------------------------------------------------------------------
Expand Down Expand Up @@ -222,7 +222,7 @@ Written below are some extra information regarding our command formats:
--------------------------------------------------------------------------------------------------------------------


### Adding a contact `add`
### Adding a contact: `add`
You can create a contact in your contact list.


Expand Down Expand Up @@ -263,7 +263,7 @@ You can create a contact in your contact list.

--------------------------------------------------------------------------------------------------------------------

### Deleting a contact `delete`
### Deleting a contact: `delete`
You can delete a contact from your contact list.


Expand Down Expand Up @@ -296,7 +296,7 @@ You can delete a contact from your contact list.

--------------------------------------------------------------------------------------------------------------------

### Finding a contact `find`
### Finding a contact: `find`

You can find all the contacts from your contact list with the matching keywords.

Expand Down Expand Up @@ -326,7 +326,7 @@ You can find all the contacts from your contact list with the matching keywords.

--------------------------------------------------------------------------------------------------------------------

### Listing contacts `list`
### Listing contacts: `list`
You can list all the contacts in your contact list.

**Format:** `list`
Expand Down Expand Up @@ -361,7 +361,7 @@ You can list all the contacts in your contact list.
--------------------------------------------------------------------------------------------------------------------


### Adding a group `new`
### Adding a group: `new`

You can create a new group in your contact list.

Expand Down Expand Up @@ -393,7 +393,7 @@ You can create a new group in your contact list.
--------------------------------------------------------------------------------------------------------------------


### Deleting a group `delete`
### Deleting a group: `delete`
You can delete a group in your contact list.

**Format:** `delete g/GROUP_NAME`
Expand Down Expand Up @@ -425,7 +425,7 @@ You can delete a group in your contact list.
--------------------------------------------------------------------------------------------------------------------


### Adding remarks to a group `remark`
### Adding remarks to a group: `remark`

You can add remarks to a group in your contact list.

Expand Down Expand Up @@ -460,7 +460,7 @@ You can add remarks to a group in your contact list.
--------------------------------------------------------------------------------------------------------------------


### Finding a group `find`
### Finding a group: `find`
You can find a group in your contact list. This allows you to view the group's members and remarks.


Expand Down Expand Up @@ -491,7 +491,7 @@ You can find a group in your contact list. This allows you to view the group's m
- The group you are trying to find does not exist in your contact list: `No group with such name found. Please provide the group's full name as in the existing contact list`.


### Listing a group `listgroup`
### Listing a group: `listgroup`
You can list all the groups in your contact list.

**Format:** `listgroup`
Expand Down Expand Up @@ -522,7 +522,7 @@ You can list all the groups in your contact list.
--------------------------------------------------------------------------------------------------------------------


### Grouping a Contact `group`
### Grouping a Contact: `group`

You can add an existing contact to an existing group.

Expand Down Expand Up @@ -557,7 +557,7 @@ You can add an existing contact to an existing group.

--------------------------------------------------------------------------------------------------------------------

### Ungrouping a Contact `ungroup`
### Ungrouping a Contact: `ungroup`

You can remove a contact from a group.

Expand Down Expand Up @@ -596,7 +596,7 @@ You can remove a contact from a group.

--------------------------------------------------------------------------------------------------------------------

### Adding Time to a Contact `addtime`
### Adding Time to a Contact: `addtime`
You can add time slots when your contacts are available.

**Format:** `addtime n/NAME t/FREE_TIME`
Expand Down Expand Up @@ -642,7 +642,7 @@ This adds a time slot when Alex Yeoh is available in your contact list.
- The time slot you are trying to add is not valid.


### Removing Time from a Contact `deletetime`
### Removing Time from a Contact: `deletetime`
You can remove available time slots of your contacts.


Expand Down Expand Up @@ -690,7 +690,7 @@ You can remove available time slots of your contacts.

--------------------------------------------------------------------------------------------------------------------

### Listing Time from a Contact `listtime`
### Listing Time from a Contact: `listtime`
You list all available time slots of your contacts.

**Format:** `listtime n/NAME`
Expand Down Expand Up @@ -723,7 +723,7 @@ You list all available time slots of your contacts.

--------------------------------------------------------------------------------------------------------------------

### Add Meeting to a Group `addmeeting`
### Add Meeting to a Group: `addmeeting`
You can add a meeting time slot for your group.


Expand Down Expand Up @@ -767,7 +767,7 @@ You can add a meeting time slot for your group.

--------------------------------------------------------------------------------------------------------------------

### Remove Meeting Time from a Group `deletetime`
### Remove Meeting Time from a Group: `deletetime`
You can remove meeting times from your groups.

**Format:** `deletetime g/GROUP_NAME t/MEETING_TIME`
Expand Down Expand Up @@ -802,7 +802,7 @@ You can remove meeting times from your groups.

--------------------------------------------------------------------------------------------------------------------

### Listing Meeting Time from a Group `listtime`
### Listing Meeting Time from a Group: `listtime`
You list meeting time for your groups.

**Format:** `listtime g/GROUP_NAME`
Expand Down Expand Up @@ -834,7 +834,7 @@ You list meeting time for your groups.

--------------------------------------------------------------------------------------------------------------------

### Finding Free Time of a Group `findfreetime`
### Finding Free Time of a Group: `findfreetime`
You can find a meeting time slot for your group where everyone is available.


Expand Down Expand Up @@ -947,7 +947,7 @@ Clears all entries from the contact list.

**Potential error(s):**
- Extra inputs detected.
-


### Exit ProjectPRO: `exit`
You can exit ProjectPRO.
Expand Down

0 comments on commit 5154700

Please sign in to comment.