Overview
Since retiring in 1999 and catching the genealogy bug in 2001, I have often considered writing my own genealogy program. I even started coding one back in 2008. But I soon remembered that coding without some clear idea of your ultimate goal is not a good idea.
So, with that false start in the back of my mind, I have decided to revisit the idea of developing a genealogy program from scratch. To this end, I will start by listing the technologies I would like the software to employ, the features that I would like the software to include, and any organizational issues that need to be addressed up front.
Organization
Ideally, the project will be made up of a core team of at least two like-minded developers. In addition, a small advisory group, whose job would be to provide feedback to the developers, should be brought on board from the very start. Later on, the role of this group of individuals might be expanded to include beta testing.
Technologies
This is entirely open for discussion at this point. Should this be a desktop application? Windows? Cross platform? Or should this be a web app? Windows? Linux? PHP? Which DBMS should be used?
After doing some legwork, I have decided that the new program will be a Windows desktop application built on the following architecture:
- Microsoft Visual Studio 2005/.Net 2.0/VB.Net – because I already own a license.
- SQLite/ADO.Net 2.0 Provider for SQLite from sourceforge – because Jet/MsAccess has been replaced.
Features
The following set of features should be included in the program at a minimum:
- Support for the GenTech Genealogical Data Model. This approach will allow users to make assertions, which the program will evaluate (based on exactness/completeness and source surety) as part of constructing a presentation. For example, if one asserted Birth Date for an individual is Jan 1911 with a high degree of surety, and another asserted Birth Date for an individual is 13 Jan 1911 with a lower degree of surety, the program will present the former. How the program draws and presents its conclusions must be configurable.
- A mechanism to allow 3rd parties to add program functionality (reports, tools, etc.). Think WordPress Plugins or Firefox Add-ons. All reports (including the generation of web pages) will be provided via an Add-on.
Status
3/5/2012 – I have purchased a license for SQLite Expert Professional and have begun work on the database design. Anyone who wants to participate in this phase of the project should drop me a line.
Above you will find the start of this effort. The database structure will allow for same-sex marriages (partnerships) as well as partnerships that consist of more than two individuals. I will post updates to this ERD as I make progress. The Entity-Relationship Diagram was created with SQL Developer.
