You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The game form should run validation before sending to the web server. According to the current rules the validation rules are:
there should be 4 unique players
half time scores should not exceed 5 points
winning scores should be between 10 and 15,
winning scores should be at least 2 more than the losing except when the winning score is 15.
This should be done in a way that allows for new sets of rules to be applied easily. Other rule sets could include 2 player games, games that don't have 2 different halves, and games that end at scores other than 10.
An alert should display with steps to fix the issues when the form fails validation. There could also be something visual that draws the users attention to the invalid fields. Options include highlighting or outlining in red or helpful tool tip with a failure reason.
The text was updated successfully, but these errors were encountered:
The game form should run validation before sending to the web server. According to the current rules the validation rules are:
This should be done in a way that allows for new sets of rules to be applied easily. Other rule sets could include 2 player games, games that don't have 2 different halves, and games that end at scores other than 10.
An alert should display with steps to fix the issues when the form fails validation. There could also be something visual that draws the users attention to the invalid fields. Options include highlighting or outlining in red or helpful tool tip with a failure reason.
The text was updated successfully, but these errors were encountered: