-
Notifications
You must be signed in to change notification settings - Fork 6
Labels
architecture refactoringArchitectural changes to be addressed by the GAP teamArchitectural changes to be addressed by the GAP teamenhancementNew feature or requestNew feature or request
Milestone
Description
Kind of request
Changing existing functionality
Enhancement Description
With the new dataclasses being mapped from the inifiles we are defacto breaking the tool as these will no longer be correctly mapped at the AnalysisFactory level.
Update all the mappings so that they correspond to the new dataclasses.
Use case
As a user I want to
- Have clear dedicated classes to define an analysis.
As a developer I want to
- Have dedicated objects to be passed throughout the code, reducing mappings at the analysis levels.
Additional Context
Implementing this issue will break the builds as they analysis will lack integration during the 'run' phase of an analysis life cycle.
Phase out the corresponding functionality in the configdata, and AnalysisconfigDataReader, implement in substories the mapping and integration of:
AnalysisLossesAnalysisDamagesAnalysisAdaptation
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
architecture refactoringArchitectural changes to be addressed by the GAP teamArchitectural changes to be addressed by the GAP teamenhancementNew feature or requestNew feature or request