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
In both #62 and #63, additional properties related to the sensor API data were added to the sensor GeoJSON state. I think it might be worth consolidating state.map.sensors into state.app.sensors for better clarity.
Along with that, the sensor API data and the sensor water quality ratings state should probably live on each sensor in state.app.sensors rather than as a separate, consolidated block. The change in state structure may require changes in some of the mechanics of how the data is retrieved. However, the sensor data should be retrieved independently, as it is now, since the availability of each sensor varies and the app is designed in a way that we don't need every sensor to retrieve data successfully. Some relevant discussion can be found at #62 (comment).
The text was updated successfully, but these errors were encountered:
In both #62 and #63, additional properties related to the sensor API data were added to the sensor GeoJSON state. I think it might be worth consolidating
state.map.sensors
intostate.app.sensors
for better clarity.Along with that, the sensor API data and the sensor water quality ratings state should probably live on each sensor in
state.app.sensors
rather than as a separate, consolidated block. The change in state structure may require changes in some of the mechanics of how the data is retrieved. However, the sensor data should be retrieved independently, as it is now, since the availability of each sensor varies and the app is designed in a way that we don't need every sensor to retrieve data successfully. Some relevant discussion can be found at #62 (comment).The text was updated successfully, but these errors were encountered: