Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data validation for all data entered #100

Open
nkakundwa opened this issue May 31, 2019 · 0 comments
Open

Data validation for all data entered #100

nkakundwa opened this issue May 31, 2019 · 0 comments
Assignees

Comments

@nkakundwa
Copy link

GIVEN that the user is asked to enter a name, only letters should be allowed to be entered.
GIVEN that the user is asked to enter a phone number, only 10 number with the format of 07..... should be allowed to entered.

Acceptance Criteria

  1. Display an in field notification saying, "Please enter only letters" if the user enters any other character in the "Name" field.
  2. Display an in field notification saying, "Please enter a complete name" if the user enters one letter in the "Name" field.
  3. Display an in field notification saying, "Please enter a valid phone number" if the user enters and number that is not in the format 07.......
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants