Skip to content
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)
  • Access_Level or Tags (not yet developed)

LOCAL STUFF

###Local Request (not yet developed)

  • Local contact identifier
  • Contact username
  • Connection id

Clone this wiki locally