-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Many smaller institutions do not have a digital course catalogue system to which they could add an API component.
As far as my situation is here, we use Excel and paper, and there is just 1 person (me...) managing all the IT infrastructure...
Since course catalogues do not change on a regular basis, why having not implemented a simpler solution, akin to RSS, for example?
The institution would set and update a course catalog in a specific format at a specific URL (for example https://myuniversity.eu/ewpcoursecatalog.csv ), give that URL to the dashboard (the dashboard would validate the contents and make sure syntax is correct, or otherwise throw an error); then the OLA could ping that URL to fetch the course list on a regular basis.
For a situation like mine, I would go ask the secretary to give me the updated course catalog, upload it to our website, and we would be done...