Federated forge server

[[ 🗃 ^rjQ3E vervis ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🛠 Commits]

Clone

HTTPS: git clone https://vervis.peers.community/repos/rjQ3E

SSH: git clone USERNAME@vervis.peers.community:rjQ3E

Branches

Tags

main :: migrations /

2022_06_14_collab.model

Collab



CollabRoleLocal
    collab CollabId
    role   RoleId

    UniqueCollabRoleLocal collab

CollabTopicLocalRepo
    collab CollabId
    repo   RepoId

    UniqueCollabTopicLocalRepo collab

CollabTopicLocalProject
    collab  CollabId
    project ProjectId

    UniqueCollabTopicLocalProject collab

CollabTopicRemote
    collab CollabId
    topic  RemoteObjectId
    role   LocalURI       Maybe

    UniqueCollabTopicRemote collab



CollabSenderLocal
    collab   CollabId
    activity OutboxItemId

    UniqueCollabSenderLocal collab
    UniqueCollabSenderLocalActivity activity

CollabSenderRemote
    collab   CollabId
    actor    RemoteActorId
    activity RemoteActivityId

    UniqueCollabSenderRemote collab
    UniqueCollabSenderRemoteActivity activity



CollabRecipLocal
    collab CollabId
    person PersonId

    UniqueCollabRecipLocal collab

CollabRecipRemote
    collab CollabId
    actor  RemoteActorId

    UniqueCollabRecipRemote collab

[See repo JSON]