Refactored factory to create exportable AssessmentSection:- Introduced helper to add a specific amount of failure mechanism sections to a failure mechanism- Replaced locally defined methodsWTI-1790
Introduced factory to create exportable AssessmentSection:- Added logic to convert from the RT model to the intermediate model for the AssessmentSectionAssembly.WTI-1790
Moved m -> km conversion from the data model to view model- Meters are required for the export, hence the data model was adjusted. The view logic maintains a km display --> moved logic as values should be processed as late as possible.WTI-1790