Eventually-decentralized project hosting and management platform

[[ 🗃 ^WvWbo vervis ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🛠 Changes]

Clone

HTTPS: darcs clone https://vervis.peers.community/repos/WvWbo

SSH: darcs clone USERNAME@vervis.peers.community:WvWbo

Tags

TODO

migrations /

2019_11_05_remote_actor_ident.model

Instance
    host Host

    UniqueInstance host

RemoteObject
    instance InstanceId
    ident    LocalURI

    UniqueRemoteObject instance ident

UnfetchedRemoteActor
    instance InstanceId
    ident    LocalURI
    identNew RemoteObjectId
    since    UTCTime Maybe

    UniqueUnfetchedRemoteActor instance ident
    UniqueUnfetchedRemoteActorNew identNew

RemoteActor
    ident      LocalURI
    instance   InstanceId
    identNew   RemoteObjectId
    name       Text Maybe
    inbox      LocalURI
    errorSince UTCTime Maybe

    UniqueRemoteActor instance ident
    UniqueRemoteActorNew identNew

RemoteCollection
    instance   InstanceId
    ident      LocalURI
    identNew   RemoteObjectId

    UniqueRemoteCollection instance ident
    UniqueRemoteCollectionNew identNew

[See repo JSON]