trackworktime
trackworktime copied to clipboard
track by more than one SSID
Enable the user to track by more than 1 wifi SSID, e.g. track task1 when in range of ssid1 and track task2 when in range of ssid2.
Or, to simplify the task, track only the default task (not different tasks), but the user can configure more than one SSID for the range check.
It's not easy to implement this the generic way because SSIDs can contain any character, also spaces, commas and semicolons. So a list of SSIDs which can be configured in one single input field would remove support for SSIDs containing the separator character, therefore this solution is not suitable.
Perhaps the app can start with a single text field for SSID, and then let the user add more text fields dynamically with a button, in case more SSID's are required?
It's weird that supporting weird ill formated SSID is more prioritized than supporting multi SSID work location...
One could bet 90%+ work location SSIDs don't have a ; as decent AP name for staff use.