camaraproject / DeviceLocation

Repository to describe, develop, document and test the DeviceLocation API family
Apache License 2.0
20 stars 31 forks source link

Geofencing - Manage when telco is not able to manage geofencing on the requested area #198

Open bigludo7 opened 1 month ago

bigludo7 commented 1 month ago

Another point that we should also probably discuss here is at subscription time.

Suppose we get a subscription for an area not covered or below a given percentage, or, for an area too small to be valid (N% will never be above x with current network ). In these case the consumer will never be able to receive notification.

I tend to think that we must be pro-active on this and refuse the subscription with a explicit message. So we must add this capability in our API.

Probably this extra layer of checking could challenge our capability to answer synchronously to the call so also I'm wondering if we should not add capability to answer asynchronously to geofencing request.

Originally posted by @bigludo7 in https://github.com/camaraproject/DeviceLocation/issues/133#issuecomment-2072579733

bigludo7 commented 1 month ago

During team meeting June 4th, 2024 we discussed following proposal:

bigludo7 commented 6 days ago

@maxl2287 preparing tomorrow meeting - May I assign this one to you? Thanks :)