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

Ancestry record: fix race #78

Open
justincy opened this issue Aug 1, 2017 · 0 comments
Open

Ancestry record: fix race #78

justincy opened this issue Aug 1, 2017 · 0 comments

Comments

@justincy
Copy link
Member

justincy commented Aug 1, 2017

// TODO: change to use race; https://github.com/FamilySearch/gedcomx/issues/295
{
regex: /^(color or )race$/,
type: 'http://gedcomx.org/Ethnicity'
},
{
regex: /^ethnicity\/ nationality$/,
type: 'http://gedcomx.org/Ethnicity'
},

A few issues:

  • Change the race fact type to http://gedcomx.org/Race
  • Fix the race regex by adding a ? after (color or)
  • Verify the ethnicity regex; it looks weird
@justincy justincy changed the title Ancestry reecord: fix race Ancestry record: fix race Aug 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant