Vlek / contacts

Contact manager
Other
1 stars 0 forks source link

Add basic DB tables #3

Open Vlek opened 2 months ago

Vlek commented 2 months ago

Need one for a person: unique person key First Name Middle Name Last Name nick name father mother DOB SSN

Address unique person key type (home, work, mailing) address line 1 address line 2 address line 3 city state country zip

Phone numbers unique person key type of number (home, cell, work) phone number

Email addresses unique person key type of email (home, school, work) email address

Vlek commented 2 months ago

I think the secret sauce is going to be in how I am handling people's genetic connections by dealing with fathers and mothers. I think that is going to give a tree-like graph ability that works well.