CS2103AUG2017-W09-B1 / main

Address Book sample application (Level 4)
https://nus-cs2103-AY1718S1.github.io/addressbook-level4
MIT License
1 stars 5 forks source link

add command does not work #113

Closed szalata closed 6 years ago

szalata commented 6 years ago

"add n/John Doe g/Male p/98765432 e/johnd@example.com a/John street, block 123, #01-01 m/A0134232H tt/http://modsn.us/AC71u" command is not accepted. Output: Invalid command format! add: Adds a person to the address book. Parameters: n/NAME g/GENDER m/MATRIC NO. p/PHONE e/EMAIL a/ADDRESS b/BIRTHDAY tt/TIMETABLE_URL [t/TAG]... Example: add n/John Doe g/Male m/A0162533K p/98765432 e/johnd@example.com a/311, Clementi Ave 2, #02-25 b/21051994 tt/http://modsn.us/AbCdE t/friends t/owesMoney

marvinchin commented 6 years ago

I think you're missing the birthday field

szalata commented 6 years ago

Then it is an issue with the user guide, as I read: image

chernghann commented 6 years ago

Same issue is faced for me. Do update the user guide to ensure that the fields are supposed to be compulsory or optional

szalata commented 6 years ago

Other examples not following the requirements: image

chernghann commented 6 years ago

Adding the person with the shortlink http://modsn.us/AC71u provided in the user guide works, however it doesnt work with my personal nusmods link. Good job with the nusmods implementation

zacharytang commented 6 years ago

@chernghann interesting, do you mind sharing your personal nusmods link?