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