Hello
I'm looking at an iot dashboard where the landing page will be a bunch of categorised information, where each information block will be tapable to drill down into configs and deeper info for that category.
an example (for a pool management system): the landing page has blocks for chlorine generator current, chlorine delivered since midnight, pH value, pump speed and pump current draw. the screen is 5" and each info-block will be presented as a piece of text (potentially I will use gauges for some data).
At the moment I am using text nodes but there is no ui control option for handling clicks on text nodes. Solutions I have considered so far are:
- use buttons styled to look like text nodes
- use text nodes and apply some jQuery to capture clicks then have a websocket pass back events which are then passed to a ui control node to move the screen.
are there better or more tried & tested/usual solutions for this please?