PlayerCommendedv1.0.0
Indicates that one player has left a commendation for another
This event indicates that a player has left a commendation for another player. Note that those answering the call and those originating the call are equally able to leave commendations.
The application aims to provide a positive experience, so there's no facility for leaving a 1-star or troll rating.
flowchart LR
l-Group_Session_Aggregate[Group Session Aggregate]:::producer-->PlayerCommended[PlayerCommended]:::event
classDef event stroke:#2d8d03,stroke-width: 4px;
classDef producer stroke:#75d7b6,stroke-width: 2px;
classDef consumer stroke:#818cf8,stroke-width: 2px;
PlayerCommended[PlayerCommended]:::event-->r-Group_Session_Aggregate[Group Session Aggregate]:::consumer
PlayerCommended[PlayerCommended]:::event-->r-Group_Session_Projector[Group Session Projector]:::consumer
PlayerCommended[PlayerCommended]:::event-->r-Group_Session_Process_Manager[Group Session Process Manager]:::consumer
click l-Group_Session_Aggregate href "/services/Group Session Aggregate" "Go to Group Session Aggregate" _self
click r-Group_Session_Aggregate href "/services/Group Session Aggregate" "Go to Group Session Aggregate" _self
click r-Group_Session_Projector href "/services/Group Session Projector" "Go to Group Session Projector" _self
click r-Group_Session_Process_Manager href "/services/Group Session Process Manager" "Go to Group Session Process Manager" _self
click PlayerCommended href "/events/PlayerCommended" "Go to PlayerCommended" _self
Schema
sessionId
stringGlobally unique identifier for the session
sourcePlayerId
stringID of the player that left the commendation
targetPlayerId
stringID of the player that received the commendation
note
stringAn optional note describing the commendation
timestamp
stringRFC 3339 timestamp
Edit this pageLast updated on 2023/9/25