In several places of the code, objects are passed around to store key/value data. This would be better served by a specific class for each data structure.
Consider: week definitions, course link items, custom course items, tree data object, uni definitions.
In several places of the code, objects are passed around to store key/value data. This would be better served by a specific class for each data structure.
Consider: week definitions, course link items, custom course items, tree data object, uni definitions.