Skip to content

RoEIM 2.0 is out! πŸš€

Latest
Compare
Choose a tag to compare
@csaladenes csaladenes released this 10 Apr 00:28
· 2391 commits to master since this release

😎 Awesome new features introduced in this release

  • A major update in this feature is the introduction of an accordion menu and
  • A settlement-level Mapbox map, with zoomable labels and case numbers
  • On top of that major rate limitations on the InfluxDB have been imposed to limit server freeze-up
  • Vaccine data has been brought in. Still needs fixes #76
  • All case and test numbers are now automated. Test numbers come from graphs.ro. Case numbers and vaccine numbers come from datelazi
  • Introduces alpha support for InfluxDB 2.0 - check out formatter-influx2-alpha.ipynb
  • Introduces Oxford Government Stringency Tracker data
  • Automates CSSE data collection and processing
  • #75 Automated border crossing by mining the PoliΘ›ia de FrontierΔƒ border crossings database.
  • #60 https://github.com/denesdata/roeim/tree/master/data
  • #44 Shiny new press section in 3 categories: πŸŽ₯ video, 🎀 interview, πŸ“° article

πŸ€• Fixes these annoying issues

  • #78
  • #77
  • #72
  • #67 Light theme is now dynamically generated from dark with color and style replacements.
  • #63 innius/grafana-video-panel#6 implements this. Furthermore, all iframes have been transitioned from AJAX panel to Video panel. This addresses the issues arising with the AJAX panel not loading upon accordion menu open. In order to address this ,a custom javascript forced the page to load all panels onload <- this made it terribly slow. Not anymore πŸ‘©β€πŸš€
  • Several sanity check tests are introduced throughout the formatter.ipynb
  • #57
  • #55
  • #47
  • #45
  • #39 Now all dashboards are in a fake 14 day future, then adjusted back automatically back 14 days on display through the Influx query. Panel can stay in the future if not adjusted. Later learnt that the time shift box in the query can also go into the future if formulated as 0d-4d and not just as -4d
  • #34
  • #32
  • #30

😱 Breaks the following existing functionalities unfortunately, temporarily..

  • Break the automated Grafana update based on the HU dashboard json config. However:
  • Introduces an alternative, data and dates-only automatic Grafana update - but layout or textual modification needs to be replicated across HU, RO, and EN dahsboards manually now.
  • Generation of light themes remains automatic.
  • Google mobility has a new format, this is adjusted for. Breaks county-level data availabilty for most of August and September.
  • RSS feed plugin is broken now from the Grafana side
  • Our social feed plugin became a memory hog, needs rethinking. Replaced with the latest (or a random) Facebook post for now.