solarmd-pty-ltd / myPower24-WEB

1 stars 0 forks source link

Sub device model filter #21

Closed Masud-Sonday closed 3 years ago

Masud-Sonday commented 3 years ago

Sub device model filter allows you to check multiple boxes but only applies the filter to the last selected sub device model.

image

merlobranco commented 3 years ago

The affirmation of tis issue is not accurate, what it does the filter is providing the devices which has an ABR_TRIO_50 OR an AXPERT_KING OR an Axpert, etc.

In the following example, taken from http://login.mypower24.co.za/

We can see we have:

0 loggers with ABB_TRIO_50

DeviceSearch01

81 loggers with AXPERT_KING

DeviceSearch02

716 loggers with Axpert

DeviceSearch03

794 loggers with ABB_TRIO_50 OR AXPERT_KING OR Axpert. 794 loggers that have ANY of the selected sub device models

DeviceSearch04

If the affirmation of this issue were right the filter should return 716 loggers NOT 794 loggers

merlobranco commented 3 years ago

I could add an checkbox when is clicked is giving the logger that have ALL the sub devices selected. So we could retrieve the loggers that have ANY of the selected sub device models OR retrieve the loggers that have ALL the selected sub device models

Masud-Sonday commented 3 years ago

this would be preferably, thanks

merlobranco commented 3 years ago

Already implemented