katrinafyi / Blackboard-Enhancements

Various enhancements to make Blackboard somewhat bearable.
5 stars 1 forks source link

Refactor unnamed dict structures into struct classes #5

Open katrinafyi opened 6 years ago

katrinafyi commented 6 years ago

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.