nus-cs2103-AY2324S1 / pe-dev-response

0 stars 0 forks source link

Limited digits for pet id #4479

Open nus-se-script opened 8 months ago

nus-se-script commented 8 months ago

While it is common to have pet id with more than 4 digits because pet ids can generated in this way: eg. first 2 digits represents XX, next 3 digits represents YY. It is common for any animal shelter to have their pet ids with more than 4 digits

Enforcing a 4-digit pet id kind of forces the users to change the original way they store their pet ids (maybe they store in 10 digits at first).


[original: nus-cs2103-AY2324S1/pe-interim#3454] [original labels: type.FeatureFlaw severity.Medium]

Blizzeracz commented 8 months ago

Team's Response

We do agree that there is limited digits for pet ID, but severity should be low since it is unlikely for animal shelters to accommodate more than 10000 animals. Since this is also something we might consider expanding on in the future, we decided to go with NotInScope.

image.png

Duplicate status (if any):

--