Local database
As a developer
I want to save important data to a local database every night
So that I can retrieve it at a later date with speed.
#127 (closed)
RequiresExtra Description
As the retrieving of data is quite slow every time it should be saved locally on a database. This would improve the speed of the dashboard / entire process. It would also allow us to generate data upon that database (E.g. reports or training data).
Acceptation criteria
-
A local database is initialized within Learning/
; -
Data that is retrieved is saved to that database; -
Data is retrieved from Canvas on a regular schedule and/or when requested; -
Data is used when requested to save time.