You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, our static page is a static PPT and needs to be updated manually, which is quite laboursome.
Todo:
Write script that makes a nice visualization of our data
Both could be deployed via GitHub Actions on a daily or weekly basis.
We could also display them on the screen in our window/Schaufenster
There could be several different solutions here,
write something in JS and embedd it into our website somewhere
alternatively create a PPT via Python with all the statistics inside, similar to the one above
best would be to make it backend-agnostic (i.e., make the retrieval of the data modular, so that we can easily replace it), as the backend might change in the near future
Ideas for Statistics:
Distribution of where our users live (heatmap of Karlsruhe)
Currently, our static page is a static PPT and needs to be updated manually, which is quite laboursome.
Todo:
There could be several different solutions here,
Ideas for Statistics:
There are many different statistics scripts accumulated over the last years, could be used as inspiration: https://github.com/leih-lokal/scripts/tree/master/LeihLokalStats
Else in JS there is the statistics page of our software:
The text was updated successfully, but these errors were encountered: