Open mkasztelnik opened 8 years ago
I thought we already had this discussion, but fine. Could be tricky to implement optimally, esp. for measurements.
Issue I was mentioning was solved, but I'm not sure if other views do not have similar problems. Solution described by me will allow us to avoid such situations, since these sensors (with visible=false) are just wrong and should not be shown anywhere.
Currently UI should show only devices which are marked as visible. It would be nice if UI does not need to bother about it and visible would be internal DAP mechanism. It should be connected with all connected elements - e.g. bug https://github.com/ismop/eitwid/issues/91 was connected with that we were loading measurements for not visible devices.
So I propose:
@nowakowski, @bwilk, @dharezlak - what do you think about it?