woojiahao / pe

1 stars 0 forks source link

Example for "Add a lead" in Instructions for manual testing is wrong #3

Open woojiahao opened 12 months ago

woojiahao commented 12 months ago

The given command in the DG is addlead n/John Doe p/98765432 e/johnd@example.com a/311, Clement Ave 2, #02-25 t/classmate, however, that is the wrong command format as it is missing the k/ prefix as seen in the error message:

Invalid command format! 
addlead: Adds a lead to the address book. Parameters: n/NAME p/PHONE e/EMAIL a/ADDRESS k/KEY_MILESTONE [m/MEETING_TIME] [t/TAG]...
Example: addlead n/John Doe p/98765432 e/johnd@example.com a/311, Clementi Ave 2, #02-25 k/01/12/2023 m/10/10/2023 14:30 t/classmate

This can make it harder for users to onboard and use the application as the commands they are given are wrong and they will have to figure out what exactly is wrong with the format

soc-se-bot commented 11 months ago

Your response not required for this bug as the team has accepted the bug as it is.