FEDERATION.md: Rename "events" property to "history"

This commit is contained in:
fr33domlover 2019-06-12 00:25:28 +00:00
parent 5df8965488
commit 74feb2c261

View file

@ -661,7 +661,7 @@ somehow get a filtered view of Aviva's outbox and a filtered view of Aviva's
inbox for this. And the latter is especially problematic, because inboxes are inbox for this. And the latter is especially problematic, because inboxes are
generally private. generally private.
This proposal suggests a property named `events`, which maps to an This proposal suggests a property named `history`, which maps to an
`OrderedCollection` of the activities related to the object. That way, even `OrderedCollection` of the activities related to the object. That way, even
objects that aren't stand-alone and aren't actors can provide a stream of objects that aren't stand-alone and aren't actors can provide a stream of
updates. updates.
@ -870,8 +870,8 @@ TODO:
{ "@id": "ext:dependedBy" { "@id": "ext:dependedBy"
, "@type": "@id" , "@type": "@id"
} }
, "events": , "history":
{ "@id": "ext:events" { "@id": "ext:history"
, "@type": "@id" , "@type": "@id"
} }
} }
@ -902,13 +902,13 @@ TODO:
, "https://dev.community/jerry/text-game-engine/issues/1219" , "https://dev.community/jerry/text-game-engine/issues/1219"
] ]
, "dependedBy": "https://dev.federated.coop/luke/text-adventure/issues/87" , "dependedBy": "https://dev.federated.coop/luke/text-adventure/issues/87"
, "events": , "history":
[ ... [ ...
] ]
} }
``` ```
TODO list actual examples under the "events" property (proposal B.7) TODO list actual examples under the "history" property (proposal B.7)
TODO replies and depends (ForgeFed #12) TODO replies and depends (ForgeFed #12)