Open tanyqcollin opened 2 weeks ago
From the CS2103T website "Problems caused by extreme user behaviors: If the problem happens only in case of a deliberate sabotage (e.g., user entered a 30-digit telephone number), it will not be considered a bug (in our context)."
An AAC will not have more than 1000 elderly. Even Singapore's population is quite a lot lower than the max integer limit, causing the integer overflow that happened in your screenshot.
Hence, we considered this an extreme user behaviour.
Team chose [response.Rejected
]
Reason for disagreement: [replace this with your explanation]
When the index digit is more than 10, it display an error message that is not relevant to the mistake, it should be provided index out of bound.