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_04_12.model

UnfetchedRemoteActor
    instance InstanceId
    ident    Text
    since    UTCTime Maybe

    UniqueUnfetchedRemoteActor instance ident

UnlinkedDelivery
    recipient UnfetchedRemoteActorId
    activity  OutboxItemId
    running   Bool

    UniqueUnlinkedDelivery recipient activity

Delivery
    recipient RemoteActorId
    activity  OutboxItemId
    running   Bool

    UniqueDelivery recipient activity

[See repo JSON]