
a. Remove Description
b. If DeviceInfo is empty, the scanner has not been registered yet. When this happens, we need to display the QR Code to allow the scanner to be configured. To have the API generate the QR Code, create and use the image src url. Use the following format
https://{baseServer}/scanner.svc/{StoreKey}/config/{DeviceKey}
so the URL would look something like this
https://stage.revvly.com/scanner.svc/6a594b92-ca14-43e0-a135-e6477caabbdf/config/05dd5675-fa8e-402c-bf63-dbdf3bfe8b18
display this to the user and the user will be able to run the scanner software on their device
c. Add a Refresh icon because once the user scans the QR Code and registers the device (iPhone, Android or Windows Phone), the DeviceInfo will be updated and ready to be displayed.
d. If there DeviceInfo, see #66
a. Remove Description
b. If DeviceInfo is empty, the scanner has not been registered yet. When this happens, we need to display the QR Code to allow the scanner to be configured. To have the API generate the QR Code, create and use the image src url. Use the following format
https://{baseServer}/scanner.svc/{StoreKey}/config/{DeviceKey}
so the URL would look something like this
https://stage.revvly.com/scanner.svc/6a594b92-ca14-43e0-a135-e6477caabbdf/config/05dd5675-fa8e-402c-bf63-dbdf3bfe8b18
display this to the user and the user will be able to run the scanner software on their device
c. Add a Refresh icon because once the user scans the QR Code and registers the device (iPhone, Android or Windows Phone), the DeviceInfo will be updated and ready to be displayed.
d. If there DeviceInfo, see #66