nus-cs2103-AY2223S2 / pe-dev-response

1 stars 0 forks source link

Use of /tag in the `new-student` command despite no /tag prefix being mentioned in the command format #720

Open nus-pe-bot opened 1 year ago

nus-pe-bot commented 1 year ago

Steps to reproduce:

  1. Ensure "John Doe 2" does not exist.
  2. Enter new-student name/John Doe 2 address/21 Prince George’s Park email/jdoe@gmail.com phone/12345678 school/ACJC level/sec8 tag/hi

Expected: There should be an invalid command error displayed.

Actual: The command succeeds and a tag "hi" is displayed on the student profile.

Screenshots:

image.png

No mention of tag in the User Guide

Screenshot 2023-04-14 150309.png


[original: nus-cs2103-AY2223S2/pe-interim#607] [original labels: severity.Low type.FunctionalityBug]

fahim-tazz commented 1 year ago

Team's Response

Fair point. This was a documentation bug on our end. All instances of Tags should have been removed from the UG.

Duplicate status (if any):

--