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

As A22 user I would like to see the status of air quality provided by the network of low-cost sensors installed along the highway #4

Open
2 tasks
rcavaliere opened this issue Dec 9, 2024 · 1 comment
Assignees

Comments

@rcavaliere
Copy link
Member

rcavaliere commented Dec 9, 2024

  • Design of the web-component
  • Implementation of the web-component.

Input for the design:

  • differently from what indicated for the travel times application (see As A22 user I would like to see the travel times on the highway through a specific web-component #3), in this case it is important to have a glance of where the sensors are installed, i.e. a visualization of the sensors position on the map. The suggestion is to have the codes of the sensors directly shown on the default map view, without that the user needs to make a click on it
  • parallel to the map, there should be a list of all sensors with the correspondent real-time value (timestamp of last measurement should be always reported). The sensors should be ideally ordered in a geographical way, i.e. from north to south, so that the correspondence with the map is easier.
  • the reference data type is the average NO2 mean, but it should be possible from the application / web-application configurator to choose between other reference pollutants. The decision about which supported data types should be displayed should be configured in a config file or similar.
  • in the list, sensors should be colored automatically depending on the value of the last measurements. We should foresee three reference classes and thresholds, i.e.

green if value <= threshold_1
yellow if value > threshold_1 and value <= threshold_2
red if value > threshold_2

Thresholds should be defined (for each pollutant defined) in a config file, they are the same for all sensors.

  • the color of the sensor code of the map (or better of the background space on which the sensor code is written) should be consistent with what provided in the list view, so that the user can directly better understanding what is displayed.
@rcavaliere
Copy link
Member Author

@sh-olmedo @MaxXx1313 please put here the link to the Figma project you have shown me. As said today, for the implementation we need to compute some elaborated information that we can provide as open data for the web-component to visualize. Therefore, while we wait us to complete this, we can start the work on some other web-components for which the data is already available.

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

3 participants