stencil icon indicating copy to clipboard operation
stencil copied to clipboard

Integrate GeoQuery

Open techsavvyash opened this issue 9 months ago • 0 comments

Description

Aim is to have in-built support for talking to GeoQuery.

Tasks

  • [ ] Implement a GeoLocationService in packages/common/services
    • [ ] getLocationFromIP
    • [ ] getLocationFromLatLong
  • [ ] Implement a GeoLocationMiddleware which intercepts a request and adds the location information based on the passed parameters which can either be lat/long or the IP of the request
  • [ ] Implement location based Guards using this
  • [ ] Implement GeoLocationModule which easily exports all the components built above
  • [ ] Move the GeoIPInterceptor to use this service.

techsavvyash avatar May 01 '24 17:05 techsavvyash