hendrikknoche / dashboard-exploration

0 stars 3 forks source link

Logging facility #1

Closed hendrikknoche closed 2 years ago

hendrikknoche commented 2 years ago

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.

gabCodes commented 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! 2022-05-11_11-45-50

gabCodes commented 2 years ago

Logging facility has been implemented