Closed ChristopherChudzicki closed 7 years ago
I can do this if you don't mind.
@stardust66 That would be great!
@ChristopherChudzicki I don't know where to display the property in the UI so I just added it as the times_accessed
field to the settings
object.
Thanks for implementing this!
I'm actually not sure that times_accessed
needs to be displayed in the UI. Mostly it's metadata that I want to track because I think it could be useful in the future. I should probably have said this in the initial issue: Some reasons I see to track this data:
With that in mind, I also don't think we need to attach it to math3d.settings
...let's remove line line 235 in index.html
for now.
Other than that, I'm ready to merge it.
@ChristopherChudzicki I just reverted the very last commit. That should work.
It might be fun to add a metadata field showing the number of times a database graph has been accessed. Each time a user loads a graph from db, the counter would be incremented once.