Closed hendrikknoche closed 2 years ago
I have found a way to add logging to the application, it's using the shinylogs package. It records all user inputs + values as well as a time, together with session information such as when it was opened, session id, user (not sure how this will work once an app is published), etc. It generates a JSON log file after every session. Check the gif below for what it is able to do!
Logging facility has been implemented
We need to log how people interact with the prototype. So we need to figure out how to write to a log file each time people click on a button, tab or other element.