Ticket #218 (new defect)
Opened 6 years ago
GUI for Evaluation events has wrong fields
| Reported by: | jdalbey | Owned by: | sdanthin |
|---|---|---|---|
| Priority: | Low | Milestone: | May 2021 Training |
| Component: | ScriptBuilder GUI | Version: | |
| Severity: | Minor | Keywords: | |
| Cc: |
Description
The Event Editor window for all Evaluation events (except CMS Evaluation) displays the wrong fields. Currently the fields displayed are shown in attached image. These should be replaced with one free-format text field labeled "Expected Action".
These events generate XML like this:
<ACTIVITY_LOG_EVALUATION> <EXPECTED_ACTION>Should be updating the incident board.</EXPECTED_ACTION> </ACTIVITY_LOG_EVALUATION>
The CMS Evaluation event editor has ID, Type, and Location fields which are correct.
Two buttons for Add Message and Delete Message should be removed.
The table with two columns should be replaced with a table of one column and six rows (fixed size, no column headers) and labeled "Sample Message".
These events generate XML like this:
<CMS_EVALUATION cmsID="95" type="new"> <LOCATION>NB 5 @ EL TORO</LOCATION> <SAMPLE_MESSAGE> <CMS_LINE>ACCIDENT AT HWY-55</CMS_LINE> <CMS_LINE>3 RT LANES BLKD</CMS_LINE> </SAMPLE_MESSAGE> </CMS_EVALUATION>
Attachments
Change History
Changed 6 years ago by jdalbey
-
attachment
EvalEventEditGUI.png
added

current GUI for Evaluation Event Editor