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
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)
The text was updated successfully, but these errors were encountered:
Create a contact and a level of 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]
Create a contact
Confirm a contact
Update: trust: number & description: string & metInReality: boolean
Delete: Remove any contact that involves me (confirmed or unconfirmed)
The text was updated successfully, but these errors were encountered: