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

Modify GEDCOM importer to support before/after/between dates for event dates #7

Open
stangel opened this issue Nov 21, 2012 · 2 comments

Comments

@stangel
Copy link
Member

stangel commented Nov 21, 2012

Depends on https://github.com/geni/geni/issues/463 -- @ss can provide the API format once it's done.

@stangel
Copy link
Member Author

stangel commented Nov 21, 2012

/assign @Raynes

@scott-steadman
Copy link
Member

https://github.com/geni/geni/issues/463 is done.
The API already supported it. I just added tests to make sure.

date hashes are now like this:

{
  'year' => nnnn, 'month' => nn, 'day' => nn,
  'range' => 'before|after|between',
  'end_year' => nnnn, 'end_month' => nn, 'end_day' => nn
}

end_year|month|day are only needed if range is 'between'

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

2 participants