leirdas / pe

0 stars 0 forks source link

First example in `add` does not work #4

Open leirdas opened 1 year ago

leirdas commented 1 year ago

Steps to reproduce: Copy the first add example under student features section from UG pdf. add -s i/A0123456G n/Jane Doe p/Neural Network e/e0123456@u.nus.edu t/NNt/Difficult

Expected: New student Jane Doe is added to list of students

Actual: Unable to add due to error, missing whitespace between the two tags

image.png

nus-se-script commented 1 year ago

Team's Response

Input command given is invalid as there's a missing space between the project name and the email. Probably due to PDF conversion issue, the space right after t/NN is auto-truncated.

The 'Original' Bug

[The team marked this bug as a duplicate of the following bug]

UG bug in student command

image.png

Unable to add student from example in student command table


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

Their Response to the 'Original' Bug

[This is the team's response to the above 'original' bug]

Input command given is invalid as there's a missing space between the project name and the email. Probably due to PDF copy issue, the space right after Caching is auto-truncated.

Items for the Tester to Verify

:question: Issue duplicate status

Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)

Reason for disagreement: [replace this with your explanation]


:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: Hi, I believe that this issue falls under the not well-formatted section of the neatness/correctness bugs UG bugs. I believe all groups were reminded to thoroughly check through the converted pdf versions of their UG/DG to make sure everything works, including minor typos like these that may have been caused by pdf conversion. Thus, it should still be considered as a bug.

image.png


:question: Issue type

Team chose [type.FunctionalityBug] Originally [type.DocumentationBug]

Reason for disagreement: Hi, as stated in the module website, a FunctionalityBug is a bug where a functionality that does not work as specified/expected.

image.png

I believe that this issue is purely cosmetic caused by pdf conversion, which causes a missing whitespace that causes the add command not to work. The add command would work perfectly fine if the missing whitespace was there, hence it is not a FunctionalityBug.


:question: Issue severity

Team chose [severity.Low] Originally [severity.VeryLow]

Reason for disagreement: [replace this with your explanation]