-
Notifications
You must be signed in to change notification settings - Fork 229
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
Add sex to names #456
Labels
Comments
Closed
CodeWritingCow
added a commit
to CodeWritingCow/name-db
that referenced
this issue
Nov 10, 2017
Merged
CodeWritingCow
added a commit
to CodeWritingCow/name-db
that referenced
this issue
Nov 10, 2017
bluzi
pushed a commit
that referenced
this issue
Nov 10, 2017
* Add name "Jesus" * Fix ISO language code Use "cmn" for Chinese. * Lowercase name * Update 'Michael' Add aliases and translation. Merge "mitch" with "michael" because mitch is an alias for Michael. Delete "mitch.json." * Add gender to name file specs Add gender to file specs in readme.md. Add tests to validate each JSON's gender value. * Update michael.json Resolve merge conflict by using main repo's version of JSON file. * Make sex field optional for now Comment out tests for sex field. They are failing because names in collection don't have that field. Issue #443 * Add tests to check validity of gender Tests run only on name files that contain a gender value. Issue #443 Update README.md to describe sex field as optional. * Update gender tests - Issue #443 Sex field now requires a value to pass test. Also: - Add error messages to explain why a test failed. - Remove test for checking whether a sex value is a string. It's duplicating part of the "should have correct structure" test. * Add sex to names - Issue #456 * Add sex to names - Issue #456
CodeWritingCow
added a commit
to CodeWritingCow/name-db
that referenced
this issue
Nov 11, 2017
Merged
CodeWritingCow
added a commit
to CodeWritingCow/name-db
that referenced
this issue
Nov 11, 2017
arminkhoshbin
pushed a commit
that referenced
this issue
Nov 11, 2017
* Add name "Jesus" * Fix ISO language code Use "cmn" for Chinese. * Lowercase name * Update 'Michael' Add aliases and translation. Merge "mitch" with "michael" because mitch is an alias for Michael. Delete "mitch.json." * Add gender to name file specs Add gender to file specs in readme.md. Add tests to validate each JSON's gender value. * Update michael.json Resolve merge conflict by using main repo's version of JSON file. * Make sex field optional for now Comment out tests for sex field. They are failing because names in collection don't have that field. Issue #443 * Add tests to check validity of gender Tests run only on name files that contain a gender value. Issue #443 Update README.md to describe sex field as optional. * Update gender tests - Issue #443 Sex field now requires a value to pass test. Also: - Add error messages to explain why a test failed. - Remove test for checking whether a sex value is a string. It's duplicating part of the "should have correct structure" test. * Add sex to 31 names Issue #456 * Add sex to 24 names Issue #456
kevingorski
added a commit
to kevingorski/name-db
that referenced
this issue
Dec 19, 2017
chrisf
pushed a commit
that referenced
this issue
Jan 26, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add genders to existing names. Add new key-value pair
"sex": "string"
to JSON name files.Use single, lowercase letters:
m
for male,f
for female andu
for unisex names. Don't spell out the whole words.For example:
You can also:
The text was updated successfully, but these errors were encountered: