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

Getting doc reconstruction Right #47

Open DrLynch opened 1 year ago

DrLynch commented 1 year ago

Currently we have two avenues to getting the document. We have the document change events and we have the history which we can request. One of the tasks we have to achieve is to confirm that our reconstruction is working and to develop a reliable mechanism to reconstruct documents based upon the events and then to compare it to the requested history.

This serves two functions. First we can use each process as a backup for each other. Second it can serve as a regression check. This will allow us to confirm that the events are capturing all of the necessary information.