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

Loading speed managment plan (map loading and display) #1

Open
kspenc97 opened this issue Aug 10, 2023 · 0 comments
Open

Loading speed managment plan (map loading and display) #1

kspenc97 opened this issue Aug 10, 2023 · 0 comments

Comments

@kspenc97
Copy link
Owner

  • One of the easiest ways to segment data to a small enough region to load effectively is by zip code, which has the added benefit of people not being scared to give out (low friction)

  • If there was a way to find all adjacent zip codes within 100miles of a specific zip code you could preload the surrounding data as well

  • A scroll event on the map could be linked to load specific data in the area being zoomed into

  • For a zoomed out scenario of the map a specific set of zip codes in each region of the country could be loaded to populate the areas where the user can zoom in further to a region showing a pin

Short term features

  • map auto zooms at a reasonable level to the zip code a user types in
  • user can set location for the map to snap to for next login
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

1 participant