frmscoe / General-Issues

This repo exists to track current work and any issues within the FRMS CoE
2 stars 0 forks source link

CADProc not propagating typology review status #259

Closed Justus-at-Tazama closed 9 months ago

Justus-at-Tazama commented 10 months ago

Summary: The typology processor assigns a review: true attribute to the typology result if the result value of the typology exceeds the threshold value. This review flag should then be interpreted in the CADProc and if any typology defined in the network map for the channel contains a review: true setting, the CADProc should add its own review: true setting to the channel result. This channel result is then in turn evaluated by the TADProc to generate the ALRT status for the TADProc result.

Expected result: When the CADProc formulates the channel result, if any typology has a "review":true attribute, the channel result should also contain a "review":true attribute. If no typology has a "review":true attribute, the channel result should contain a "review":false attribute.

Current behaviour: The channel result does not contain a "review" attribute at all.

Justus-at-Tazama commented 9 months ago

Completed, archiving.