You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Taylor Teal edited this page Mar 15, 2015
·
13 revisions
Welcome to the contact wiki!
Schema
SERVER STUFF
User
username
auth related stuff, if we validate using Google (not yet developed)
ContactInfo - Pointer<ContactInfo> (a link to the user's ContactInfo)
contacts - Relation<ContactInfo> (a link to a list of ContactInfo records that have been approved by each ContactInfo owner). This represent the user's address book. Records are added when a Request is approved. Records are removed when a user revokes the Request (this feature has not been developed yet).
ContactInfo
UserId
Name
FirstName
MiddleName
LastName
AddressType
Address
SocialProfileType
SocialProfile
EmailType
Email
PhoneType
Phone
ProfileImage
Company
Request
from - username
to - username
accepted - true=Confirmed, false=Unconfirmed
fromUser - Pointer (a link to the from user's contact info)