Skip to main content

Pollen Infoscreen

Description

The Pollen Infoscreen is a WebAPI based solution that displays allergy risk based on set location and contaminants. To better tailor the user experience, it is possible to set custom contaminants along with the general allergy risk input via WebAPI.

The solution has a resolution of 1280 * 720 and features an overview scene as well as an insights scene where further contaminants are displayed.

Overview scene:

MainView.png

Dynamic Elements:

  • Clock control
  • Air Quality – text value
  • DayRisk control (top 4 week days)
  • MultihourValue control (bars with 10 levels/images)
  • Pollen_Brief control (level of preselected contaminant, with 3 levels, triggers list of contaminants)
  • City Button (triggers location list)
  • Settings Button (triggers language list)
  • Insights Button (switches to contaminants list scene)
 
Insights scene:

ContaminantsList view.png

ContaminantListElement control – List element, composed of other controls:
  • ContaminantName control
  • 4 x ContaminantLevel

Since we have many similar elements, we can create a template for each type and instance it several times.

Controls

DayRisk:

We have a background, over which there is a string showing the day, an icon according to risk level, a number representing risk values from 0 to 10, and a second fixed text or icon for risk level. The risk level has only 3 values, low, mid, high.