You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
Currently all of the jobs run independently, and the only script that populates courses in the courses table is inventory. The problem is that this script currently when it runs drops all of the courses and it's also possible that a different set of courses might be processed.
We could refactor this whole thing and have
A top level job that processes though courses
Get courses in a term that match the criteria (or specific courses if defined)
Runs the course inventory
Get courses from the LTI placement report (or optionally from the terms or specific courses)
Runs the LTI placements
Or we could just have some method that creates courses for all of these scripts. I don't know how MiVideo process would fit into this courses job?
Currently all of the jobs run independently, and the only script that populates courses in the courses table is inventory. The problem is that this script currently when it runs drops all of the courses and it's also possible that a different set of courses might be processed.
We could refactor this whole thing and have
A top level job that processes though courses
Or we could just have some method that creates courses for all of these scripts. I don't know how MiVideo process would fit into this courses job?
Mentioned in #155 (comment)
The text was updated successfully, but these errors were encountered: