genealogysystems / fs-check

Find Research Opportunities in the FamilySearch Family Tree
http://genealogysystems.github.io/fs-check/
MIT License
4 stars 0 forks source link

Check for a birth gap between children #2

Open compiledpanda opened 10 years ago

compiledpanda commented 10 years ago

lib/children/birth-gap.js

type: problem

justincy commented 10 years ago

FS does a check of 4 or more years between the births of children

justincy commented 10 years ago

Wait for https://github.com/trepo/gedcomx-date-js/issues/3. It will make date sorting/comparison much easier.

justincy commented 10 years ago

No longer need to wait for trepo/gedcomx-date-js#3; we've implemented our own date comparison function.