-
Notifications
You must be signed in to change notification settings - Fork 57
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
Issue 1622/activist portal events map #1652
Issue 1622/activist portal events map #1652
Conversation
…t-portal-events-map
This PR contains code written in and around the late 2023 Code Camp that focused on features related to the Activist Portal. After a long hiatus, the day team has recently (PR #2425) returned to the Activist Portal. After so much time, we opted to use this as a prototype but start a new branch, so I'm closing this PR now. We haven't begun building the map yet, but we've used this work in our discussions about how to do it. Most likely it will become a "filter by place" rather than attempting to list all events on the map, which requires grouping as your prototyping reveals. Really nice work on this prototype! When someone gets around to implementing the map in the new activist portal, there are definitely things to reuse here! |
Description
This PR implements a map for viewing events.
The scope for this work is to just make a map which displays locations with events and can display the events at a location when clicking a location. It should also take up all the space of it's parent so it can be put within a page.
The thinking is that filtering, location search, keyword search, and dates can be done externally and will likely be the same in the event list, as this is just a different representation of an event list. This way the same controls can filter either component.
Screenshots
[Add screenshots here]
Changes
Notes to reviewer
[Add instructions for testing]
Related issues
Resolves #1622