yeozongyao / pe

0 stars 0 forks source link

Appearance of logging statements #7

Open yeozongyao opened 5 months ago

yeozongyao commented 5 months ago

image.png

There is the constant appearance of logging statements in the programme, which is extremely distracting and confusing for the user, who has no need at all for such logging statements which were meant for developers. This will add unncessary lines to the code interface and require a larger screen than necessary and will distract users from the task at hand.

However, given that this does not affect user usage but distracts them, I shall give this a functionality bug a severity of low.

soc-se-bot commented 5 months ago

Team's Response

Pure cosmetic design choice, hence it is downplayed to very low.

This should not affect UI/UX to the suggest degree at all, since there is only one line of logging statements each time they appear. While it should be removed for cosmetic reasons, the slight appearance of miniscule logging statements should not affect user experience at all.

Items for the Tester to Verify

:question: Issue severity

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

Reason for disagreement: image.png

Logging are meant for development/debugging purposes and should not be included in the programme for users as it causes inconveniences to the users.

With 2 lines of logging statements for 1 command, the logging statements already occupy more than half of the user interface which debilitates the user experience.

Hence, it is not purely a cosmetic issue and should be of low severity.