Romern / syncMyMoodle

Synchronization client for RWTH Moodle
GNU General Public License v3.0
72 stars 18 forks source link

Remove parent reference in node #79

Closed septatrix closed 2 years ago

septatrix commented 2 years ago

This was not really necessary as the current location in the tree can be recursively passed down. One advantage of removing this reference is that a tree can new be dumped easier (using pickle or similar) and the scan tree therefore be compared between different runs.

septatrix commented 2 years ago

I decided to include this in the v2 refactoring/rewrite