NgLixuanNixon / pe

0 stars 0 forks source link

finding items with the same "unique" id #8

Open NgLixuanNixon opened 11 months ago

NgLixuanNixon commented 11 months ago

as stated in your UG, it said that the ISBN should be unique, so you shouldnt allow users to key in ISBN of the same number

image.png

nus-pe-bot commented 11 months ago

Team's Response

Same issue as #174.

The 'Original' Bug

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

Two items with the same id code can be inputted

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


[original: nus-cs2113-AY2324S1/pe-interim#154] [original labels: severity.High type.FeatureFlaw]

Their Response to the 'Original' Bug

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

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 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: [replace this with your explanation]


## :question: Issue severity Team chose [`severity.VeryLow`] Originally [`severity.High`] - [x] I disagree **Reason for disagreement:** I have responded to this already together with the other bug but I believe that since a lot of your feature require the use of ISBN number and the whole point of your application is to help with data dstorage, I believe that this issue is more severe than very low