briot / geneapro

Genealogical software based on the GenTech data model
http://briot.github.com/geneapro/
GNU General Public License v2.0
33 stars 8 forks source link

Add/get_folks() refactoring updated. #61

Closed changeling closed 5 years ago

changeling commented 5 years ago

This is a cleaner PR implementing refactored add_ and get_ fuctions. It should supercede PR https://github.com/briot/geneapro/pull/58, now closed.

There's still the issue of refactoring the string comparisons, but this should be complete functionally. I hope to have some time to clean that bit up, but this week hasn't been kind, temporally speaking. :)

changeling commented 5 years ago

Removed strings comparisons in favor of Enum. (Apologies for the long delay. Very busy few weeks. :} )