e-mission / em-public-dashboard

A simple and stupid public dashboard prototype.
BSD 3-Clause "New" or "Revised" License
1 stars 23 forks source link

fix error on older configs that don't have survey_info #137

Closed JGreenlee closed 2 months ago

JGreenlee commented 3 months ago

The survey_info field is not present on configs older than approx. late 2022 / early 2023. This caused an error on the public dashboard webpage which prevented the dropdown menus from populating or any charts from showing. Observed on smart-commute-ebike in production.

This fix considers that survey_info might not be present and and only proceeds if it is. Tested locally with the smart-commute-ebike config and observed that the error goes away when the fix is applied