nus-cs2103-AY2324S2 / pe-dev-response

0 stars 0 forks source link

Undocumented behaviour when json modified #4525

Open nus-se-script opened 2 months ago

nus-se-script commented 2 months ago

Note from the teaching team: This bug was reported during the Part II (Evaluating Documents) stage of the PE. You may reject this bug if it is not related to the quality of documentation.


image.png

Deleting the "employeeId" and "taskId" at the end of the json leads to undocumented behaviour.

image.png

The employee id resets back to 1. But it is not stated here.


[original: nus-cs2103-AY2324S2/pe-interim#3843] [original labels: type.DocumentationBug severity.VeryLow]

BryanL2303 commented 2 months ago

Team's Response

The documentation also states the following :

image.png

The app could start functioning in unintended ways if the user changes the JSON file haphazardly. Therefore a suitable warning has already been given in the UG.

If the claim is meant to say that this is a functional bug, then we will reject it regardless since this was submitted in part 2.

Duplicate status (if any):

--