ILIAS icon indicating copy to clipboard operation
ILIAS copied to clipboard

Tree: Copy ilTree methods to NestedSet and MaterializedPathTree ...

Open lukastocker opened this issue 1 year ago • 1 comments

... and adjust files with ilTree references to Nested or Materialized Tree accordingly.

lukastocker avatar Feb 08 '24 13:02 lukastocker

Hi @fwolf-ilias,

with this change we try to bring a little more order to the relation of ilTree, ilNestedSetTree and ilMaterializedPathTree:

  • ilTree will use the other two, but not the other way round. It will basically be "the ILIAS Tree" after this change.
  • ilNestedSetTree will not know about ilTree anymore. Many (previous) usage locations of ilTree that can actually only use nested set implementation will do so in the future.
  • ilMaterializedPath can work as standalone implementation as well.

Feel free to contact us for discussion or questions, ofc.

Kind regards!

klees avatar Feb 14 '24 11:02 klees