Energy-Visualizer / eviz

Energy Visualizer (Summer 2024)
0 stars 0 forks source link

Add activity logging? #33

Open rpruim opened 1 week ago

rpruim commented 1 week ago

I'm wondering if we want to add some activity logging to the site. We'd have to decide the granularity of the logging, but especially if we seek outside funding to keep the site going, it could be good if we can demonstrate how the site is being used.

Some types of things that could be logged:

Access to this information could be part of the administration part of the website.

rpruim commented 1 week ago

Does Django provide page navigation logging?

kenny5033 commented 1 week ago

Django provides a logging framework with extensible output options (flat file, email, etc.)

I don't see an easy "flip the switch" option for navigation logging, but we could log which user visited which page whenever a page is loaded and track their navigation.