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
Right now, the endpoint just sets the provided lat/long on the check-in.
The correct process, as defined by product, is:
Get the lat/long of the scannable's site.
If site has no location, do nothing.
Compare provided lat/long and site's lat/long..
If within some configurable range...
1. copy the site's lat/long to the scan relationship
1. set the verified flag property to true on the scan relationship
Else, set the verified flag property to false on the scan relationship
The text was updated successfully, but these errors were encountered:
Right now, the endpoint just sets the provided lat/long on the check-in.
The correct process, as defined by product, is:
1. copy the site's lat/long to the scan relationship
1. set the
verified
flag property totrue
on the scan relationshipverified
flag property tofalse
on the scan relationshipThe text was updated successfully, but these errors were encountered: