Open igezt opened 1 year ago
Thank you for your feedback.
Changing to feature flaw because this isn't a functionality bug as it is expected output. Rejecting because this is documented as intended behavior, and users would take note of this when reading the UG.
Also changing to severity of VeryLow. Tester did not provide justification for low. It does not affect normal usage of the application, as users are still able to see the information the input. Also, as our target user group is NUS SoC students, it is likely that they will come from a somewhat technical background.
Team chose [response.Rejected
]
Reason for disagreement: Just because you put it as intended behavior does not make this bug right. It would be far simpler to just give a simpler command result of:
[Field]: [Value of Field]
rather than using Optionals in your command result.
It is confusing to users and should be changed.
Moreover, the idea of "Optional.empty" is a syntax that is very much only seen in Java and popular languages. If an SOC student who has not had experience coding yet sees this (i.e. they are a year 1 student who has only taken CS1101S), they will be very confused when seeing this.