Darkarche3 / pe

0 stars 0 forks source link

Unnecessarily long input for delete #6

Open Darkarche3 opened 2 months ago

Darkarche3 commented 2 months ago

image.png

I think it is a good idea to delete a person based on student id as it is unique. However, I feel that it is unnecessary to do it in this format. Perhaps a simpler format could be used such as 3 instead of 00003.

soc-pe-bot commented 2 months ago

Team's Response

Reason

This is mainly an issue of removing leading 0s. However, the leading 0s are important in this case for the identification of students as part of the student ID validation REGEX. Not in scope for v1.4.

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: [replace this with your explanation]