tjiarong / pe

0 stars 0 forks source link

Edit Staff - Inexact match of ID matched #7

Open tjiarong opened 2 years ago

tjiarong commented 2 years ago

image.png

Extra 0 were padded to the real value but were accepted as well, ID should not allow extra values and only accept exact match

nus-se-bot commented 2 years ago

Team's Response

The ID of the staff is parsed in as an integer hence 00123 would be read as 123. An index with 0 padding would have the 0s removed when adding/editing/finding/deleting the staff.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: It was not stated in your UG that the input value of stuff ID should be in integer. Only a "range" is provided.


:question: Issue severity

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

Reason for disagreement: [replace this with your explanation]