Skip to content

Communication

Definition

A Communication is a timestamped message attached to either an Alert or a Movement that includes an Activity. It is not a general-purpose messaging tool — it is strictly scoped to these two operational contexts.

A communication attached to a movement is only allowed when the movement is an OUT movement of REGISTERED participants that also includes an activity.

SenderDescription
User (default)The message is sent on behalf of the logged-in user
MovementThe message is sent on behalf of the group that went out
Project
├── Movement (with Activity) ──┐
│                               ├── Communication
└── Alert ──────────────────────┘

Movement scope

A Communication can only be linked to an in-progress OUT Movement of REGISTERED participants that includes an Activity. Movements without an Activity, IN movements, GUEST movements, and closed movements cannot have Communications attached.

Editability

A Communication supports in-place editing of its message via Edit communication. See the Editability policy.

Main attributes

AttributeDescription
MessageThe communication message
AlertIf the communication is linked to an alert (option ALERT required)
MovementIf the communication is linked to a movement with activity
CreatorThe logged-in user, if not written by a movement

Movement or creator

As mentioned in the definition, a sender is required (either the movement or the logged-in user).

Status

A communication does not have an explicit status field. Its state is derived from:

SituationImplied state
Have been soft deletedHIDDEN
Have not been soft deletedVISIBLE

Relationships

Related objectRelationship
MovementA communication is related to zero or one movement (with activity)
AlertA communication is related to zero or one alert
UserA communication is related to zero or one user (zero in the case of a purged user)

UI/UX requirements

  • The creation of a communication should be facilitated for movements with an activity
  • A counter showing the number of communications linked to the activity should be displayed