Adjusted base converter WTI-1887- Turned the base converter into a template pattern class, as the derived classes should provide the implementations to convert categories
Pushed (Map)Theme property from the base down to derived classes. WTI-1887- Pushed down as the derived classes each has their own specific styling options and thus their own categorical theming.
Made MapTheme typed. WTI-1887- Made it typed as a preparation for pushing the MapTheme property down to its derived classes for the FeatureBasedMapData
Updated CategoryTheme. WTI-1887- Made class abstract, as it serves as a base for the specific Map type data- Removed Color property as it is already contained within the derived classes and their specific styling
Added update logic to view. WTI-1554- Introduced update logic to rerender the assembly results when there's a notification of the assessment section or failure mechanisms.