forked from nus-cs2103-AY2324S1/tp
-
Notifications
You must be signed in to change notification settings - Fork 5
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 #252 from lululwtv/master
Update lululwtv.md
- Loading branch information
Showing
8 changed files
with
62 additions
and
50 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 |
---|---|---|
|
@@ -59,6 +59,8 @@ Nice! Now you know the basic commands and have launched TimetaBRO, lets get into | |
* If you are using a PDF version of this document, be careful when copying and pasting commands that span multiple lines as space characters surrounding line-breaks may be omitted when copied over to the application. | ||
</div> | ||
|
||
* Clicking on your friend's name will display their timetable on the right hand side. | ||
|
||
### Viewing help : `help` | ||
|
||
Shows a message explaining how to access the help page. | ||
|
@@ -70,7 +72,7 @@ Format: `help` | |
|
||
Adds a person to TimetaBRO. | ||
|
||
Format: `add n/NAME [u/NICKNAME] p/PHONE_NUMBER t/TELEGRAM_HANDLE e/EMAIL [m/MODULE /from START_TIME /to END_TIME /day DAY] [t/TAG]` | ||
Format: `add n/NAME p/PHONE_NUMBER b/BIRTHDAY a/ADDRESS e/EMAIL [t/TAG]` | ||
|
||
<div markdown="span" class="alert alert-primary">Tip: | ||
A person can have any number of tags (including 0) | ||
|
@@ -85,8 +87,8 @@ Unsuccessful Command: | |
- `Wrong inputs for prefix: {prefix with error}` | ||
|
||
Examples: | ||
* `add n/John Doe p/98765432 t/johndoe e/[email protected] m/CS2103T /from 1200 /to 1300 /day Wednesday t/police` | ||
* `add n/Betsy Crowe t/betsycrowe e/[email protected] p/1234567 m/CS2101 /from 1200 /to 1400 /day Monday, Thursday t/criminal` | ||
* `add n/John Doe p/98765432 e/[email protected] t/police b/2001-10-10 a/18 College Ave E, Cinnamon West Learn Lobe, Singapore 138593` | ||
* `add n/Betsy Crowe e/[email protected] p/1234567 t/criminal` | ||
|
||
### Listing all persons : `list` | ||
|
||
|
@@ -107,7 +109,7 @@ Displays an error message. `To list, please run the command ‘list’` | |
|
||
Edits an existing person in TimetaBRO. | ||
|
||
Format: `edit INDEX [n/NAME] [p/PHONE_NUMBER] [t/TELEGRAM_HANDLE] [e/EMAIL] [m/MODULE /from START_TIME /to END_TIME /day DAY] [t/TAG]…` | ||
Format: `edit INDEX [n/NAME] [p/PHONE_NUMBER] [a/ADDRESS] [b/BIRTHDAY] [e/EMAIL] [t/TAG]…` | ||
|
||
* Edits the person at the specified `INDEX`. The index refers to the index number shown in the displayed person list. The index **must be a positive integer** 1, 2, 3, … | ||
* At least one of the optional fields must be provided. | ||
|
@@ -122,7 +124,7 @@ Changes the specified parameters of specified friend’s profile | |
|
||
Unsuccessful Command: | ||
|
||
Displays an error message `Please specify the details to change! Correct syntax: edit INDEX [n/NAME] [p/PHONE_NUMBER] [t/TELEGRAM_HANDLE] [e/EMAIL] [m/MODULE /from START_TIME /to END_TIME /day DAY] [t/TAG]` | ||
Displays an error message `Please specify the details to change! Correct syntax: edit INDEX [n/NAME] [p/PHONE_NUMBER] [e/EMAIL] [t/TAG]` | ||
|
||
|
||
Examples: | ||
|
@@ -197,6 +199,7 @@ the specified friend and `INDEX` | |
- Event date and time will be equal to `DATE TIME` | ||
where `DATE TIME` must be entered in the format `YYYY-MM-DD HHMM [start time] HHMM [end time]` | ||
- Users can set whether they want to enable reminders for this event by inputting `y/n` under `[REMINDER]` | ||
- Event names will be changed to all upper case regardless of whether it was keyed it in lower case or upper case | ||
|
||
Successful Command: | ||
|
||
|
@@ -308,6 +311,7 @@ To add event for friend, use \ | |
the specified friend and `INDEX` | ||
- Event date and time will be equal to `DAY TIME` | ||
where `DAY TIME` must be entered in the format `[monday/tuesday/wednesday/thursday/friday/saturday/sunday] HHMM [start time] HHMM [end time]` | ||
- Event names will be changed to all upper case regardless of whether it was keyed it in lower case or upper case | ||
|
||
**Successful Command:**\ | ||
Input: | ||
|
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
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
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
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
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
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
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