Story

As App user (Notifier)
I want to join my claim notification on my device with the notification of a counterpart on his device
so that we both can submit the claim from our own (insurance company) app.

Acceptance Criteria

  • In order to create a link between two incidents, both parties must exchange a so called join code. This code must be requested through the service PUT /v2/incidents/{incidentUuid}/joincode.
  • As soon as one of the notifiers has entered the join code of his counterpart, the app sends a link request to the platform. At this moment the incidents have not yet been linken. The notifiers cannot see each others information.
  • In order to send a link request the service POST /v2/incidents/{incidentUuid}/link/{joincode} must be executed.
  • After this the app can poll the status of the link through the service GET /v2/incidents/{incidentUuid}. This is a generic incident service that shows the status of an incident and an option linked request.
  • As soon as both incidents have made a succesfull link request, the service above will return both incidents.
  • It is recommended that the process of entry of the incident is blocked until the link has been made.

Sequence Diagram