Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Geolocation Module #42

Open
thebishaldeb opened this issue May 6, 2020 · 2 comments
Open

Geolocation Module #42

thebishaldeb opened this issue May 6, 2020 · 2 comments

Comments

@thebishaldeb
Copy link
Collaborator

thebishaldeb commented May 6, 2020

https://developers.google.com/maps/documentation/javascript/geolocation

  1. Seed Database of 100 Random locations (latitudes + longitudes)
  2. /location/filter-by-distance page:
    • will get users location
    • will ask for a value of distance
    • will filter locations from the database at that distance from user's location.
@beingtmk
Copy link
Owner

beingtmk commented May 6, 2020

  1. /location/filter-by-default-distance:
    • Each of the Seed location will have default distance value
    • will filter locations from database, which are at default distance from user's location.

@thebishaldeb
Copy link
Collaborator Author

We need to find a way to use Trigo functions in sqlite3, it can be implemented then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants