matthewc97 / pe

0 stars 0 forks source link

Date field for adda command not in dd/mm/yyyy format #1

Open matthewc97 opened 4 years ago

matthewc97 commented 4 years ago

image.png

Date not in dd/mm/yyyy (Two-Digit Day/Two-Digit Month/Four-Digit Year) format is allowed

nus-pe-bot commented 4 years ago

Team's Response

Accepted as UG stated dd/mm/yyyy but user is able to key in 1 digit date and month.

Moving to low because it is unlikely to affect normal operations and causes minor inconvience only. In addition, notice that when expressing single digits dates and months, 2 digit format and 1 digit format is binary equivalent.

For example: July when expressed in single digit is 7, while double digit is 07. Converting them both into binary yields the same results.

Items for the Tester to Verify

:question: Issue severity

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

Reason for disagreement: [replace this with your explanation]