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

[W8.6b][W09-B4] Chua Li Qun Shawn #961

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Revert master back to original addressbook2
Shawnclq authored and Shawnclq committed Feb 12, 2018
commit 9a57535aa18ef34937d4ad21d4b6a82b94eb550a
Empty file modified doc/DeveloperGuide.md
100644 → 100755
Empty file.
Empty file modified doc/Diagrams.pptx
100644 → 100755
Empty file.
Empty file modified doc/LearningOutcomes.md
100644 → 100755
Empty file.
6 changes: 3 additions & 3 deletions doc/UserGuide.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ Format: `help`

### Adding a person: `add`
Adds a person to the address book<br>
Format: `add NAME [p]p/PHONE_NUMBER [p]e/EMAIL [p]a/BLOCK, STREET, UNIT, POSTAL CODE [t/TAG]...`
Format: `add NAME [p]p/PHONE_NUMBER [p]e/EMAIL [p]a/ADDRESS [t/TAG]...`

> Words in `UPPER_CASE` are the parameters, items in `SQUARE_BRACKETS` are optional,
> items with `...` after them can have multiple instances. Order of parameters are fixed.
@@ -46,8 +46,8 @@ Format: `add NAME [p]p/PHONE_NUMBER [p]e/EMAIL [p]a/BLOCK, STREET, UNIT, POSTAL
> Persons can have any number of tags (including 0)

Examples:
* `add John Doe p/98765432 e/johnd@gmail.com a/123, John Street, #01-01, 123456`
* `add Betsy Crowe pp/1234567 e/betsycrowe@gmail.com pa/456, Newgate Prison, #01-01, 123456 t/criminal t/friend`
* `add John Doe p/98765432 e/johnd@gmail.com a/John street, block 123, #01-01`
* `add Betsy Crowe pp/1234567 e/betsycrowe@gmail.com pa/Newgate Prison t/criminal t/friend`

### Listing all persons : `list`
Shows a list of all persons in the address book.<br>
Empty file modified doc/images/AddressClasses.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified doc/images/ContactClassHierarchy.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified doc/images/PrintableInterface.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified doc/images/ReadOnlyPersonUsage.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified doc/images/TaggingClass.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified doc/images/TaggingsInTagging.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified doc/images/mainClassDiagram.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.