jzihao97 / pe

0 stars 0 forks source link

The order of modules will get distrupted. #11

Open jzihao97 opened 3 years ago

jzihao97 commented 3 years ago

image.png

image.png It seems like when i reenter the app, the order of modules i added will be distrupted

I believe that it is because of the window auto arrangement of files. maybe it is possible to add save text to one text file?

nus-pe-bot commented 3 years ago

Team's Response

It is impractical for users to memorise the indexes of the modules and chapters to begin with once the database increases in size. (For e.g. trying to remember the index of one module out of a hundred saved). Therefore, we have included the use of the "list" command before commands that use indexes in the UG so that users can verify the indexes before executing such commands. With that in mind, the re-ordering of items will not affect the functionality of the application at all.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: I disagree with the team's decision on rejecting this issue. Given example that the user add only 2 modules, first cs1231 next cs1010.

As shown below, the list before exiting the application is,

image.png

However, when the user reenters the application, the list changes. As shown below,

image.png

I agree with the team's view that once the database increases in size, the user may not be able to remember all the index. However, i feel that in this case that the user can rememeber the index of the two modules he or she saved and the change of order actual cause inconvenience to user and should be considered by the developer team.


:question: Issue severity

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

Reason for disagreement: I disagree with the team's decision on lowering the severity to very low. I feel that this issue should be at least medium as this flaw actually forces the user to enter list before every command to check if the index is consistent.