UniSiegenWiNeMe / AR-Instructions-Unity

Tool for creating and watching instructions on HoloLens
GNU General Public License v3.0
8 stars 4 forks source link

Data logging #34

Open FlorianJa opened 4 years ago

FlorianJa commented 4 years ago

Integrate a data logger to analyse how long a worker needed for which step. In first iteration this logger can store the data offline (in a normal txt file) but later this data should be stored somewhere in the cloud.

FlorianJa commented 4 years ago

Basic functionality is implemented. Data are store in a file AFTER the complete instruction was conducted. Data should be stored on the fly.

FlorianJa commented 4 years ago

Take care of the quick save files. Delete unused files!