tl-its-umich-edu / tool-migration

App for migrating external (LTI) tools in Instructure's Canvas LMS.
1 stars 3 forks source link

Create alternate manager classes that pull data from Unizin data source #2

Closed ssciolla closed 1 year ago

ssciolla commented 1 year ago

It may not feasible to fetch course and tool information from the API on every run. Using a Unizin data source is one possible alternative. It should be feasible to write alternate AccountManager and CourseManager classes that fulfill the same interface. The CourseManager would still need to interact with the API obviously.