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

MAP: Use highlight color for markers that correspond to the current search #288

Closed
davidascher opened this issue Apr 27, 2017 · 2 comments
Closed

Comments

@davidascher
Copy link
Contributor

(part of #260, putting here for narrower scope).

We want to highlight those markers on the map which correspond to the current search.

This will require factoring out the search process so that there's a single point of search aggregation (currently in SearchResults), which spawns two searches: one, paginated, for the search results, which returns everything required for displaying those, and one, not paginated, which returns everything the map needs.

@jesicarson
Copy link
Member

I will do mockups of the following options:

OPTION 1:
Cases - red
Methods - yellow
Orgs - blue
Other - grey

OPTION 2:
results - black
other - grey

OPTION 3:
results - red
other - black

@jesicarson
Copy link
Member

See #584 for colour mockups

@dethe dethe closed this as completed Dec 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants