Open jhqiu21 opened 1 week ago
This was intended, we want the users to be able to choose what they want to display as the NRIC. It is possible that the user wants to have the NRIC alphabets displayed in lowercase, and forcing it to be displayed in uppercase might not be optimal for those users. Whether or not we should standardise this to uppercase will require some more discussion with the target user, which is not in the scope of the current project.
Furthermore, this is a minor UI issue, therefore the team feels that it should be VeryLow severity
Mentioned in the UG:
Team chose [response.NotInScope
]
Reason for disagreement: I think although this bug may appear cosmetic at first glance, its implications may extend to functional correctness, and system reliability, which should be considered during implementation.
Note that when the user input
edit s1486256j i/s7495552e
, the person whose NRIC isS1486256J
will be changed toS7495552E
, but in the list it still display ass7495552e
instead ofS7495552E
, which makes NRIC inconsistent in format.Similarly when enter
edit s7495552e i/S7495552e
, it will change toS7495552e
.