NgLixuanNixon / pe

0 stars 0 forks source link

Two items with the same id code can be inputted #2

Open NgLixuanNixon opened 1 year ago

NgLixuanNixon commented 1 year ago

if i create 2 books and put them as the same id, the program doesnt prompt me that they are the same id. It allows me to store it which does not make sense since the id should be unique

image.png

image.png

nus-se-script commented 1 year ago

Team's Response

Although the ISBN is unique to each book, it is not in our scope to identify which ISBN refers to which book as thats the job of the librarian. However, we will reclassify this to very low as I believe the term "unique" identifier in the documentation might have been misleading.

Items for the Tester to Verify

:question: Issue severity

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

Reason for disagreement: [replace this with your reason] To call it a very low severity is unreasonable as a lot of the job task is dependent on the ISBN number, I believe a prompt must be needed to remind the librarian that they may have entered a duplicate ID number.