Open HugeNoob opened 1 year ago
Error message when giving a guest table number 0 is incorrect.
Error message informs user that tag number should be a valid integer.
Error message says that table number should only contain numbers, but 0 is a number.
Functionality bug because the error message does not match expected behaviour. A user may be confused as to why 0 is deemed as not a number.
Low because tables may not be numbered zero, but it is definitely possible. (eg. if the wedding planner is a computer scientist and loves 0-indexing).
Your response not required for this bug as the team has accepted the bug as it is.
Description
Error message when giving a guest table number 0 is incorrect.
Steps to reproduce
Expected behaviour
Error message informs user that tag number should be a valid integer.
Actual behaviour
Error message says that table number should only contain numbers, but 0 is a number.
Elaboration of labels
Functionality bug because the error message does not match expected behaviour. A user may be confused as to why 0 is deemed as not a number.
Low because tables may not be numbered zero, but it is definitely possible. (eg. if the wedding planner is a computer scientist and loves 0-indexing).