You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be 3 options for the dppx column: a given value, an unknown value (the device has a dppx but it's not present in the db) and not applicable (the device doesn't have a dppx).
The 3rd case is for devices that have no software (in general a browser). For example desktop monitors. These are a minority, but still ...
I suggest the following change of semantic in the JSON file:
Key -> Value (1st, a given value, show it)
Key missing (2nd, the value is not known, show '?')
Key -> Null (3rd, not applicable, show '-' or 'n/a')
The text was updated successfully, but these errors were encountered:
There should be 3 options for the dppx column: a given value, an unknown value (the device has a dppx but it's not present in the db) and not applicable (the device doesn't have a dppx).
The 3rd case is for devices that have no software (in general a browser). For example desktop monitors. These are a minority, but still ...
I suggest the following change of semantic in the JSON file:
Key -> Value (1st, a given value, show it)
Key missing (2nd, the value is not known, show '?')
Key -> Null (3rd, not applicable, show '-' or 'n/a')
The text was updated successfully, but these errors were encountered: