Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Project] Write automatised visualization for our statistics #8

Open
skjerns opened this issue Jan 22, 2023 · 0 comments
Open

[Project] Write automatised visualization for our statistics #8

skjerns opened this issue Jan 22, 2023 · 0 comments

Comments

@skjerns
Copy link
Member

skjerns commented Jan 22, 2023

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)
  • Active users per months
  • New users per months
  • rentals per month
  • Currently most rented item
  • ...
  • lots of ideas and creativity possible here!

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:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant