DRIVER-EU / after-action-review

The After-Action Review (AAR) tool provides the possibility to collect data after a trial has finished and analyse it. Its main purpose is to facilitate the evaluation of the trialled solutions against the predefined objectives, and to help the participants determine how well they functioned. It collects messages (exchanged during trial), observation reports and takes screen-shots of the applications during their use.

Repository from Github https://github.comDRIVER-EU/after-action-reviewRepository from Github https://github.comDRIVER-EU/after-action-review

Add specific details views

thoobr opened this issue · comments

We need specific details views for:
RolePlayerMessage
SessionMessage
PhaseMessage
ObserverAnswer

please provide specification for each view

For the observerToolAnswer:

  • RecordID (from the record)

and from the jsonObject:

  • timeSendUTC
  • observationTypeName

from the array of Questions

  • name
  • answer

For the RolePlayerMessage

From the Reocrd:

  • RecordID

and from the jsonObject:

  • type
  • title
  • headline
  • description
  • rolePlayerName

For the SessionMgmt

From the Reocrd:

  • RecordID

and from the jsonObject:

  • trialName
  • scenarioName
  • sessionName
  • sessionState

For the PhaseMessage

From the Reocrd:

  • RecordID

and from the jsonObject:

  • phase
  • isStarting

In all details view, still the json should be displayed at the end of the view

Assumptions:

  • ObserverToolAnswer.timeSendUTC: in epoch millis
  • ObserverToolAnswer.questions: display as one question per line
  • Hint on JSON tree display only associated with detail views mentioned in this issue