Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contacts - inbox #5

Open
mrkvon opened this issue Apr 11, 2017 · 0 comments
Open

Contacts - inbox #5

mrkvon opened this issue Apr 11, 2017 · 0 comments
Labels

Comments

@mrkvon
Copy link
Member

mrkvon commented Apr 11, 2017

Create a contact and a level of trust

  • 0: not met in reality

  • 1: know a little, met in reality
  • 2: friend
  • 4: good friend, collaborator
  • 8: close friend, long term collaborator, person i fully trust

Free text about the relation

The negative reference is substituted by flagging. You can flag a user instead of writing a bad reference.

Implementation

[_from: User]--contact-->[_to: User]

contact
  created: timestamp,
  confirmed: timestamp,
  trust: number,
  detail: string,
  ? reality: boolean
  must be unique: boolean

Create a contact
Confirm a contact
Update: trust: number & description: string & metInReality: boolean
Delete: Remove any contact that involves me (confirmed or unconfirmed)

@mrkvon mrkvon added the inbox label Apr 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant