ArgLab / ArgLab_writing_observer

Writing Observer and Learning Observer: A system for monitoring learning process data, with an initial focus on writing process data from Google Docs.
GNU Affero General Public License v3.0
3 stars 2 forks source link

Track new and changed documents. #45

Closed DrLynch closed 1 year ago

DrLynch commented 1 year ago

At present the dashboard is limited to a single "current" document which appears to be defined as the one that was active for a user when the server started. This creates problems in that changing the view of a document or opening a new one is not picked up. We need to address that on the workbench side and confirm that the data is being updated.

DrLynch commented 1 year ago

At the moment the document does track the right doc but there are still errors on the reconstruction. When we reload the dashboard it does not pull in the full text. Either cached data is being loaded incorrectly on startup or our reconstruction has some errors, likely the latter. Will reassess.

DrLynch commented 1 year ago

This has been fixed in the latest version.