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

Disallow usage of numbers in name (first, middle and last names) and nationality fields in the people table #5

Open
santhisenan opened this issue Jun 4, 2018 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@santhisenan
Copy link
Contributor

Post params:
firstName:123
middleName:111
lastName:A1212
gender:M
dateOfBirth:1997-09-19
nationality:1

Output:
{
"id": 5,
"first_name": "123",
"middle_name": "111",
"last_name": "A1212",
"gender": "M",
"date_of_birth": "1997-09-19",
"nationality": "1",
"updatedAt": "2018-06-04T06:02:40.440Z",
"createdAt": "2018-06-04T06:02:40.440Z"
}

@santhisenan santhisenan added bug Something isn't working good first issue Good for newcomers labels Jun 4, 2018
@santhisenan santhisenan changed the title Disallow usage of numbers in name fields (first, middle and last names) in the people table Disallow usage of numbers in name (first, middle and last names) and nationality fields in the people table Jun 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant