forked from nus-cs2103-AY2324S1/tp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request nus-cs2103-AY2324S1#92 from tiif/branch-keymilesto…
…ne-userguide Add Key Milestone field in User Guide
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,6 +67,18 @@ addlead: Adds a lead to the address book. Parameters: n/NAME p/PHONE e/EMAIL a/A | |
Example: addlead n/John Doe p/98765432 e/[email protected] a/311, Clementi Ave 2, #02-25 t/classmate | ||
``` | ||
|
||
### Add Lead with Key Milestone Information [Coming soon] | ||
- What it does: Add potential leads and their basic information, e.g. name, age, year of study, major, etc. | ||
- Command format: `addlead n/NAME p/PHONE e/EMAIL a/ADDRESS k/DATE [t/TAG]...`. | ||
- Example usage: `Example: addlead n/John Doe p/98765432 e/[email protected] a/311, Clementi Ave 2, #02-25 k/2022-12-01 t/classmate`. | ||
- Acceptable values for each parameter: | ||
- `NAME`: can contain any character. | ||
- `PHONE`: any valid 8-digit integer. | ||
- `EMAIL`: a string of the format `local-part@domain` | ||
- `ADDRESS`: can contain any character. | ||
- `DATE`: only contains date in the format of ``YYYY-MM-DD`` | ||
- `TAG`: can contain any character. | ||
|
||
### Add Client | ||
- What it does: Add potential clients and their basic information, e.g. name, age, year of study, major, etc. | ||
- Command format: `addclient n/NAME p/PHONE e/EMAIL a/ADDRESS [t/TAG]...`. | ||
|