You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#16
Skip events that have ended before rendering them on the map.
* Add logic in `map.js` to check if an event has ended before rendering it on the map.
* Update the `filter` function in `map.js` to include logic to check if an event has ended before rendering it on the map.
* Add a method to the `Events` class in `map.js` to filter out past events based on their end time.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/ProLoser/funcheapmap/issues/16?shareId=XXXX-XXXX-XXXX-XXXX).
If an event has ended already, we should skip the event after the data loads so that it is not rendered on the map
The text was updated successfully, but these errors were encountered: