-
Notifications
You must be signed in to change notification settings - Fork 7
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
Search Area Limit #6
Comments
Not sure what the campaign would say here, but I imagine we'd want to default down to showing them whatever's closest. They put in a search limit, and if nothing comes up, we say that nothing matched within their area, so here's the next closest one. In implementation terms, I imagine we'd need to keep making queries w/ larger radiuses until we eventually find something. |
🤔 one thought is that we start with a default limit (say.. 100mi?), and then if there are no matches within that radius we give them two options
|
I think we can define this as a basic requirement. Search Area Limit Implementation:
|
I made a rough draft of this idea, and it's running at https://joziesands.github.io/eventmap/. The design is still rough, but the functionality is there. This is my first React project so I wanted to make sure my methods were reasonable before I spent a lot of time on style. Any feedback is welcome. I didn't include an button to expand the search by 75 miles exactly, but there is an active dropdown so I think it is straightforward. |
@jasonkalmeida @joziesands should this be closed given #47? |
Should we be implementing a search area limit for a zip code? It's probably not a great UX to show an event another state away if there are none in your state.
Additionally, if we do put a limit and someone searches an area that has no event, what should we show them? A blank map? Or a prompt to create their own event?
The text was updated successfully, but these errors were encountered: