LiuMC-SG / pe

0 stars 0 forks source link

Result box not cleared when using find #9

Open LiuMC-SG opened 1 year ago

LiuMC-SG commented 1 year ago

image.png

As seen here, after using a command such as edit that populates the result box, the find command does not clear the result box, leading to wrong impressions.

nus-pe-script commented 1 year ago

Team's Response

Duplicate because both bugs is fixed together by clearing the "Result Box" on every command.

The 'Original' Bug

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

Result box only changes with show and edit

The Result Box maintains the changed data from the last show or edit command, however when subsequent commands of other types are executed such as remark, these changes are still displayed, which might confuse users as these changes are no longer relevant to the last command.

image.png


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

Their Response to the 'Original' Bug

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

Nice catch, though we believe it's a severity.Low as it causes only minor inconvenience to users.

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: Clearing and displaying information of the command in the result box is different operations so they cannot be considered as duplicate. However, it can be considered a duplicate of issue #6.


## :question: Issue severity Team chose [`severity.Low`] Originally [`severity.Medium`] - [x] I disagree **Reason for disagreement:** It should still be `severity.Medium` since it "causes occasional inconvenience" when using the command since they might look at the result box for feedback of the command.