2.0.0-alpha.0 • Published 13 days ago

@activitypods/events v2.0.0-alpha.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
13 days ago

Events App

An ActivityPods app to handle events.

Services

Dependencies

Containers

  • /events with the events created by the user or to whom he has been invited

Collections

Attached to all events:

  • /announces with the list of actors who have been invited to the event
  • /announcers with the list of actors who are allowed to invite to the event
  • /attendees with the list of actors who are attending the event (including the organizer)

Ontology

Handled activities

Join event

{
  "type": "Join",
  "object": {
    "type": "Event"
  }
}

Emitter's side effects

  • None

Recipients' side effects

  • The recipients are added to the /attendees collection
  • A notification is sent to the organizer

Leave event

{
  "type": "Leave",
  "object": {
    "type": "Event"
  }
}

Emitter's side effects

  • None

Recipients' side effects

  • The recipients are removed from the /attendees collection
  • A notification is sent to the organizer
2.0.0-alpha.0

13 days ago

1.5.1

2 months ago

1.1.0

2 years ago

1.0.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago