-
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
Marker Filter UX Improvements [Design Input Needed!] #22
Comments
Just wanted to clarify things here. Right now, when a user clicks on a location marker, the Event List is filtered to events at that location (a single location/venue can have multiple events). There are two things I really want to tackle with this issue:
|
Why not increase the size of the single marker by...say 50%, open a floating panel next to it with the event details on it on a higher z-index, decrease the opacity of the other markers by 50%, and add an X to close the event detail panel that popped up next to the event. You could even set the event detail panel to open in whatever direction (left, right, top, bottom) that has the most space to accommodate it (to help with responsive design needs). I'd jump on this task, but I know nothing about React. I've learned Meteor, Ember, and Vue, but always disliked React, so I never put any time in learning it. Another approach I might take with Vue would be to have a list of all events styled a certain way, and create an overlay for the $selectedEvent. when someone clicks on an event, it would become the $selectedEvent, and the overlay displayed over the other events. So, you could click through to other events to change the event in focus, and provide more details about the $selectedEvent and a different visual presentation for the UX/UI cues regarding which marker is active. |
|
A couple of comments after messing around with the map. BTW I used zipcode 02140, and one of the interesting points is Porter Square Books which has two pins, one of which has several events associated with it.
That's it for now... |
Marker Filter needs:
The text was updated successfully, but these errors were encountered: