KalibroConfiguration is the main object that holds and give scope to all the configuration components. As it is hard and requires several steps to create such structure, enable cloning of KalibroConfiguraions and its substructures will provide better usability for advanced users that are interested in configuring.

As mentioned the KalibroConfigurations is just the entry point for the cloning process. It is actually related to ReadingGroup and has many MetricConfiguration (which can be of three different types: Tree, Hotspot or Compound) which can have many KalibroRanges. So the cloning process has to work in a way that avoids dependence dead-locks during the substructures creation and has to make some decision like just referencing the ReadingGroup or creating clones of it and its Readings.

More context:

Mentor: Rafael Manzo

Skills: Ruby, RoR, KalibroConfigurations