2.0.0-alpha.11 • Published 10 months ago

@activitypods/events v2.0.0-alpha.11

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
10 months 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.7

11 months ago

2.0.0-alpha.8

11 months ago

2.0.0-alpha.9

11 months ago

2.0.0-alpha.11

10 months ago

2.0.0-alpha.3

1 year ago

2.0.0-alpha.10

11 months ago

2.0.0-alpha.4

1 year ago

2.0.0-alpha.5

12 months ago

2.0.0-alpha.6

12 months ago

2.0.0-alpha.1

1 year ago

2.0.0-alpha.2

1 year ago

2.0.0-alpha.0

1 year ago

1.5.1

1 year ago

1.1.0

3 years ago

1.0.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago